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 CustomNoteAttribute
Exception
public boolean isAuthorizedToEditNote(Note note) throws Exception
isAuthorizedToEditNote
in interface CustomNoteAttribute
Exception
public Document getRouteHeaderVO()
getRouteHeaderVO
in interface CustomNoteAttribute
public void setRouteHeaderVO(Document routeHeaderVO)
setRouteHeaderVO
in interface CustomNoteAttribute
public UserSession getUserSession()
getUserSession
in interface CustomNoteAttribute
public void setUserSession(UserSession userSession)
setUserSession
in interface CustomNoteAttribute
public boolean isAuthorizedToRetrieveAttachments() throws Exception
isAuthorizedToRetrieveAttachments
in interface CustomNoteAttribute
Exception
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.