| Modifier and Type | Method and 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected ActivityStarting |
AbstractEventManager.activitySelecting
The interface for selecting an activity.
|
| Modifier and Type | Method and Description |
|---|---|
ActivityStarting |
ExecutionManager.getActivityStarting()
Gets a reference to a controller for all start-related states of
activities, which includes starting, resuming and (de-)selecting.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SynchronousActivityStarting
This interface extends
ActivityStarting with the synchronous
start or resuming of activities. |