|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Note in org.kuali.rice.kew.notes |
---|
Methods in org.kuali.rice.kew.notes that return Note | |
---|---|
static Note |
Note.from(Note note)
|
Note |
Attachment.getNote()
|
Methods in org.kuali.rice.kew.notes with parameters of type Note | |
---|---|
boolean |
WorkflowNoteAttributeImpl.isAuthorizedToEditNote(Note note)
By default the individual who authored the note is the only one allowed to edit it. |
boolean |
CustomNoteAttributeImpl.isAuthorizedToEditNote(Note note)
By default the individual who authored the note is the only one allowed to edit it. |
boolean |
CustomNoteAttribute.isAuthorizedToEditNote(Note note)
|
void |
Attachment.setNote(Note note)
|
static Note |
Note.to(Note note)
|
Uses of Note in org.kuali.rice.kew.notes.dao |
---|
Methods in org.kuali.rice.kew.notes.dao that return Note | |
---|---|
Note |
NoteDAO.getNoteByNoteId(String noteId)
|
Methods in org.kuali.rice.kew.notes.dao that return types with arguments of type Note | |
---|---|
List<Note> |
NoteDAO.getNotesByDocumentId(String documentId)
|
Methods in org.kuali.rice.kew.notes.dao with parameters of type Note | |
---|---|
void |
NoteDAO.deleteNote(Note note)
|
void |
NoteDAO.saveNote(Note note)
|
Uses of Note in org.kuali.rice.kew.notes.dao.impl |
---|
Methods in org.kuali.rice.kew.notes.dao.impl that return Note | |
---|---|
Note |
NoteDAOJpaImpl.getNoteByNoteId(String noteId)
|
Note |
NoteDAOOjbImpl.getNoteByNoteId(String noteId)
|
Methods in org.kuali.rice.kew.notes.dao.impl with parameters of type Note | |
---|---|
void |
NoteDAOJpaImpl.deleteNote(Note note)
|
void |
NoteDAOOjbImpl.deleteNote(Note note)
|
void |
NoteDAOJpaImpl.saveNote(Note note)
|
void |
NoteDAOOjbImpl.saveNote(Note note)
|
Uses of Note in org.kuali.rice.kew.notes.service |
---|
Methods in org.kuali.rice.kew.notes.service that return Note | |
---|---|
Note |
NoteService.getNoteByNoteId(String noteId)
|
Methods in org.kuali.rice.kew.notes.service that return types with arguments of type Note | |
---|---|
List<Note> |
NoteService.getNotesByDocumentId(String documentId)
|
Methods in org.kuali.rice.kew.notes.service with parameters of type Note | |
---|---|
void |
NoteService.deleteNote(Note note)
|
void |
NoteService.saveNote(Note note)
|
Uses of Note in org.kuali.rice.kew.notes.service.impl |
---|
Methods in org.kuali.rice.kew.notes.service.impl that return Note | |
---|---|
Note |
NoteServiceImpl.getNoteByNoteId(String noteId)
|
Methods in org.kuali.rice.kew.notes.service.impl that return types with arguments of type Note | |
---|---|
List<Note> |
NoteServiceImpl.getNotesByDocumentId(String documentId)
|
Methods in org.kuali.rice.kew.notes.service.impl with parameters of type Note | |
---|---|
void |
NoteServiceImpl.deleteNote(Note note)
|
void |
NoteServiceImpl.saveNote(Note note)
|
Uses of Note in org.kuali.rice.kew.notes.web |
---|
Methods in org.kuali.rice.kew.notes.web that return Note | |
---|---|
Note |
NoteForm.getExistingNote()
|
Note |
NoteForm.getNote()
|
Methods in org.kuali.rice.kew.notes.web that return types with arguments of type Note | |
---|---|
List<Note> |
NoteForm.getNoteList()
|
Methods in org.kuali.rice.kew.notes.web with parameters of type Note | |
---|---|
void |
NoteForm.setExistingNote(Note existingNote)
|
void |
NoteForm.setNote(Note note)
|
Method parameters in org.kuali.rice.kew.notes.web with type arguments of type Note | |
---|---|
void |
NoteForm.setNoteList(List<Note> noteList)
|
Uses of Note in org.kuali.rice.kew.routeheader |
---|
Methods in org.kuali.rice.kew.routeheader that return types with arguments of type Note | |
---|---|
List<Note> |
DocumentRouteHeaderValue.getNotes()
|
Method parameters in org.kuali.rice.kew.routeheader with type arguments of type Note | |
---|---|
void |
DocumentRouteHeaderValue.setNotes(List<Note> notes)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |