Uses of Interface
de.aristaflow.adept2.core.processmanager.InstanceManager
Packages that use InstanceManager
Package
Description
-
Uses of InstanceManager in de.aristaflow.adept2.core.processmanager
Methods in de.aristaflow.adept2.core.processmanager that return InstanceManagerModifier and TypeMethodDescriptionProcessManager.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 InstanceManagerModifier and TypeMethodDescriptionProcessManagerTools.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.NodeStateProcessManagerTools.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 InstanceManagerModifierConstructorDescriptionInstanceManagerWebService(InstanceManager service, ProcessManagerWebService parent)