org.kuali.rice.kew.postprocessor
Class BeforeProcessEvent
java.lang.Object
org.kuali.rice.kew.postprocessor.BeforeProcessEvent
- All Implemented Interfaces:
- Serializable, IDocumentEvent
public class BeforeProcessEvent
- extends Object
- implements IDocumentEvent
Event sent to the postprocessor when the processor is started
- 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
documentId
private String documentId
nodeInstanceId
private String nodeInstanceId
appDocId
private String appDocId
BeforeProcessEvent
public BeforeProcessEvent(String documentId,
String appDocId,
String nodeInstanceId)
getNodeInstanceId
public String getNodeInstanceId()
getDocumentId
public String getDocumentId()
- Specified by:
getDocumentId
in interface IDocumentEvent
- Returns:
- the document id for which this event was generated
getAppDocId
public String getAppDocId()
- Specified by:
getAppDocId
in interface IDocumentEvent
- Returns:
- the application document id registered for this document when it was created
getDocumentEventCode
public String getDocumentEventCode()
- Specified by:
getDocumentEventCode
in interface IDocumentEvent
- Returns:
- the code of this document event
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.