java.lang.Object
com.aquima.interactions.portal.model.session.state.ScopeDump
com.aquima.interactions.portal.model.session.state.FlowScopeDump
All Implemented Interfaces:
Serializable

public final class FlowScopeDump extends ScopeDump
This class contains the information needed to create a flow scope.
Since:
9.0
Author:
Jon van Leuven
See Also:
  • Constructor Details

    • FlowScopeDump

      public FlowScopeDump(FlowScope flowScope)
    • FlowScopeDump

      protected FlowScopeDump(String flowName)
  • Method Details

    • getParent

      protected FlowScopeDump getParent()
    • restoreScope

      protected void restoreScope(FlowScope scope)
    • setParent

      protected void setParent(FlowScopeDump parent)
    • getFlowName

      public String getFlowName()