Package de.aristaflow.adept2.core.processmanager
-
Interface Summary Interface Description InstanceManager This sub-interface of the process manager handles instances.ProcessManager The process manager persists the data of process instances and templates at runtime and provides access to these objects.ProcessManagerMXBean This interface provides access to node and instance counts based on type, node state and instance execution statuses to be monitored by JMX.TemplateManager This sub-interface of the process manager handles all runtime issues of process templates.TemplateStatusProvider This interface is used as a callback to retrieve template status objects forTemplateReference
s (and alsoInstanceReference
s) from the corresponding storage layers. -
Class Summary Class Description CustomInstanceFilters A factory for custom filters that can't be constructed using the regularFilterFactory
.ProcessManagerTools This class provides some useful methods for process manager logic, e. g. retrieving the latest template of a process type and aggregating states of subprocess instances. -
Enum Summary Enum Description TemplateManager.TemplateKind A template can be of different kind: normal (top-level or referenced subprocess), embedded (as subprocess), specific for one instance (modified template), an embedded template that is specific to one instance (but itself unmodified) or an embedded and modified template.