Class ApproveDocumentEvent

All Implemented Interfaces:
DocumentEvent, RuleEvent
Direct Known Subclasses:
BlanketApproveDocumentEvent

public class ApproveDocumentEvent extends DocumentEventBase
This class represents the approve event that is part of an eDoc in Kuali. This could be triggered when a user presses the approve button for a given document enroute or it could happen when another piece of code calls the approve method in the document service.
  • Constructor Details

    • ApproveDocumentEvent

      public ApproveDocumentEvent(String errorPathPrefix, Document document)
      Constructs an ApproveDocumentEvent with the specified errorPathPrefix and document
      Parameters:
      errorPathPrefix -
      document -
    • ApproveDocumentEvent

      public ApproveDocumentEvent(Document document)
      Constructs an ApproveDocumentEvent with the given document
      Parameters:
      document -
    • ApproveDocumentEvent

      protected ApproveDocumentEvent(String eventType, String errorPathPrefix, Document document)
      Constructs a ApproveDocumentEvent, allowing the eventType to be passed in so that subclasses can specify a more accurate message.
      Parameters:
      eventType -
      errorPathPrefix -
      document -
  • Method Details