Interface IInternalSessionScope

All Superinterfaces:
IDisposableScope, IPortalMessageScope, IPortalScope, ISessionLifecycle, ISessionScope, Serializable
All Known Implementing Classes:
ProcessEnabledSessionScope, SessionScope

public interface IInternalSessionScope extends ISessionScope
For internal use only Internal, intermediate interface between ISessionScope and the default SessionScope implementation. This interface allows internal code to modify certain aspects of a session scope which should not be modifiable by external code, while at the same time allowing multiple implementations and/or delegation.
Since:
9.9
Author:
Petru Galanton
  • Method Details

    • setCurrentFlowState

      void setCurrentFlowState(IFlowState state)