|
Interface Summary |
| Condition |
Interface that must be implemented to define a java-based condition in your workflow definition. |
| ConditionRemote |
Interface that must be implemented to define a java-based remote condition in your workflow definition. |
| FunctionProvider |
Interface to be implemented by any class that are to be called from within a workflow as a function,
either as a pre-function or a post-function. |
| FunctionProviderRemote |
Remote interface to be implemented by any class that are to be called from within a workflow as a function,
either as a pre-function or a post-function. |
| Register |
Interface that must be implemented for workflow registers to behave properly. |
| RegisterRemote |
A remote register interface. |
| Validator |
Interface that must be implemented to define a java-based validator in your workflow definition. |
| ValidatorRemote |
Remote interface that must be implemented to define a java-based validator in your workflow definition. |
| Workflow |
The core workflow interface. |
| WorkflowContext |
Interface to be implemented if a new OSWorkflow interaction is to be created (SOAP, EJB, Ofbiz, etc). |