Uses of Interface
de.aristaflow.adept2.core.runtimemanager.SynchronousActivityStarting
-
-
Uses of SynchronousActivityStarting in de.aristaflow.adept2.core.client
Methods in de.aristaflow.adept2.core.client that return SynchronousActivityStarting Modifier and Type Method 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.Methods in de.aristaflow.adept2.core.client that return types with arguments of type SynchronousActivityStarting Modifier and Type Method Description Pair<SynchronousActivityStarting,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,Boolean>
MultiplexingClientService. getRemoteSynchronousActivityStarting(EBPInstanceReference activity)
Pair<SynchronousActivityStarting,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. -
Uses of SynchronousActivityStarting in de.aristaflow.adept2.core.runtimemanager
Methods in de.aristaflow.adept2.core.runtimemanager that return SynchronousActivityStarting Modifier and Type Method Description SynchronousActivityStarting
RuntimeManager. getSynchronousActivityStarting()
Gets an interface for synchronously starting/resuming activities and returning theGUIContext
of the started/resumed activity. -
Uses of SynchronousActivityStarting in de.aristaflow.adept2.core.runtimeservice
Methods in de.aristaflow.adept2.core.runtimeservice that return SynchronousActivityStarting Modifier and Type Method Description SynchronousActivityStarting
RuntimeService. getSynchronousActivityStarting()
Returnsnull
. -
Uses of SynchronousActivityStarting in de.aristaflow.ilm.ws.core.runtimemanager
Constructors in de.aristaflow.ilm.ws.core.runtimemanager with parameters of type SynchronousActivityStarting Constructor Description SynchronousActivityStartingWebService(SynchronousActivityStarting service, AbstractSubResourceWebService<?> parent)
-