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

Packages that use DataSetDesign
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. 
 

Uses of DataSetDesign in org.eclipse.datatools.connectivity.oda.design
 

Methods in org.eclipse.datatools.connectivity.oda.design that return DataSetDesign
 DataSetDesign OdaDesignSession.getRequestDataSetDesign()
          Obtains the top-level Data Set Design associated with the Request session.
 DataSetDesign OdaDesignSession.getResponseDataSetDesign()
          Gets the Data Set Design associated with the Response session.
 DataSetDesign DynamicValuesQuery.getDataSetDesign()
          Returns the value of the 'Data Set Design' containment reference.
 DataSetDesign DesignSessionResponse.getDataSetDesign()
          Obtains the top-level Data Set Design associated with this Response session.
 DataSetDesign DesignSessionRequest.getDataSetDesign()
          Obtains the top-level Data Set Design associated with this Request session.
 DataSetDesign DesignFactory.createDataSetDesign()
          Returns a new object of class 'Data Set Design'.
 DataSetDesign DataAccessDesign.getDataSetDesign()
          Returns the value of the 'Data Set Design' containment reference.
 

Methods in org.eclipse.datatools.connectivity.oda.design with parameters of type DataSetDesign
 void OdaDesignSession.setNewRequest(DataSetDesign dataSetDesign)
          Sets the value of the 'Request' containment reference with a new request associated with the given data set design.
 void OdaDesignSession.setNewResponse(boolean isSessionOk, DataSetDesign dataSetDesign)
          Sets the value of the 'Response' containment reference with a new response that contains the given session status and DataSetDesign instance.
 void DynamicValuesQuery.setDataSetDesign(DataSetDesign value)
          Sets the value of the 'Data Set Design' containment reference.
 void DesignSessionRequest.setNewDataAccessDesign(DataSetDesign dataSetDesign)
          Sets the value of the 'Data Access Design' containment reference with a new data access design that contains the specified data set design.
 DesignSessionRequest DesignFactory.createDesignSessionRequest(DataSetDesign dataSetDesign)
          Creates and returns a new object of class 'Session Request' that contains the given DataSetDesign.
 void DataAccessDesign.setDataSetDesign(DataSetDesign value)
          Sets the value of the 'Data Set Design' containment reference.
 



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