Package wt.epm
Class EPMContextHelper
java.lang.Object
wt.epm.EPMContextHelper
- All Implemented Interfaces:
Externalizable,Serializable
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic EPMApplicationTypeGett the "current application" as set by setApplication().static voidsetApplication(EPMApplicationType a_Application) Set the "current application" for use by checking code.
-
Field Details
-
manager
Supported API: true
-
-
Method Details
-
getApplication
Gett the "current application" as set by setApplication(). This value is cached on the client-side, but is also sent (via the EPMContextManager) to the server-side SessionContext.
Supported API: true- Returns:
- EPMApplicationType
- Throws:
WTException
-
setApplication
Set the "current application" for use by checking code. This value is cached on the client-side, but is also sent (via the EPMContextManager) to the server-side SessionContext.This operation is intended for client-side use only.
Supported API: true- Parameters:
a_Application-- Throws:
WTPropertyVetoException
-