|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use OdaDesignSession | |
| org.eclipse.datatools.connectivity.oda.design | [Provisional] Defines an Open Data Access (ODA) design session that allows a custom ODA designer tool to specify the slice of data to access at run-time. |
| org.eclipse.datatools.connectivity.oda.design.ui.designsession | [Experimental] Provides an utility component that provides the services to handle the DTP ODA Design Session Model API objects. |
| Uses of OdaDesignSession in org.eclipse.datatools.connectivity.oda.design |
| Methods in org.eclipse.datatools.connectivity.oda.design that return OdaDesignSession | |
OdaDesignSession |
DocumentRoot.getOdaDesignSession()
Returns the value of the 'Oda Design Session' containment reference. |
OdaDesignSession |
DesignFactory.createOdaDesignSession()
Returns a new object of class 'Oda Design Session'. |
OdaDesignSession |
DesignFactory.createRequestDesignSession(DataSourceDesign dataSourceDesign)
Creates and returns an OdaDesignSession instance with a DesignSessionRequest that contains the given DataSourceDesign. |
OdaDesignSession |
DesignFactory.createResponseDesignSession(boolean isSessionOk,
DataSourceDesign dataSourceDesign)
Creates and returns a new OdaDesignSession instance with a DesignSessionResponse that contains the given session status and DataSourceDesign. |
| Methods in org.eclipse.datatools.connectivity.oda.design with parameters of type OdaDesignSession | |
void |
DocumentRoot.setOdaDesignSession(OdaDesignSession value)
Sets the value of the ' Oda Design Session' containment reference. |
| Uses of OdaDesignSession in org.eclipse.datatools.connectivity.oda.design.ui.designsession |
| Methods in org.eclipse.datatools.connectivity.oda.design.ui.designsession that return OdaDesignSession | |
OdaDesignSession |
DataSourceSessionHelper.finishNewDesignSession()
Performs finish on the current ODA design session to create a new data source design. |
OdaDesignSession |
DataSourceSessionHelper.createNewDesignFromProfile(java.lang.String newDataSourceName,
java.lang.String profileInstanceId,
java.io.File storageFile,
boolean linkToProfile)
Creates a design session with a new data source design, whose properties and their values are copied from, or referenced to, the given profile instance. |
OdaDesignSession |
DataSourceSessionHelper.finishEditDataSource()
Performs finish on the current ODA design session to edit a data source design. |
OdaDesignSession |
DataSourceSessionHelper.cancelDesignSession()
Performs cancel on the current ODA design session. |
| Methods in org.eclipse.datatools.connectivity.oda.design.ui.designsession with parameters of type OdaDesignSession | |
void |
DataSourceSessionHelper.startEditDataSource(OdaDesignSession requestSession)
Starts a design session to edit the data source design defined in the given ODA design session instance. |
void |
DataSourceSessionHelper.startEditDataSource(OdaDesignSession requestSession,
DataSourceEditorPage editorPage)
Starts a design session with the given editor page to edit the data source design defined in the given ODA design session instance. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||