Package org.imixs.workflow.engine
Class ProcessingEvent
java.lang.Object
org.imixs.workflow.engine.ProcessingEvent
The ProcessingEvent provides a CDI event fired by the WorkflowService EJB.
This even can be used in a observer pattern of a service EJB to react on the
life-cycle of a process instance.
The ProcessingEvent defines the following event types:
- BEFORE_PROCESS - is send immediately before a workitem will be processed
- AFTER_PROCESS - is send immediately after a workitem was processed
To react on changes on a workitem in the front-end see the CDI event 'org.imixs.workflow.faces.workitem.WorkflowEvent'
- Version:
- 1.0
- Author:
- Ralph Soika
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
BEFORE_PROCESS
public static final int BEFORE_PROCESS- See Also:
-
AFTER_PROCESS
public static final int AFTER_PROCESS- See Also:
-
-
Constructor Details
-
ProcessingEvent
-
-
Method Details
-
getEventType
public int getEventType() -
getDocument
-