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

All Known Implementing Classes:
WebSessionData

Deprecated.

@Deprecated
public interface CoSessionData

the storage with conceptual session scope.

Supported API: true

Extendable: false


Field Summary
static String ADDRESS_FACTORY
          Deprecated. Label for the attribute; the address factory.
static String ANY_DATA
          Deprecated. Label for the attribute; the map to contain arbitrary data with session scope.
static String CLIPBOARD
          Deprecated. Label for the attribute; the clipboard.
static String DEBUG_MODE
          Deprecated. Label for the attribute; the debug mode

Supported API: true
static String DOER_FACTORY
          Deprecated. Label for the attribute; the doer factory.
static String ELEMENT_FACTORY
          Deprecated. Label for the attribute; the element factory.
static String HANDLER_FACTORY
          Deprecated. Label for the attribute; the handler factory.
static String TRAIL_MODE
          Deprecated. Label for the attribute; the trail mode

Supported API: true
 
Method Summary
 CoAddressFactory getAddressFactory()
          Deprecated. Gets the value of the attribute: ADDRESS_FACTORY.
 HashMap getAnyData()
          Deprecated. Gets the value of the attribute: ANY_DATA.
 CoClipboard getClipboard()
          Deprecated. Gets the value of the attribute: CLIPBOARD.
 com.ptc.core.ca.co.client.doer.CoDoerFactory getDoerFactory()
          Deprecated. Gets the value of the attribute: DOER_FACTORY.
 com.ptc.core.ca.co.client.element.CoElementFactory getElementFactory()
          Deprecated. Gets the value of the attribute: ELEMENT_FACTORY.
 com.ptc.core.ca.co.client.element.CoHandlerFactory getHandlerFactory()
          Deprecated. Gets the value of the attribute: HANDLER_FACTORY.
 boolean isDebugMode()
          Deprecated. Gets the value of the attribute: DEBUG_MODE.
 boolean isTrailMode()
          Deprecated. Gets the value of the attribute: TRAIL_MODE.
 void setAddressFactory(CoAddressFactory a_AddressFactory)
          Deprecated. Sets the value of the attribute: ADDRESS_FACTORY.
 void setAnyData(HashMap a_AnyData)
          Deprecated. Sets the value of the attribute: ANY_DATA.
 void setClipboard(CoClipboard a_Clipboard)
          Deprecated. Sets the value of the attribute: CLIPBOARD.
 void setDebugMode(boolean a_DebugMode)
          Deprecated. Sets the value of the attribute: DEBUG_MODE.
 void setDoerFactory(com.ptc.core.ca.co.client.doer.CoDoerFactory a_DoerFactory)
          Deprecated. Sets the value of the attribute: DOER_FACTORY.
 void setElementFactory(com.ptc.core.ca.co.client.element.CoElementFactory a_ElementFactory)
          Deprecated. Sets the value of the attribute: ELEMENT_FACTORY.
 void setHandlerFactory(com.ptc.core.ca.co.client.element.CoHandlerFactory a_HandlerFactory)
          Deprecated. Sets the value of the attribute: HANDLER_FACTORY.
 void setTrailMode(boolean a_TrailMode)
          Deprecated. Sets the value of the attribute: TRAIL_MODE.
 

Field Detail

CLIPBOARD

static final String CLIPBOARD
Deprecated. 
Label for the attribute; the clipboard.

Supported API: true

See Also:
Constant Field Values

ANY_DATA

static final String ANY_DATA
Deprecated. 
Label for the attribute; the map to contain arbitrary data with session scope.

Supported API: true

See Also:
Constant Field Values

ELEMENT_FACTORY

static final String ELEMENT_FACTORY
Deprecated. 
Label for the attribute; the element factory. Responsible for the creation of the elements.

Supported API: true

See Also:
Constant Field Values

ADDRESS_FACTORY

static final String ADDRESS_FACTORY
Deprecated. 
Label for the attribute; the address factory. Responsible for the creation of the addresses.

Supported API: true

See Also:
Constant Field Values

HANDLER_FACTORY

static final String HANDLER_FACTORY
Deprecated. 
Label for the attribute; the handler factory. Responsible for the creation of the handlers

Supported API: true

See Also:
Constant Field Values

DOER_FACTORY

static final String DOER_FACTORY
Deprecated. 
Label for the attribute; the doer factory. Responsible for the creation of the doers.

Supported API: true

See Also:
Constant Field Values

DEBUG_MODE

static final String DEBUG_MODE
Deprecated. 
Label for the attribute; the debug mode

Supported API: true

See Also:
Constant Field Values

TRAIL_MODE

static final String TRAIL_MODE
Deprecated. 
Label for the attribute; the trail mode

Supported API: true

See Also:
Constant Field Values
Method Detail

getClipboard

CoClipboard getClipboard()
Deprecated. 
Gets the value of the attribute: CLIPBOARD. the clipboard.

Supported API: true

Returns:
CoClipboard

setClipboard

void setClipboard(CoClipboard a_Clipboard)
Deprecated. 
Sets the value of the attribute: CLIPBOARD. the clipboard.

Supported API: true

Parameters:
a_Clipboard -

getAnyData

HashMap getAnyData()
Deprecated. 
Gets the value of the attribute: ANY_DATA. the map to contain arbitrary data with session scope.

Supported API: true

Returns:
HashMap

setAnyData

void setAnyData(HashMap a_AnyData)
Deprecated. 
Sets the value of the attribute: ANY_DATA. the map to contain arbitrary data with session scope.

Supported API: true

Parameters:
a_AnyData -

getElementFactory

com.ptc.core.ca.co.client.element.CoElementFactory getElementFactory()
Deprecated. 
Gets the value of the attribute: ELEMENT_FACTORY. the element factory. Responsible for the creation of the elements.

Supported API: true

Returns:
CoElementFactory

setElementFactory

void setElementFactory(com.ptc.core.ca.co.client.element.CoElementFactory a_ElementFactory)
Deprecated. 
Sets the value of the attribute: ELEMENT_FACTORY. the element factory. Responsible for the creation of the elements.

Supported API: true

Parameters:
a_ElementFactory -

getAddressFactory

CoAddressFactory getAddressFactory()
Deprecated. 
Gets the value of the attribute: ADDRESS_FACTORY. the address factory. Responsible for the creation of the addresses.

Supported API: true

Returns:
CoAddressFactory

setAddressFactory

void setAddressFactory(CoAddressFactory a_AddressFactory)
Deprecated. 
Sets the value of the attribute: ADDRESS_FACTORY. the address factory. Responsible for the creation of the addresses.

Supported API: true

Parameters:
a_AddressFactory -

getHandlerFactory

com.ptc.core.ca.co.client.element.CoHandlerFactory getHandlerFactory()
Deprecated. 
Gets the value of the attribute: HANDLER_FACTORY. the handler factory. Responsible for the creation of the handlers

Supported API: true

Returns:
CoHandlerFactory

setHandlerFactory

void setHandlerFactory(com.ptc.core.ca.co.client.element.CoHandlerFactory a_HandlerFactory)
Deprecated. 
Sets the value of the attribute: HANDLER_FACTORY. the handler factory. Responsible for the creation of the handlers

Supported API: true

Parameters:
a_HandlerFactory -

getDoerFactory

com.ptc.core.ca.co.client.doer.CoDoerFactory getDoerFactory()
Deprecated. 
Gets the value of the attribute: DOER_FACTORY. the doer factory. Responsible for the creation of the doers.

Supported API: true

Returns:
CoDoerFactory

setDoerFactory

void setDoerFactory(com.ptc.core.ca.co.client.doer.CoDoerFactory a_DoerFactory)
Deprecated. 
Sets the value of the attribute: DOER_FACTORY. the doer factory. Responsible for the creation of the doers.

Supported API: true

Parameters:
a_DoerFactory -

isDebugMode

boolean isDebugMode()
Deprecated. 
Gets the value of the attribute: DEBUG_MODE. the debug mode

Supported API: true

Returns:
boolean

setDebugMode

void setDebugMode(boolean a_DebugMode)
Deprecated. 
Sets the value of the attribute: DEBUG_MODE. the debug mode

Supported API: true

Parameters:
a_DebugMode -

isTrailMode

boolean isTrailMode()
Deprecated. 
Gets the value of the attribute: TRAIL_MODE. the trail mode

Supported API: true

Returns:
boolean

setTrailMode

void setTrailMode(boolean a_TrailMode)
Deprecated. 
Sets the value of the attribute: TRAIL_MODE. the trail mode

Supported API: true

Parameters:
a_TrailMode -