Class ActionTakenEvent

java.lang.Object
org.kuali.rice.kew.framework.postprocessor.ActionTakenEvent
All Implemented Interfaces:
Serializable, IDocumentEvent

public class ActionTakenEvent extends Object implements IDocumentEvent
Event sent to the postprocessor when an action has been taken
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • ActionTakenEvent

      public ActionTakenEvent(String documentId, String appDocId, org.kuali.rice.kew.api.action.ActionTaken actionTaken)
  • Method Details

    • getDocumentEventCode

      public String getDocumentEventCode()
      Specified by:
      getDocumentEventCode in interface IDocumentEvent
      Returns:
      the code of this document event
    • getDocumentId

      public String getDocumentId()
      Specified by:
      getDocumentId in interface IDocumentEvent
      Returns:
      the document id for which this event was generated
    • getActionTaken

      public org.kuali.rice.kew.api.action.ActionTaken getActionTaken()
    • getAppDocId

      public String getAppDocId()
      Specified by:
      getAppDocId in interface IDocumentEvent
      Returns:
      the application document id registered for this document when it was created