Class DocumentRouteStatusChange
java.lang.Object
org.kuali.rice.kew.framework.postprocessor.DocumentRouteStatusChange
- All Implemented Interfaces:
Serializable,IDocumentEvent
- 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
ConstructorsConstructorDescriptionDocumentRouteStatusChange(String documentId, String appDocId, String oldStatus, String newStatus) -
Method Summary
-
Constructor Details
-
DocumentRouteStatusChange
-
-
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
-
getNewRouteStatus
-
getOldRouteStatus
-
toString
-
getAppDocId
- Specified by:
getAppDocIdin interfaceIDocumentEvent- Returns:
- the application document id registered for this document when it was created
-