Uses of Interface
de.aristaflow.adept2.core.executionmanager.ActivityStarting
-
-
Uses of ActivityStarting in de.aristaflow.adept2.core.client
Methods in de.aristaflow.adept2.core.client that return ActivityStarting Modifier and Type Method Description ActivityStarting
LocalExecutionClientService. getActivityStarting(EBPInstanceReference activity)
Gets the interface for (asynchronous) start operations of the designated activity independently from the execution manager holding the activity.ActivityStarting
MultiplexingClientService. getActivityStarting(EBPInstanceReference activity)
ActivityStarting
WorklistClientService. getActivityStarting(EBPInstanceReference activity)
Gets the interface for (asynchronous) start operations of the designated activity independently from the execution manager holding the activity. -
Uses of ActivityStarting in de.aristaflow.adept2.core.eventmanager.common
Fields in de.aristaflow.adept2.core.eventmanager.common declared as ActivityStarting Modifier and Type Field Description protected ActivityStarting
AbstractEventManager. activitySelecting
The interface for selecting an activity. -
Uses of ActivityStarting in de.aristaflow.adept2.core.executionmanager
Methods in de.aristaflow.adept2.core.executionmanager that return ActivityStarting Modifier and Type Method Description ActivityStarting
ExecutionManager. getActivityStarting()
Gets a reference to a controller for all start-related states of activities, which includes starting, resuming and (de-)selecting. -
Uses of ActivityStarting in de.aristaflow.adept2.core.runtimemanager
Subinterfaces of ActivityStarting in de.aristaflow.adept2.core.runtimemanager Modifier and Type Interface Description interface
SynchronousActivityStarting
This interface extendsActivityStarting
with the synchronous start or resuming of activities. -
Uses of ActivityStarting in de.aristaflow.ilm.ws.core.executionmanager
Constructors in de.aristaflow.ilm.ws.core.executionmanager with parameters of type ActivityStarting Constructor Description ActivityStartingWebService(ActivityStarting service, ExecutionManagerWebService parent)
-