Class DispatcherAssistantSchedulableActivitiesContext
java.lang.Object
overit.geocallapp.wfm.ai.assistant.bl.dispatcherassistant.schedulableactivities.DispatcherAssistantSchedulableActivitiesContext
- All Implemented Interfaces:
Serializable
Context object that contains all context information for the Dispatcher Assistant
Schedulable Activities feature. This object is initialized when CPlanningMonitor is opened
and maintains session-related information throughout the lifecycle of the planning monitor.
- Since:
- 22.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the session IDvoidsetSessionId(String sessionId) Sets the session ID
-
Constructor Details
-
DispatcherAssistantSchedulableActivitiesContext
public DispatcherAssistantSchedulableActivitiesContext()Default constructor. Automatically generates a unique session ID and sets the creation timestamp.
-
-
Method Details
-
getSessionId
Gets the session ID- Returns:
- the session ID
-
setSessionId
Sets the session ID- Parameters:
sessionId- the session ID to set
-