public interface CustomNoteAttribute
Modifier and Type | Method and Description |
---|---|
Document |
getRouteHeaderVO() |
UserSession |
getUserSession() |
boolean |
isAuthorizedToAddNotes() |
boolean |
isAuthorizedToEditNote(Note note) |
boolean |
isAuthorizedToRetrieveAttachments() |
void |
setRouteHeaderVO(Document routeHeaderVO) |
void |
setUserSession(UserSession workflowUserSession) |
boolean isAuthorizedToEditNote(Note note) throws Exception
Exception
boolean isAuthorizedToAddNotes() throws Exception
Exception
boolean isAuthorizedToRetrieveAttachments() throws Exception
Exception
Document getRouteHeaderVO()
void setRouteHeaderVO(Document routeHeaderVO)
UserSession getUserSession()
void setUserSession(UserSession workflowUserSession)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.