Package wt.epm

Class EPMContextHelper

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

public class EPMContextHelper extends Object implements Externalizable


Supported API: true

Extendable: false
See Also:
  • Field Details

  • Method Details

    • 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