|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@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 |
|---|
static final String CLIPBOARD
static final String ANY_DATA
static final String ELEMENT_FACTORY
static final String ADDRESS_FACTORY
static final String HANDLER_FACTORY
static final String DOER_FACTORY
static final String DEBUG_MODE
static final String TRAIL_MODE
| Method Detail |
|---|
CoClipboard getClipboard()
void setClipboard(CoClipboard a_Clipboard)
a_Clipboard - HashMap getAnyData()
void setAnyData(HashMap a_AnyData)
a_AnyData - com.ptc.core.ca.co.client.element.CoElementFactory getElementFactory()
void setElementFactory(com.ptc.core.ca.co.client.element.CoElementFactory a_ElementFactory)
a_ElementFactory - CoAddressFactory getAddressFactory()
void setAddressFactory(CoAddressFactory a_AddressFactory)
a_AddressFactory - com.ptc.core.ca.co.client.element.CoHandlerFactory getHandlerFactory()
void setHandlerFactory(com.ptc.core.ca.co.client.element.CoHandlerFactory a_HandlerFactory)
a_HandlerFactory - com.ptc.core.ca.co.client.doer.CoDoerFactory getDoerFactory()
void setDoerFactory(com.ptc.core.ca.co.client.doer.CoDoerFactory a_DoerFactory)
a_DoerFactory - boolean isDebugMode()
void setDebugMode(boolean a_DebugMode)
a_DebugMode - boolean isTrailMode()
void setTrailMode(boolean a_TrailMode)
a_TrailMode -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||