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 TypeMethodDescriptionorg.kuali.rice.kew.api.document.Documentorg.kuali.rice.krad.UserSessionbooleanbooleanisAuthorizedToEditNote(Note note) By default the individual who authored the note is the only one allowed to edit it.booleanvoidsetRouteHeaderVO(org.kuali.rice.kew.api.document.Document routeHeaderVO) voidsetUserSession(org.kuali.rice.krad.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
public org.kuali.rice.kew.api.document.Document getRouteHeaderVO()- Specified by:
getRouteHeaderVOin interfaceCustomNoteAttribute
-
setRouteHeaderVO
public void setRouteHeaderVO(org.kuali.rice.kew.api.document.Document routeHeaderVO) - Specified by:
setRouteHeaderVOin interfaceCustomNoteAttribute
-
getUserSession
public org.kuali.rice.krad.UserSession getUserSession()- Specified by:
getUserSessionin interfaceCustomNoteAttribute
-
setUserSession
public void setUserSession(org.kuali.rice.krad.UserSession userSession) - Specified by:
setUserSessionin interfaceCustomNoteAttribute
-
isAuthorizedToRetrieveAttachments
- Specified by:
isAuthorizedToRetrieveAttachmentsin interfaceCustomNoteAttribute- Throws:
Exception
-