Uses of Interface
org.eclipse.datatools.connectivity.oda.design.DataSourceDesign

Packages that use DataSourceDesign
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 DataSourceDesign in org.eclipse.datatools.connectivity.oda.design
 

Methods in org.eclipse.datatools.connectivity.oda.design that return DataSourceDesign
 DataSourceDesign OdaDesignSession.getRequestDataSourceDesign()
          Gets 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.
 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 DataAccessDesign.getDataSourceDesign()
          Returns the value of the Data Source Design associated with the Data Set.
 

Methods in org.eclipse.datatools.connectivity.oda.design with parameters of type DataSourceDesign
 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.
 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 with a new data set associated with given data source design.
 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 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.
 

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 IConnectionProfile DesignSessionUtil.getLinkedProfile(DataSourceDesign dataSourceDesign)
          Returns the connection profile instance externally referenced, i.e.
 



Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.