Package org.imixs.workflow
Interface Adapter
- All Known Subinterfaces:
GenericAdapter
,SignalAdapter
- All Known Implementing Classes:
AccessAdapter
public interface Adapter
An Adapter defines an adapter pattern used by the WorkflowKernel to call
adapter implementations defined by the BPMN model.
- Version:
- 1.0
- Author:
- Ralph Soika
- See Also:
-
Method Summary
-
Method Details
-
execute
ItemCollection execute(ItemCollection document, ItemCollection event) throws AdapterException, PluginException - Parameters:
document
- the workitem to be processedevent
- the workflow event containing the processing instructions- Returns:
- updated workitem for further processing
- Throws:
AdapterException
- interrupt processingPluginException
-