org.kuali.rice.kew.postprocessor
Class ActionTakenEvent
java.lang.Object
org.kuali.rice.kew.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:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
routeHeaderId
private Long routeHeaderId
appDocId
private String appDocId
actionTaken
private ActionTakenValue actionTaken
ActionTakenEvent
public ActionTakenEvent(Long routeHeaderId,
String appDocId,
ActionTakenValue actionTaken)
getDocumentEventCode
public String getDocumentEventCode()
- Specified by:
getDocumentEventCode
in interface IDocumentEvent
- Returns:
- the code of this document event
getRouteHeaderId
public Long getRouteHeaderId()
- Specified by:
getRouteHeaderId
in interface IDocumentEvent
- Returns:
- the route header id for which this event was generated
getActionTaken
public ActionTakenValue getActionTaken()
getAppDocId
public String getAppDocId()
- Specified by:
getAppDocId
in interface IDocumentEvent
- Returns:
- the application document id registered for this document when it was created
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.