| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataSourceDesign | |
|---|---|
| org.eclipse.datatools.connectivity.oda.design | [Platform API] 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 | A utility component that provides the services to handle the DTP ODA Design Session Model API objects. | 
| org.eclipse.datatools.connectivity.oda.design.util | Provides a utility component for handling of ODA Design API objects. | 
| Uses of DataSourceDesign in org.eclipse.datatools.connectivity.oda.design | 
|---|
| Methods in org.eclipse.datatools.connectivity.oda.design that return DataSourceDesign | |
|---|---|
|  DataSourceDesign | DesignFactory.createDataSourceDesign()Returns a new object of class 'Data Source Design'. | 
|  DataSourceDesign | DataSetDesign.getDataSourceDesign()Returns the value of the 'Data Source Design' containment reference. | 
|  DataSourceDesign | DesignSessionResponse.getDataSourceDesign()Obtains the Data Source Design associated with the top level Data Set in this Response session. | 
|  DataSourceDesign | DataAccessDesign.getDataSourceDesign()Returns the value of the Data Source Design associated with the Data Set. | 
|  DataSourceDesign | DesignSessionRequest.getDataSourceDesign()Obtains the Data Source Design associated with the top level Data Set in this Request session. | 
|  DataSourceDesign | OdaDesignSession.getRequestDataSourceDesign()Obtains the Data Source Design associated with the top-level Data Set in the Request session. | 
|  DataSourceDesign | OdaDesignSession.getResponseDataSourceDesign()Gets the Data Source Design associated with the top level Data Set in the Response session. | 
| Methods in org.eclipse.datatools.connectivity.oda.design with parameters of type DataSourceDesign | |
|---|---|
|  DesignSessionRequest | DesignFactory.createDesignSessionRequest(DataSourceDesign dataSourceDesign)Creates and returns a new object of class 'Session Request' that contains the given DataSourceDesign. | 
|  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. | 
|  void | DataSetDesign.setDataSourceDesign(DataSourceDesign value)Sets the value of the ' Data Source Design' containment reference. | 
|  void | DesignSessionResponse.setNewDataAccessDesign(DataSourceDesign dataSourceDesign)Sets the value of the ' Data Access Design' containment reference
 with a new data access design with a
 new data set associated with given data source design. | 
|  void | DesignSessionRequest.setNewDataAccessDesign(DataSourceDesign dataSourceDesign)Sets the value of the ' Data Access Design' containment reference
 with a new data access design that contains a
 new data set associated with given data source design. | 
|  void | DataAccessDesign.setNewDataSetDesign(DataSourceDesign dataSourceDesign)Sets the value of the ' Data Set Design' containment reference
 with a new data set design associated with given
 data source design. | 
|  void | OdaDesignSession.setNewRequest(DataSourceDesign dataSourceDesign)Sets the value of the ' Request' containment reference
 with a new request associated with the given data source design. | 
|  void | OdaDesignSession.setNewResponse(boolean isSessionOk,
               DataSourceDesign dataSourceDesign)Sets the value of the ' Response' containment reference
 with a new response that contains the given session status
 and DataSourceDesign. | 
| Uses of DataSourceDesign in org.eclipse.datatools.connectivity.oda.design.ui.designsession | 
|---|
| Methods in org.eclipse.datatools.connectivity.oda.design.ui.designsession with parameters of type DataSourceDesign | |
|---|---|
| static OdaDesignSession | DesignSessionUtil.createNewDataSetRequestSession(java.lang.String newDataSetName,
                               java.lang.String odaDataSetId,
                               DataSourceDesign dataSourceDesign)Creates a new OdaDesignSession instance with a session request that contains a new data set design of the specified name and odaDataSetId, associated with the specified data source design instance. | 
| static IConnectionProfile | DesignSessionUtil.createProfile(DataSourceDesign dataSourceDesign,
              java.lang.String profileName)Creates an ODA connection profile instance from the specified data source design. | 
| static java.util.Properties | DesignSessionUtil.getEffectiveDataSourceProperties(DataSourceDesign dataSourceDesign) | 
| static IConnectionProfile | DesignSessionUtil.getLinkedProfile(DataSourceDesign dataSourceDesign)Returns the connection profile instance externally referenced, i.e. | 
|  void | DataSetDesignSession.restartNewDesign(java.lang.String newDataSetName,
                 java.lang.String odaDataSetId,
                 DataSourceDesign dataSourceDesign) | 
| static void | DesignSessionUtil.setDataSourceResourceIdentifiers(DataSourceDesign dataSourceDesign,
                                 java.net.URI applResourceBaseURI,
                                 java.net.URI designResourceBaseURI)A convenience method to assign the specified resource base URI(s) to the specified data source design. | 
| static DataSetDesignSession | DataSetDesignSession.startNewDesign(java.lang.String newDataSetName,
               java.lang.String odaDataSetId,
               DataSourceDesign dataSourceDesign)Starts a design session to create a new data set design instance with the given name. | 
| Uses of DataSourceDesign in org.eclipse.datatools.connectivity.oda.design.util | 
|---|
| Methods in org.eclipse.datatools.connectivity.oda.design.util with parameters of type DataSourceDesign | |
|---|---|
|  T | DesignSwitch.caseDataSourceDesign(DataSourceDesign object)Returns the result of interpreting the object as an instance of 'Data Source Design'. | 
| static java.util.Properties | DesignUtil.convertDataSourceProperties(DataSourceDesign dataSourceDesign)Converts the public and private properties defined in an ODA data source design definition, and returns in a combined java.util.Properties collection. | 
| static void | DesignUtil.validateDataSourceDesign(DataSourceDesign dataSourceDesign)Validates the specified data source design instance. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||