Class DeleteEvent

java.lang.Object
org.kuali.rice.kew.framework.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:
  • Constructor Details

    • DeleteEvent

      public DeleteEvent(String documentId, String appDocId)
  • Method Details