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 SessionContextIDExecutionEnvironment. innerSessionContextThe Session Context which will be passed along to the inner Componentprotected SessionContextExecutionEnvironment. sessionContextThe session context for this execution.Methods in de.aristaflow.adept2.core.runtimemanager.executionenvironments with parameters of type SessionContext Modifier and Type Method Description voidExecutionEnvironment. init(SessionContext sessContext)Initialises thisExecutionEnvironmentby setting the session context, the logger field and the activity data.voidIDExecutionEnvironment. init(SessionContext sessContext)voidExecutionEnvironment. initResume(String savepointId, SessionContext sessContext)Does nothing - overwrite this method to support resuming.voidIDExecutionEnvironment. 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 SessionContextRuntimeEnvironmentFactory. 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.SessionContextRuntimeEnvironmentFactory. 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 SessionContextRuntimeEnvironmentFactory. getWrappedSessionContext(SessionContext sessionContext, DataContext dataContext, ProcessConstants.ExecutionMode executionMode, GUIContext guiContext, RuntimeEnvironment runtimeEnvironment, Thread componentThread)Returns a session context based on the designated one.voidExecutableComponent. init(SessionContext sessionContext)Initialises and prepares the execution of the application and provides all necessary data which maybe necessary for this.voidExecutableComponent. 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 voidAbstractWebResourceComponent. init(SessionContext sessContext)voidAbstractWebComponent. initResume(String savepointId, SessionContext sc)
-