| 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 for
TemplateReferences (and also InstanceReferences)
from the corresponding storage layers. |
| Class | Description |
|---|---|
| CustomInstanceFilters |
A factory for custom filters that can't be constructed using the regular
FilterFactory. |
| ProcessManagerTools |
The frequently used method which is rather critical to use due to the
versioning scheme not providing an unambiguous result.
|
| 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.
|