Uses of Interface
de.aristaflow.adept2.core.processmanager.InstanceManager
-
Packages that use InstanceManager Package Description de.aristaflow.adept2.core.processmanager de.aristaflow.ilm.ws.core.processmanager -
-
Uses of InstanceManager in de.aristaflow.adept2.core.processmanager
Methods in de.aristaflow.adept2.core.processmanager that return InstanceManager Modifier and Type Method Description InstanceManager
ProcessManager. getInstanceManager()
Gets an implementation for the management of process instances which allows to retrieve a running instance to provide access for changing a process instance, for executing a process instance and to retrieve the execution history.Methods in de.aristaflow.adept2.core.processmanager with parameters of type InstanceManager Modifier and Type Method Description static ProcessConstants.InstanceExecutionStatus
ProcessManagerTools. aggregateStatus(SessionToken session, Collection<UUID> parallels, InstanceManager im)
Aggregates several instance execution statuses to one, that is the designated subprocess instances (running in parallel) are retrieved from the designated subprocess manager instance and their execution statuses are aggregated.static ProcessConstants.NodeState
ProcessManagerTools. aggregateSubprocessStatuses(SessionToken session, Collection<UUID> parallels, InstanceManager im)
Aggregates several instance execution statuses to the corresponding node state of the parent node. -
Uses of InstanceManager in de.aristaflow.ilm.ws.core.processmanager
Constructors in de.aristaflow.ilm.ws.core.processmanager with parameters of type InstanceManager Constructor Description InstanceManagerWebService(InstanceManager service, ProcessManagerWebService parent)
-