Class TestPortalScope

java.lang.Object
com.aquima.interactions.test.templates.context.TestPortalScope
All Implemented Interfaces:
com.aquima.interactions.portal.IPortalScope, Serializable
Direct Known Subclasses:
TestFlowScope, TestPortalMessageScope, TestRequestScope, TestUserScope

public class TestPortalScope extends Object implements com.aquima.interactions.portal.IPortalScope
Base class for portal scopes of context templates.
Since:
6.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • TestPortalScope

      public TestPortalScope()
  • Method Details

    • clearAttribute

      public final Serializable clearAttribute(String key)
      Specified by:
      clearAttribute in interface com.aquima.interactions.portal.IPortalScope
    • getAttribute

      public final Serializable getAttribute(String key)
      Specified by:
      getAttribute in interface com.aquima.interactions.portal.IPortalScope
    • getAttributeNames

      public final String[] getAttributeNames()
      Specified by:
      getAttributeNames in interface com.aquima.interactions.portal.IPortalScope
    • hasAttribute

      public final boolean hasAttribute(String key)
      Specified by:
      hasAttribute in interface com.aquima.interactions.portal.IPortalScope
    • getType

      public com.aquima.interactions.portal.model.session.scope.PortalScopeType getType()
      Specified by:
      getType in interface com.aquima.interactions.portal.IPortalScope
    • setAttribute

      public final Serializable setAttribute(String key, Serializable attrValue)
      Specified by:
      setAttribute in interface com.aquima.interactions.portal.IPortalScope
    • destroyDisposableObjects

      public void destroyDisposableObjects(com.aquima.interactions.portal.IDisposeContext context)