|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated public interface CoEnvData
CoEnvData represents conceptual environment in DCA. It contains:
| Field Summary | |
|---|---|
static String |
GLOBAL_DATA
Deprecated. Label for the attribute. |
static String |
REQUEST_DATA
Deprecated. Label for the attribute; the conceptual request data - storage with request scope. |
static String |
SESSION_DATA
Deprecated. Label for the attribute; the conceptual session data - storage with session scope. |
| Method Summary | |
|---|---|
com.ptc.core.ca.co.client.environment.CoGlobalData |
getGlobalData()
Deprecated. Gets the object for the association that plays role: GLOBAL_DATA. |
CoRequestData |
getRequestData()
Deprecated. Gets the object for the association that plays role: REQUEST_DATA. |
CoSessionData |
getSessionData()
Deprecated. Gets the object for the association that plays role: SESSION_DATA. |
void |
setGlobalData(com.ptc.core.ca.co.client.environment.CoGlobalData a_GlobalData)
Deprecated. Sets the object for the association that plays role: GLOBAL_DATA. |
void |
setRequestData(CoRequestData a_RequestData)
Deprecated. Sets the object for the association that plays role: REQUEST_DATA. |
void |
setSessionData(CoSessionData a_SessionData)
Deprecated. Sets the object for the association that plays role: SESSION_DATA. |
| Field Detail |
|---|
static final String SESSION_DATA
static final String REQUEST_DATA
static final String GLOBAL_DATA
| Method Detail |
|---|
CoSessionData getSessionData()
void setSessionData(CoSessionData a_SessionData)
a_SessionData - CoRequestData getRequestData()
void setRequestData(CoRequestData a_RequestData)
a_RequestData - com.ptc.core.ca.co.client.environment.CoGlobalData getGlobalData()
void setGlobalData(com.ptc.core.ca.co.client.environment.CoGlobalData a_GlobalData)
a_GlobalData -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||