Interface AddNoteRule

All Superinterfaces:
BusinessRule
All Known Implementing Classes:
DocumentRuleBase, MaintenanceDocumentRuleBase, TransactionalDocumentRuleBase

public interface AddNoteRule extends BusinessRule
Defines a rule which gets invoked immediately before a document has a note added to it.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    processAddNote(Document document, org.kuali.rice.krad.bo.Note note)
    This method is responsible for housing business rules that need to be checked before a note is added to a document.
  • Method Details

    • processAddNote

      boolean processAddNote(Document document, org.kuali.rice.krad.bo.Note note)
      This method is responsible for housing business rules that need to be checked before a note is added to a document.
      Parameters:
      document -
      note -
      Returns:
      false if the rule fails