Uses of Interface
de.aristaflow.adept2.core.runtimemanager.SynchronousActivityStarting
Packages that use SynchronousActivityStarting
Package
Description
-
Uses of SynchronousActivityStarting in de.aristaflow.adept2.core.client
Methods in de.aristaflow.adept2.core.client that return SynchronousActivityStartingModifier and TypeMethodDescriptionLocalExecutionClientService.getSynchronousActivityStarting(EBPInstanceReference activity) Gets the interface for (synchronous) start operations of the designated activity independently from the execution manager holding the activity.MultiplexingClientService.getSynchronousActivityStarting(EBPInstanceReference activity) 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 SynchronousActivityStartingModifier and TypeMethodDescriptionExecutionClientService.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.MultiplexingClientService.getRemoteSynchronousActivityStarting(EBPInstanceReference activity) 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 SynchronousActivityStartingModifier and TypeMethodDescriptionRuntimeManager.getSynchronousActivityStarting()Gets an interface for synchronously starting/resuming activities and returning theGUIContextof the started/resumed activity. -
Uses of SynchronousActivityStarting in de.aristaflow.adept2.core.runtimeservice
Methods in de.aristaflow.adept2.core.runtimeservice that return SynchronousActivityStarting -
Uses of SynchronousActivityStarting in de.aristaflow.ilm.ws.core.runtimemanager
Constructors in de.aristaflow.ilm.ws.core.runtimemanager with parameters of type SynchronousActivityStartingModifierConstructorDescriptionSynchronousActivityStartingWebService(SynchronousActivityStarting service, AbstractSubResourceWebService<?> parent)