Uses of Interface
de.aristaflow.adept2.core.executionmanager.ExecutionManager
-
Packages that use ExecutionManager Package Description de.aristaflow.adept2.core.client de.aristaflow.ilm.ws.core.executionmanager de.aristaflow.ilm.ws.rest.core.executionmanager -
-
Uses of ExecutionManager in de.aristaflow.adept2.core.client
Methods in de.aristaflow.adept2.core.client that return ExecutionManager Modifier and Type Method Description ExecutionManagerADEPT2ClientService. getExecutionManager()Deprecated.ExecutionManagerAdministrationService. getExecutionManager()ExecutionManagerMultiplexingClientService. getExecutionManager()ExecutionManagerLocalExecutionClientService. getExecutionManagerForActivity(EBPInstanceReference ebpInstanceReference)Returns a reference to the execution manager that is responsible for the designated activity.ExecutionManagerMultiplexingClientService. getExecutionManagerForActivity(EBPInstanceReference ebpInstanceReference) -
Uses of ExecutionManager in de.aristaflow.ilm.ws.core.executionmanager
Constructors in de.aristaflow.ilm.ws.core.executionmanager with parameters of type ExecutionManager Constructor Description ExecutionManagerWebService(ExecutionManager service, ServiceMetaData smd) -
Uses of ExecutionManager in de.aristaflow.ilm.ws.rest.core.executionmanager
Methods in de.aristaflow.ilm.ws.rest.core.executionmanager with parameters of type ExecutionManager Modifier and Type Method Description protected ExecutionManagerWebServiceExecutionManagerRest. createWebService(ExecutionManager serv, ServiceMetaData smd)
-