com.ptc.core.ca.co.client.environment
Interface CoEnvData

All Known Implementing Classes:
WebEnvData

Deprecated.

@Deprecated
public interface CoEnvData

CoEnvData represents conceptual environment in DCA. It contains:



Supported API: true

Extendable: false


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

SESSION_DATA

static final String SESSION_DATA
Deprecated. 
Label for the attribute; the conceptual session data - storage with session scope.

Supported API: true

See Also:
Constant Field Values

REQUEST_DATA

static final String REQUEST_DATA
Deprecated. 
Label for the attribute; the conceptual request data - storage with request scope.

Supported API: true

See Also:
Constant Field Values

GLOBAL_DATA

static final String GLOBAL_DATA
Deprecated. 
Label for the attribute.

Supported API: true

See Also:
Constant Field Values
Method Detail

getSessionData

CoSessionData getSessionData()
Deprecated. 
Gets the object for the association that plays role: SESSION_DATA. the conceptual session data - storage with session scope.

Supported API: true

Returns:
CoSessionData

setSessionData

void setSessionData(CoSessionData a_SessionData)
Deprecated. 
Sets the object for the association that plays role: SESSION_DATA. the conceptual session data - storage with session scope.

Supported API: true

Parameters:
a_SessionData -

getRequestData

CoRequestData getRequestData()
Deprecated. 
Gets the object for the association that plays role: REQUEST_DATA. the conceptual request data - storage with request scope.

Supported API: true

Returns:
CoRequestData

setRequestData

void setRequestData(CoRequestData a_RequestData)
Deprecated. 
Sets the object for the association that plays role: REQUEST_DATA. the conceptual request data - storage with request scope.

Supported API: true

Parameters:
a_RequestData -

getGlobalData

com.ptc.core.ca.co.client.environment.CoGlobalData getGlobalData()
Deprecated. 
Gets the object for the association that plays role: GLOBAL_DATA.

Supported API: true

Returns:
CoGlobalData

setGlobalData

void setGlobalData(com.ptc.core.ca.co.client.environment.CoGlobalData a_GlobalData)
Deprecated. 
Sets the object for the association that plays role: GLOBAL_DATA.

Supported API: true

Parameters:
a_GlobalData -