Interface DocumentEvent

All Superinterfaces:
RuleEvent
All Known Implementing Classes:
AddAdHocRoutePersonEvent, AddAdHocRouteWorkgroupEvent, AddCollectionLineEvent, AddNoteEvent, ApproveDocumentEvent, BlanketApproveDocumentEvent, CompleteDocumentEvent, DocumentAuditEvent, DocumentEventBase, RouteDocumentEvent, SaveDocumentEvent, SaveOnlyDocumentEvent, SendAdHocRequestsEvent

public interface DocumentEvent extends RuleEvent
Parent interface of all document-related events, which are used to drive the business rules evaluation process.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Method Details

    • getDocument

      Document getDocument()
      Returns:
      Document The document associated with this event