Adapter |
An Adapter defines an adapter pattern used by the WorkflowKernel to call
adapter implementations defined by the BPMN model.
|
GenericAdapter |
A GenericAdapter extends the Adapter Interface.
|
Model |
The IModel interface defines getter methods to navigate through a Imixs
Workflow Model.
|
ModelManager |
The interface ModelManager manages instances of a Model.
|
Plugin |
A Plugin defines the interface between the WorkflowKernel and the
WorkflowManager.
|
PluginDependency |
A plug-in may optionally implement the interface 'PluginDependency' to
indicate dependencies on other plug-ins.
|
QuerySelector |
The Interface QuerySelector can be implemented as a CDI Bean to provide a
custom selection of workitems.
|
SignalAdapter |
A SignalAdapter extends the Adapter Interface.
|
WorkflowContext |
This Interface defines the Context which is used to supply a basic enviroment
for the exchange between a WorkflowManager an the registered Plugin Moduls.
|
WorkflowManager |
The WorkflowManager is the general interface for a concrete implementation of
a workflow management system.
|