org.kuali.rice.kew.postprocessor
Class DeleteEvent

java.lang.Object
  extended by org.kuali.rice.kew.postprocessor.DeleteEvent
All Implemented Interfaces:
java.io.Serializable, IDocumentEvent

public class DeleteEvent
extends java.lang.Object
implements IDocumentEvent

Author:
Kuali Rice Team (rice.collab@kuali.org) Signal to the PostProcessor that the routeHeader is being deleted.
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.kuali.rice.kew.postprocessor.IDocumentEvent
ACTION_TAKEN, AFTER_PROCESS, BEFORE_PROCESS, DELETE_CHANGE, LOCK_DOCUMENTS, ROUTE_LEVEL_CHANGE, ROUTE_STATUS_CHANGE
 
Constructor Summary
DeleteEvent(java.lang.Long routeHeaderId, java.lang.String appDocId)
           
 
Method Summary
 java.lang.String getAppDocId()
           
 java.lang.String getDocumentEventCode()
           
 java.lang.Long getRouteHeaderId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteEvent

public DeleteEvent(java.lang.Long routeHeaderId,
                   java.lang.String appDocId)
Method Detail

getDocumentEventCode

public java.lang.String getDocumentEventCode()
Specified by:
getDocumentEventCode in interface IDocumentEvent
Returns:
the code of this document event

getRouteHeaderId

public java.lang.Long getRouteHeaderId()
Specified by:
getRouteHeaderId in interface IDocumentEvent
Returns:
the route header id for which this event was generated

getAppDocId

public java.lang.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.