Interface IFlowScope

All Superinterfaces:
IDisposableScope, IPortalScope, Serializable
All Known Implementing Classes:
ConcurrentFlowScope, FlowScope, FlowScopeDelegate

public interface IFlowScope extends IPortalScope, IDisposableScope
The portal engine holds and constructs flow scopes and passes these to services and container methods. This object's life time is for the flow. This means from the start of a flow until it has been ended.
Since:
9.0
Author:
Jon van Leuven
  • Method Details

    • getFlowName

      String getFlowName()
      This method returns the name of the flow this scope belongs to.
      Returns:
      The flow name, never null or empty.