Class DeleteEvent
java.lang.Object
org.kuali.rice.kew.framework.postprocessor.DeleteEvent
- All Implemented Interfaces:
Serializable,IDocumentEvent
- Author:
- Kuali Rice Team (rice.collab@kuali.org) Signal to the PostProcessor that the routeHeader is being deleted.
- See Also:
-
Field Summary
Fields inherited from interface org.kuali.rice.kew.framework.postprocessor.IDocumentEvent
ACTION_TAKEN, AFTER_PROCESS, BEFORE_PROCESS, DELETE_CHANGE, LOCK_DOCUMENTS, ROUTE_LEVEL_CHANGE, ROUTE_STATUS_CHANGE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
DeleteEvent
-
-
Method Details
-
getDocumentEventCode
- Specified by:
getDocumentEventCodein interfaceIDocumentEvent- Returns:
- the code of this document event
-
getDocumentId
- Specified by:
getDocumentIdin interfaceIDocumentEvent- Returns:
- the document id for which this event was generated
-
getAppDocId
- Specified by:
getAppDocIdin interfaceIDocumentEvent- Returns:
- the application document id registered for this document when it was created
-