|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WorkflowEngine
Workflow engine.
Method Summary | |
---|---|
boolean |
canInvoke(Workflowable workflowable,
Workflow workflow,
java.lang.String event)
Checks if an event can be invoked. |
void |
invoke(Workflowable workflowable,
Workflow workflow,
java.lang.String event)
Invokes an event. |
Method Detail |
---|
boolean canInvoke(Workflowable workflowable, Workflow workflow, java.lang.String event) throws WorkflowException
workflowable
- The workflowable.workflow
- The workflow schema.event
- The event.
WorkflowException
- if an error occurs.void invoke(Workflowable workflowable, Workflow workflow, java.lang.String event) throws WorkflowException
workflowable
- The workflowable.workflow
- The workflow.event
- The event.
WorkflowException
- if an error occurs.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |