Workflow engine.
version: $Id: WorkflowEngine.java 473861 2006-11-12 03:51:14Z gregor $
Method Summary
boolean
canInvoke(Workflowable workflowable, Workflow workflow, String event) Checks if an event can be invoked.
Parameters: workflowable - The workflowable. Parameters: workflow - The workflow schema. Parameters: event - The event.
Checks if an event can be invoked.
Parameters: workflowable - The workflowable. Parameters: workflow - The workflow schema. Parameters: event - The event. A boolean value. throws: WorkflowException - if an error occurs.
Invokes an event.
Parameters: workflowable - The workflowable. Parameters: workflow - The workflow. Parameters: event - The event. throws: WorkflowException - if an error occurs.