Uses of Interface
de.aristaflow.adept2.core.runtimeservice.RuntimeService
-
-
Uses of RuntimeService in de.aristaflow.adept2.core.client
Methods in de.aristaflow.adept2.core.client that return RuntimeService Modifier and Type Method Description RuntimeServiceLocalExecutionClientService. getRuntimeService()Gets the runtime service for this client service allowing to execute activities directly by the caller and not in a runtime manager.RuntimeServiceMultiplexingClientService. getRuntimeService()RuntimeServiceWorklistClientService. getRuntimeService()Gets the runtime service for this client service allowing to execute activities directly by the caller and not in a runtime manager. -
Uses of RuntimeService in de.aristaflow.adept2.core.eventmanager.common
Fields in de.aristaflow.adept2.core.eventmanager.common declared as RuntimeService Modifier and Type Field Description protected RuntimeServiceAbstractEventManager. runtimeServiceThe runtime service for starting and terminating activities that wait for an event. -
Uses of RuntimeService in de.aristaflow.ilm.ws.core.runtimeservice
Constructors in de.aristaflow.ilm.ws.core.runtimeservice with parameters of type RuntimeService Constructor Description RuntimeServiceWebService(RuntimeService service, ServiceMetaData smd) -
Uses of RuntimeService in de.aristaflow.ilm.ws.rest.core.runtimeservice
Methods in de.aristaflow.ilm.ws.rest.core.runtimeservice with parameters of type RuntimeService Modifier and Type Method Description protected RuntimeServiceWebServiceRuntimeServiceRest. createWebService(RuntimeService serv, ServiceMetaData smd)
-