org.kuali.rice.kew.notes
Class CustomNoteAttributeImpl
java.lang.Object
   org.kuali.rice.kew.notes.CustomNoteAttributeImpl
org.kuali.rice.kew.notes.CustomNoteAttributeImpl
- All Implemented Interfaces: 
- CustomNoteAttribute
- public class CustomNoteAttributeImpl 
- extends Object- implements CustomNoteAttribute
Default implementation of the CustomNoteAttribute.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CustomNoteAttributeImpl
public CustomNoteAttributeImpl()
isAuthorizedToAddNotes
public boolean isAuthorizedToAddNotes()
                               throws Exception
- 
- Specified by:
- isAuthorizedToAddNotesin interface- CustomNoteAttribute
 
- 
- Throws:
- Exception
 
isAuthorizedToEditNote
public boolean isAuthorizedToEditNote(Note note)
                               throws Exception
- By default the individual who authored the note is the only one allowed to edit it.
 
- 
- Specified by:
- isAuthorizedToEditNotein interface- CustomNoteAttribute
 
- 
- Throws:
- Exception
 
getRouteHeaderVO
public Document getRouteHeaderVO()
- 
- Specified by:
- getRouteHeaderVOin interface- CustomNoteAttribute
 
- 
 
setRouteHeaderVO
public void setRouteHeaderVO(Document routeHeaderVO)
- 
- Specified by:
- setRouteHeaderVOin interface- CustomNoteAttribute
 
- 
 
getUserSession
public UserSession getUserSession()
- 
- Specified by:
- getUserSessionin interface- CustomNoteAttribute
 
- 
 
setUserSession
public void setUserSession(UserSession userSession)
- 
- Specified by:
- setUserSessionin interface- CustomNoteAttribute
 
- 
 
isAuthorizedToRetrieveAttachments
public boolean isAuthorizedToRetrieveAttachments()
                                          throws Exception
- 
- Specified by:
- isAuthorizedToRetrieveAttachmentsin interface- CustomNoteAttribute
 
- 
- Throws:
- Exception
 
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.