org.kuali.rice.kew.framework.postprocessor
Class BeforeProcessEvent

java.lang.Object
  extended by org.kuali.rice.kew.framework.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

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
BeforeProcessEvent(String documentId, String appDocId, String nodeInstanceId)
           
 
Method Summary
 String getAppDocId()
           
 String getDocumentEventCode()
           
 String getDocumentId()
           
 String getNodeInstanceId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeforeProcessEvent

public BeforeProcessEvent(String documentId,
                          String appDocId,
                          String nodeInstanceId)
Method Detail

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 © 2005-2012 The Kuali Foundation. All Rights Reserved.