Class TestFlowScope

java.lang.Object
com.aquima.interactions.test.templates.context.TestPortalScope
com.aquima.interactions.test.templates.context.TestFlowScope
All Implemented Interfaces:
com.aquima.interactions.portal.IDisposableScope, com.aquima.interactions.portal.IFlowScope, com.aquima.interactions.portal.IPortalScope, Serializable

public class TestFlowScope extends TestPortalScope implements com.aquima.interactions.portal.IFlowScope
Flow scope implementation used by the context templates.
Since:
9.0
Author:
Jon van Leuven
See Also:
  • Constructor Details

    • TestFlowScope

      public TestFlowScope()
  • Method Details

    • getFlowName

      public String getFlowName()
      Specified by:
      getFlowName in interface com.aquima.interactions.portal.IFlowScope
    • getType

      public com.aquima.interactions.portal.model.session.scope.PortalScopeType getType()
      Specified by:
      getType in interface com.aquima.interactions.portal.IPortalScope
      Overrides:
      getType in class TestPortalScope