| Package | Description |
|---|---|
| de.aristaflow.adept2.core.client | |
| de.aristaflow.adept2.core.runtimemanager | |
| de.aristaflow.adept2.core.runtimeservice |
| Modifier and Type | Method and Description |
|---|---|
SynchronousActivityStarting |
LocalExecutionClientService.getSynchronousActivityStarting(EBPInstanceReference activity)
Gets the interface for (synchronous) start operations of the designated
activity independently from the execution manager holding the activity.
|
SynchronousActivityStarting |
MultiplexingClientService.getSynchronousActivityStarting(EBPInstanceReference activity) |
SynchronousActivityStarting |
WorklistClientService.getSynchronousActivityStarting(EBPInstanceReference activity)
Gets the interface for (synchronous) start operations of the designated
activity independently from the execution manager holding the activity.
|
| Modifier and Type | Method and Description |
|---|---|
Pair<SynchronousActivityStarting,java.lang.Boolean> |
ExecutionClientService.getRemoteSynchronousActivityStarting(EBPInstanceReference activity)
Gets the interface for (synchronous) start operations of the designated
activity independently from the execution manager holding the activity and
the local runtime manager.
|
Pair<SynchronousActivityStarting,java.lang.Boolean> |
MultiplexingClientService.getRemoteSynchronousActivityStarting(EBPInstanceReference activity) |
Pair<SynchronousActivityStarting,java.lang.Boolean> |
RemoteExecutionClientService.getRemoteSynchronousActivityStarting(EBPInstanceReference activity)
Gets the interface for (synchronous) start operations of the designated
activity independently from the execution manager holding the activity and
the local runtime manager.
|
| Modifier and Type | Method and Description |
|---|---|
SynchronousActivityStarting |
RuntimeManager.getSynchronousActivityStarting()
Gets an interface for synchronously starting/resuming activities and
returning the
GUIContext of the started/resumed activity. |
| Modifier and Type | Method and Description |
|---|---|
SynchronousActivityStarting |
RuntimeService.getSynchronousActivityStarting()
Returns
null. |