Interface CustomNoteAttribute

All Known Implementing Classes:
CustomNoteAttributeImpl

public interface CustomNoteAttribute
An attribute which allows for customization of the Notes interface for a particular document.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Method Details

    • isAuthorizedToEditNote

      boolean isAuthorizedToEditNote(Note note) throws Exception
      Throws:
      Exception
    • isAuthorizedToAddNotes

      boolean isAuthorizedToAddNotes() throws Exception
      Throws:
      Exception
    • isAuthorizedToRetrieveAttachments

      boolean isAuthorizedToRetrieveAttachments() throws Exception
      Throws:
      Exception
    • getRouteHeaderVO

      org.kuali.rice.kew.api.document.Document getRouteHeaderVO()
    • setRouteHeaderVO

      void setRouteHeaderVO(org.kuali.rice.kew.api.document.Document routeHeaderVO)
    • getUserSession

      org.kuali.rice.krad.UserSession getUserSession()
    • setUserSession

      void setUserSession(org.kuali.rice.krad.UserSession workflowUserSession)