Uses of Interface
de.aristaflow.adept2.core.runtimemanager.ExecutionControlManager
Packages that use ExecutionControlManager
Package
Description
-
Uses of ExecutionControlManager in de.aristaflow.adept2.core.client
Methods in de.aristaflow.adept2.core.client that return ExecutionControlManagerModifier and TypeMethodDescriptionLocalExecutionClientService.getExecutionControlManager(EBPInstanceReference activity) Gets the execution control manager for the designated activity.MultiplexingClientService.getExecutionControlManager(EBPInstanceReference activity) 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 ExecutionControlManagerModifier and TypeMethodDescriptionRuntimeManager.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 ExecutionControlManagerModifier and TypeMethodDescriptionprotected ExecutionControlManagerAbstractGUIManager.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 ExecutionControlManagerModifier and TypeMethodDescriptionAbstractGUIManager.createGUIContext(SessionToken session, de.aristaflow.adept2.model.runtimeenvironment.guicontext.TransferableGUIContext trCtxt, ExecutionControlManager ecm) Creates a GUI context for the designatedTransferrableGUIContextand the designatedExecutionControlManager.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.runtimeserviceModifier and TypeInterfaceDescriptioninterfaceARemoteExecutionControlManagerextends anExecutionControlManagerby 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 ExecutionControlManagerModifier and TypeMethodDescriptionNullGUIManager.createGUIContext(SessionToken session, de.aristaflow.adept2.model.runtimeenvironment.guicontext.TransferableGUIContext trCtxt, ExecutionControlManager ecm) NullGUIManager.getGUIContext(SessionToken session, ActivityInstance activityInstance, EBPInstanceReference ebpInstanceReference, String sessionID, ExecutionContext executionContext, ExecutionControlManager ecm, Thread thread) 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 ExecutionControlManagerModifier and TypeClassDescriptionclassMethods in de.aristaflow.ilm.ws.core.runtimemanager that return types with arguments of type ExecutionControlManager -
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 ExecutionControlManagerModifierConstructorDescriptionExecutionControlManagerRest(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)