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