Class SessionScopeDump

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

public class SessionScopeDump extends ScopeDump
This class contains the information needed to create a session scope.
Since:
6.3
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • SessionScopeDump

      protected SessionScopeDump(String channel, IUserData user)
    • SessionScopeDump

      public SessionScopeDump(ISessionScope sessionScope)
  • Method Details

    • getChannel

      protected Channel getChannel(ISolution application)
    • getChannelName

      protected String getChannelName()
    • getUserData

      protected IUserData getUserData()