Class ActionTakenEvent
java.lang.Object
org.kuali.rice.kew.framework.postprocessor.ActionTakenEvent
- All Implemented Interfaces:
Serializable,IDocumentEvent
Event sent to the postprocessor when an action has been taken
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- 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
ConstructorsConstructorDescriptionActionTakenEvent(String documentId, String appDocId, org.kuali.rice.kew.api.action.ActionTaken actionTaken) -
Method Summary
Modifier and TypeMethodDescriptionorg.kuali.rice.kew.api.action.ActionTaken
-
Constructor Details
-
ActionTakenEvent
-
-
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
-
getActionTaken
public org.kuali.rice.kew.api.action.ActionTaken getActionTaken() -
getAppDocId
- Specified by:
getAppDocIdin interfaceIDocumentEvent- Returns:
- the application document id registered for this document when it was created
-