Methods in org.eclipse.datatools.connectivity.oda.design.ui.designsession with parameters of type DataSourceDesignSession.ProfileReference |
static DataSourceDesignSession |
DataSourceDesignSession.startNewDesign(java.lang.String odaDataSourceId,
java.lang.String newDataSourceName,
DataSourceDesignSession.ProfileReference profileRef,
DesignSessionRequest request)
Starts a design session to create a new
data source design instance with the given name
for the given ODA data source type, and initializes
with the properties specified in the given profile instance. |
void |
DataSourceDesignSession.restartNewDesign(java.lang.String odaDataSourceId,
java.lang.String newDataSourceName,
DataSourceDesignSession.ProfileReference profileRef,
DesignSessionRequest request)
Restarts the design session to create a new
data source design instance with the given name
for the given ODA data source type, and initializes
with the properties specified in the given profile instance. |
static OdaDesignSession |
DataSourceDesignSession.createNewDesignFromProfile(java.lang.String odaDataSourceId,
java.lang.String newDataSourceName,
DataSourceDesignSession.ProfileReference profileRef)
Creates a design session with a new data source design,
whose properties and their values are copied from,
or referenced to, the given profile reference. |