|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OdaDesignSession
Definition of an ODA design session on a Data Access Design.
The following features are supported:
DesignPackage.getOdaDesignSession()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
DesignSessionRequest |
getRequest()
Returns the value of the 'Request' containment reference. |
DataSetDesign |
getRequestDataSetDesign()
Obtains the top-level Data Set Design associated with the Request session. |
DataSourceDesign |
getRequestDataSourceDesign()
Obtains the Data Source Design associated with the top-level Data Set in the Request session. |
DesignSessionResponse |
getResponse()
Returns the value of the 'Response' containment reference. |
DataSetDesign |
getResponseDataSetDesign()
Gets the Data Set Design associated with the Response session. |
DataSourceDesign |
getResponseDataSourceDesign()
Gets the Data Source Design associated with the top level Data Set in the Response session. |
void |
setNewRequest(DataSetDesign dataSetDesign)
Sets the value of the ' Request ' containment reference
with a new request associated with the given data set design. |
void |
setNewRequest(DataSourceDesign dataSourceDesign)
Sets the value of the ' Request ' containment reference
with a new request associated with the given data source design. |
void |
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 |
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 |
setRequest(DesignSessionRequest value)
Sets the value of the ' Request ' containment reference. |
void |
setResponse(DesignSessionResponse value)
Sets the value of the ' Response ' containment reference. |
void |
setResponseInCancelledState()
Sets the value of the ' Response ' containment reference
with a response in a Cancelled session state. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
DesignSessionRequest getRequest()
setRequest(DesignSessionRequest)
,
DesignPackage.getOdaDesignSession_Request()
void setRequest(DesignSessionRequest value)
Request
' containment reference.
value
- the new value of the 'Request' containment reference.getRequest()
void setNewRequest(DataSourceDesign dataSourceDesign)
Request
' containment reference
with a new request associated with the given data source design.
dataSourceDesign
- setRequest(DesignSessionRequest)
void setNewRequest(DataSetDesign dataSetDesign)
Request
' containment reference
with a new request associated with the given data set design.
dataSetDesign
- setRequest(DesignSessionRequest)
DesignSessionResponse getResponse()
setResponse(DesignSessionResponse)
,
DesignPackage.getOdaDesignSession_Response()
void setResponse(DesignSessionResponse value)
Response
' containment reference.
value
- the new value of the 'Response' containment reference.getResponse()
void setNewResponse(boolean isSessionOk, DataSourceDesign dataSourceDesign)
Response
' containment reference
with a new response that contains the given session status
and DataSourceDesign.
dataSourceDesign
- setResponse(DesignSessionResponse)
void setNewResponse(boolean isSessionOk, DataSetDesign dataSetDesign)
Response
' containment reference
with a new response that contains the given session status
and DataSetDesign instance.
dataSetDesign
- setResponse(DesignSessionResponse)
void setResponseInCancelledState()
Response
' containment reference
with a response in a Cancelled session state.
setResponse(DesignSessionResponse)
DataSourceDesign getRequestDataSourceDesign()
getRequest()
DataSetDesign getRequestDataSetDesign()
getRequest()
DataSourceDesign getResponseDataSourceDesign()
getResponse()
DataSetDesign getResponseDataSetDesign()
getResponse()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |