Package org.kuali.rice.kew.notes
Class CustomNoteAttributeImpl
java.lang.Object
org.kuali.rice.kew.notes.CustomNoteAttributeImpl
- All Implemented Interfaces:
CustomNoteAttribute
Default implementation of the
CustomNoteAttribute.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanisAuthorizedToEditNote(Note note) By default the individual who authored the note is the only one allowed to edit it.booleanvoidsetRouteHeaderVO(Document routeHeaderVO) voidsetUserSession(UserSession userSession)
-
Constructor Details
-
CustomNoteAttributeImpl
public CustomNoteAttributeImpl()
-
-
Method Details
-
isAuthorizedToAddNotes
- Specified by:
isAuthorizedToAddNotesin interfaceCustomNoteAttribute- Throws:
Exception
-
isAuthorizedToEditNote
By default the individual who authored the note is the only one allowed to edit it.- Specified by:
isAuthorizedToEditNotein interfaceCustomNoteAttribute- Throws:
Exception
-
getRouteHeaderVO
- Specified by:
getRouteHeaderVOin interfaceCustomNoteAttribute
-
setRouteHeaderVO
- Specified by:
setRouteHeaderVOin interfaceCustomNoteAttribute
-
getUserSession
- Specified by:
getUserSessionin interfaceCustomNoteAttribute
-
setUserSession
- Specified by:
setUserSessionin interfaceCustomNoteAttribute
-
isAuthorizedToRetrieveAttachments
- Specified by:
isAuthorizedToRetrieveAttachmentsin interfaceCustomNoteAttribute- Throws:
Exception
-