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
Exceptionboolean isAuthorizedToAddNotes() throws Exception
Exceptionboolean isAuthorizedToRetrieveAttachments() throws Exception
ExceptionDocument getRouteHeaderVO()
void setRouteHeaderVO(Document routeHeaderVO)
UserSession getUserSession()
void setUserSession(UserSession workflowUserSession)
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.