Uses of Interface
de.aristaflow.adept2.core.executionmanager.ActivityStarting
Packages that use ActivityStarting
Package
Description
-
Uses of ActivityStarting in de.aristaflow.adept2.core.client
Methods in de.aristaflow.adept2.core.client that return ActivityStartingModifier and TypeMethodDescriptionLocalExecutionClientService.getActivityStarting(EBPInstanceReference activity) Gets the interface for (asynchronous) start operations of the designated activity independently from the execution manager holding the activity.MultiplexingClientService.getActivityStarting(EBPInstanceReference activity) 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 ActivityStartingModifier and TypeFieldDescriptionprotected ActivityStartingAbstractEventManager.activitySelectingThe interface for selecting an activity. -
Uses of ActivityStarting in de.aristaflow.adept2.core.executionmanager
Methods in de.aristaflow.adept2.core.executionmanager that return ActivityStartingModifier and TypeMethodDescriptionExecutionManager.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.runtimemanagerModifier and TypeInterfaceDescriptioninterfaceThis interface extendsActivityStartingwith 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 ActivityStartingModifierConstructorDescriptionActivityStartingWebService(ActivityStarting service, ExecutionManagerWebService parent)