Class AddNoteEvent

All Implemented Interfaces:
DocumentEvent, RuleEvent

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

    • AddNoteEvent

      public AddNoteEvent(String errorPathPrefix, Document document, org.kuali.rice.krad.bo.Note note)
      Constructs an AddNoteEvent with the specified errorPathPrefix and document
      Parameters:
      errorPathPrefix -
      document -
    • AddNoteEvent

      public AddNoteEvent(Document document, org.kuali.rice.krad.bo.Note note)
      Constructs an AddNoteEvent with the given document
      Parameters:
      document -
  • Method Details