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 DesignFactory.createDataSetDesign()
          Returns a new object of class 'Data Set Design'.
 DataSetDesign DesignSessionRequest.getDataSetDesign()
          Obtains the top-level Data Set Design associated with this Request 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 DataAccessDesign.getDataSetDesign()
          Returns the value of the 'Data Set Design' containment reference.
 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.
 

Methods in org.eclipse.datatools.connectivity.oda.design with parameters of type DataSetDesign
 DesignSessionRequest DesignFactory.createDesignSessionRequest(DataSetDesign dataSetDesign)
          Creates and returns a new object of class 'Session Request' that contains the given DataSetDesign.
 void DynamicValuesQuery.setDataSetDesign(DataSetDesign value)
          Sets the value of the 'Data Set Design' containment reference.
 void DataAccessDesign.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.
 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.
 



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