wt.epm
Class EPMContextHelper

java.lang.Object
  extended by wt.epm.EPMContextHelper
All Implemented Interfaces:
Externalizable, Serializable

public class EPMContextHelper
extends Object
implements Externalizable



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
static EPMContextManager manager
          

Supported API: true
 
Method Summary
static EPMApplicationType getApplication()
          Gett the "current application" as set by setApplication().
static void setApplication(EPMApplicationType a_Application)
          Set the "current application" for use by checking code.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

manager

public static final EPMContextManager manager


Supported API: true

Method Detail

getApplication

public static EPMApplicationType getApplication()
                                         throws WTException
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

public static void setApplication(EPMApplicationType a_Application)
                           throws WTPropertyVetoException
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