Uses of Interface
de.aristaflow.adept2.core.runtimemanager.ExecutionControlManager
-
-
Uses of ExecutionControlManager in de.aristaflow.adept2.core.client
Methods in de.aristaflow.adept2.core.client that return ExecutionControlManager Modifier and Type Method Description ExecutionControlManager
LocalExecutionClientService. getExecutionControlManager(EBPInstanceReference activity)
Gets the execution control manager for the designated activity.ExecutionControlManager
MultiplexingClientService. getExecutionControlManager(EBPInstanceReference activity)
ExecutionControlManager
WorklistClientService. getExecutionControlManager(EBPInstanceReference activity)
Gets the execution control manager for the designated activity. -
Uses of ExecutionControlManager in de.aristaflow.adept2.core.runtimemanager
Methods in de.aristaflow.adept2.core.runtimemanager that return ExecutionControlManager Modifier and Type Method Description ExecutionControlManager
RuntimeManager. getExecutionControlManager()
Gets a manager for controlling the execution of an activity, for instance, finishing, suspending,... -
Uses of ExecutionControlManager in de.aristaflow.adept2.core.runtimemanager.gui
Methods in de.aristaflow.adept2.core.runtimemanager.gui that return ExecutionControlManager Modifier and Type Method Description protected ExecutionControlManager
AbstractGUIManager. getExecutionControlManager(SessionToken session, EBPInstanceReference activity)
Gets the execution control manager for the designated activity, that is, the execution control manager of the runtime manager of the designated activity.Methods in de.aristaflow.adept2.core.runtimemanager.gui with parameters of type ExecutionControlManager Modifier and Type Method Description GUIContext
AbstractGUIManager. createGUIContext(SessionToken session, de.aristaflow.adept2.model.runtimeenvironment.guicontext.TransferableGUIContext trCtxt, ExecutionControlManager ecm)
Creates a GUI context for the designatedTransferrableGUIContext
and the designatedExecutionControlManager
.GUIContext
GUIManager. getGUIContext(SessionToken session, ActivityInstance activityInstance, EBPInstanceReference ebpInstanceReference, String sessionId, ExecutionContext executionContext, ExecutionControlManager executionControlManager, Thread thread)
Gets an appropriate GUI context for the designated activity as configured locally for the corresponding client. -
Uses of ExecutionControlManager in de.aristaflow.adept2.core.runtimeservice
Subinterfaces of ExecutionControlManager in de.aristaflow.adept2.core.runtimeservice Modifier and Type Interface Description interface
RemoteExecutionControlManager
ARemoteExecutionControlManager
extends anExecutionControlManager
by the means to provide a timeout for all methods requiring an interaction with an execution session. -
Uses of ExecutionControlManager in de.aristaflow.adept2.ui.guimanager
Methods in de.aristaflow.adept2.ui.guimanager with parameters of type ExecutionControlManager Modifier and Type Method Description GUIContext
NullGUIManager. createGUIContext(SessionToken session, de.aristaflow.adept2.model.runtimeenvironment.guicontext.TransferableGUIContext trCtxt, ExecutionControlManager ecm)
GUIContext
NullGUIManager. getGUIContext(SessionToken session, ActivityInstance activityInstance, EBPInstanceReference ebpInstanceReference, String sessionID, ExecutionContext executionContext, ExecutionControlManager ecm, Thread thread)
GUIContext
RemoteHTMLGUIManager. getGUIContext(SessionToken session, ActivityInstance activityInstance, EBPInstanceReference ebpInstanceReference, String sessionID, ExecutionContext executionContext, ExecutionControlManager ecm, Thread thread)
-
Uses of ExecutionControlManager in de.aristaflow.ilm.ws.core.runtimemanager
Classes in de.aristaflow.ilm.ws.core.runtimemanager with type parameters of type ExecutionControlManager Modifier and Type Class Description class
ExecutionControlManagerWebService<T extends ExecutionControlManager>
Methods in de.aristaflow.ilm.ws.core.runtimemanager that return types with arguments of type ExecutionControlManager Modifier and Type Method Description @NotNull ExecutionControlManagerWebService<ExecutionControlManager>
RuntimeManagerWebService. getExecutionControlManager()
-
Uses of ExecutionControlManager in de.aristaflow.ilm.ws.rest.core.runtimemanager
Constructor parameters in de.aristaflow.ilm.ws.rest.core.runtimemanager with type arguments of type ExecutionControlManager Constructor Description ExecutionControlManagerRest(ExecutionControlManagerWebService<ExecutionControlManager> service, de.aristaflow.adept2.base.communication.rest.RequestHandler reqHandler, de.aristaflow.adept2.base.communication.rest.ResponseHandler respHandler, de.aristaflow.adept2.base.communication.rest.ExceptionHandler excpHandler, de.aristaflow.adept2.base.communication.rest.ServiceResourceConfig srConf, Supplier<com.fasterxml.jackson.databind.ObjectMapper> objectMapper, UnaryOperator<Exception> headerDataExcpAdapter)
-