Class DocumentLockingEvent

java.lang.Object
org.kuali.rice.kew.framework.postprocessor.DocumentLockingEvent
All Implemented Interfaces:
Serializable, IDocumentEvent

public class DocumentLockingEvent extends Object implements IDocumentEvent
Event sent to the postprocessor when document locking ids are requested.
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • DocumentLockingEvent

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