public class WorkflowNoteAttributeImpl extends Object implements CustomNoteAttribute
| Constructor and Description |
|---|
WorkflowNoteAttributeImpl() |
| Modifier and Type | Method and Description |
|---|---|
Document |
getRouteHeaderVO() |
UserSession |
getUserSession() |
boolean |
isAuthorizedToAddNotes() |
boolean |
isAuthorizedToEditNote(Note note)
By default the individual who authored the note is the only one allowed to edit it.
|
boolean |
isAuthorizedToRetrieveAttachments() |
void |
setRouteHeaderVO(Document routeHeaderVO) |
void |
setUserSession(UserSession userSession) |
public WorkflowNoteAttributeImpl()
public boolean isAuthorizedToAddNotes() throws Exception
isAuthorizedToAddNotes in interface CustomNoteAttributeExceptionpublic boolean isAuthorizedToEditNote(Note note) throws Exception
isAuthorizedToEditNote in interface CustomNoteAttributeExceptionpublic Document getRouteHeaderVO()
getRouteHeaderVO in interface CustomNoteAttributepublic void setRouteHeaderVO(Document routeHeaderVO)
setRouteHeaderVO in interface CustomNoteAttributepublic UserSession getUserSession()
getUserSession in interface CustomNoteAttributepublic void setUserSession(UserSession userSession)
setUserSession in interface CustomNoteAttributepublic boolean isAuthorizedToRetrieveAttachments() throws Exception
isAuthorizedToRetrieveAttachments in interface CustomNoteAttributeExceptionCopyright © 2005–2014 The Kuali Foundation. All rights reserved.