Uses of Interface
de.aristaflow.adept2.model.runtimeenvironment.SessionContext
-
-
Uses of SessionContext in de.aristaflow.adept2.core.runtimemanager.executionenvironments
Fields in de.aristaflow.adept2.core.runtimemanager.executionenvironments declared as SessionContext Modifier and Type Field Description protected SessionContext
IDExecutionEnvironment. innerSessionContext
The Session Context which will be passed along to the inner Componentprotected SessionContext
ExecutionEnvironment. sessionContext
The session context for this execution.Methods in de.aristaflow.adept2.core.runtimemanager.executionenvironments with parameters of type SessionContext Modifier and Type Method Description void
ExecutionEnvironment. init(SessionContext sessContext)
Initialises thisExecutionEnvironment
by setting the session context, the logger field and the activity data.void
IDExecutionEnvironment. init(SessionContext sessContext)
void
ExecutionEnvironment. initResume(String savepointId, SessionContext sessContext)
Does nothing - overwrite this method to support resuming.void
IDExecutionEnvironment. initResume(String savepointId, SessionContext sessContext)
-
Uses of SessionContext in de.aristaflow.adept2.model.runtimeenvironment
Methods in de.aristaflow.adept2.model.runtimeenvironment that return SessionContext Modifier and Type Method Description SessionContext
RuntimeEnvironmentFactory. getInitialSessionContext(ClientSessionFactory sessionFactory, String sessionID, EBPInstanceReference ebpInstanceReference, DataContext dataContext, ExecutionContext executionContext, GUIContext guiContext, RuntimeEnvironment runtimeEnvironment, Thread componentThread)
Returns an application related implementation of the session context and initialises the sessionID of the session context by the passed value.SessionContext
RuntimeEnvironmentFactory. getWrappedSessionContext(SessionContext sessionContext, DataContext dataContext, ProcessConstants.ExecutionMode executionMode, GUIContext guiContext, RuntimeEnvironment runtimeEnvironment, Thread componentThread)
Returns a session context based on the designated one.Methods in de.aristaflow.adept2.model.runtimeenvironment with parameters of type SessionContext Modifier and Type Method Description SessionContext
RuntimeEnvironmentFactory. getWrappedSessionContext(SessionContext sessionContext, DataContext dataContext, ProcessConstants.ExecutionMode executionMode, GUIContext guiContext, RuntimeEnvironment runtimeEnvironment, Thread componentThread)
Returns a session context based on the designated one.void
ExecutableComponent. init(SessionContext sessionContext)
Initialises and prepares the execution of the application and provides all necessary data which maybe necessary for this.void
ExecutableComponent. initResume(String savepointId, SessionContext sessionContext)
Initialises and prepares the resuming of the application and provides all necessary data which maybe necessary for this. -
Uses of SessionContext in de.aristaflow.adept2.ui.htmlgui.executionenvironments
Methods in de.aristaflow.adept2.ui.htmlgui.executionenvironments with parameters of type SessionContext Modifier and Type Method Description void
AbstractWebResourceComponent. init(SessionContext sessContext)
void
AbstractWebComponent. initResume(String savepointId, SessionContext sc)
-