Interface IDocumentEvent
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ActionTakenEvent,AfterProcessEvent,BeforeProcessEvent,DeleteEvent,DocumentLockingEvent,DocumentRouteLevelChange,DocumentRouteStatusChange
Base event interface for events emitted from the workflow engine
and hooked by the
PostProcessor- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Field Details
-
ROUTE_LEVEL_CHANGE
- See Also:
-
ROUTE_STATUS_CHANGE
- See Also:
-
DELETE_CHANGE
- See Also:
-
ACTION_TAKEN
- See Also:
-
BEFORE_PROCESS
- See Also:
-
AFTER_PROCESS
- See Also:
-
LOCK_DOCUMENTS
- See Also:
-
-
Method Details
-
getDocumentEventCode
String getDocumentEventCode()- Returns:
- the code of this document event
-
getDocumentId
String getDocumentId()- Returns:
- the document id for which this event was generated
-
getAppDocId
String getAppDocId()- Returns:
- the application document id registered for this document when it was created
-