Package org.imixs.workflow
Interface GenericAdapter
-
- All Superinterfaces:
Adapter
- All Known Implementing Classes:
AccessAdapter
public interface GenericAdapter extends Adapter
A GenericAdapter extends the Adapter Interface. This Adapter is independent from the BPMN Model and should not be associated with a BPMN Signal Event. A GenericAdapter is called by the WorkfklowKernel during the processing life-cycle before the plugin life-cycle.A GenericAdapter can be a CDI implementation.
GenericAdapter are called before any Signal-Adapter or plugin was executed.
- Version:
- 1.0
- Author:
- Ralph Soika
- See Also:
WorkflowKernel