Uses of Interface
de.aristaflow.adept2.core.executionmanager.ActivityExecutionControl
-
Packages that use ActivityExecutionControl Package Description de.aristaflow.adept2.core.client de.aristaflow.adept2.core.executionmanager de.aristaflow.ilm.ws.core.executionmanager -
-
Uses of ActivityExecutionControl in de.aristaflow.adept2.core.client
Methods in de.aristaflow.adept2.core.client that return ActivityExecutionControl Modifier and Type Method Description ActivityExecutionControlAdministrationService. getActivityExecutionControl(EBPInstanceReference activity)ActivityExecutionControlMultiplexingClientService. getActivityExecutionControl(EBPInstanceReference activity) -
Uses of ActivityExecutionControl in de.aristaflow.adept2.core.executionmanager
Methods in de.aristaflow.adept2.core.executionmanager that return ActivityExecutionControl Modifier and Type Method Description ActivityExecutionControlExecutionManager. getActivityExecutionControl()Gets a reference to a controller for all execution-related states of activities, which includes suspending, resetting and aborting. -
Uses of ActivityExecutionControl in de.aristaflow.ilm.ws.core.executionmanager
Constructors in de.aristaflow.ilm.ws.core.executionmanager with parameters of type ActivityExecutionControl Constructor Description ActivityExecutionControlWebService(ActivityExecutionControl service, AbstractSubResourceWebService<?> parent)
-