Package org.kuali.rice.kew.notes
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 Summary
Modifier and TypeMethodDescriptionbooleanbooleanisAuthorizedToEditNote(Note note) booleanvoidsetRouteHeaderVO(Document routeHeaderVO) voidsetUserSession(UserSession workflowUserSession)
-
Method Details
-
isAuthorizedToEditNote
- Throws:
Exception
-
isAuthorizedToAddNotes
- Throws:
Exception
-
isAuthorizedToRetrieveAttachments
- Throws:
Exception
-
getRouteHeaderVO
Document getRouteHeaderVO() -
setRouteHeaderVO
-
getUserSession
UserSession getUserSession() -
setUserSession
-