| Package | Description |
|---|---|
| org.kuali.rice.kew.api.note |
Copyright 2005-2015 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| org.kuali.rice.kew.impl.note | |
| org.kuali.rice.kew.notes |
| Modifier and Type | Method and Description |
|---|---|
Note |
Note.Builder.build() |
Note |
NoteService.createNote(Note note) |
Note |
NoteService.deleteNote(String noteId) |
Note |
NoteService.getNote(String noteId) |
Note |
NoteService.updateNote(Note note) |
| Modifier and Type | Method and Description |
|---|---|
List<Note> |
NoteService.getNotes(String documentId) |
| Modifier and Type | Method and Description |
|---|---|
Note |
NoteService.createNote(Note note) |
Note |
NoteService.updateNote(Note note) |
| Modifier and Type | Method and Description |
|---|---|
Note |
NoteServiceImpl.createNote(Note note) |
Note |
NoteServiceImpl.deleteNote(String noteId) |
Note |
NoteServiceImpl.getNote(String noteId) |
Note |
NoteServiceImpl.updateNote(Note note) |
| Modifier and Type | Method and Description |
|---|---|
List<Note> |
NoteServiceImpl.getNotes(String documentId) |
| Modifier and Type | Method and Description |
|---|---|
Note |
NoteServiceImpl.createNote(Note note) |
Note |
NoteServiceImpl.updateNote(Note note) |
| Modifier and Type | Method and Description |
|---|---|
static Note |
Note.to(Note note) |
| Modifier and Type | Method and Description |
|---|---|
static Note |
Note.from(Note note) |
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.