|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NoteCapable
| Method Summary | |
|---|---|
void |
addAllNotes(java.util.Set<Note> notes)
Adds the given set of notes to the stored ones. |
void |
addNote(Note note)
Adds the Note. |
Note |
getNote(java.lang.String id)
|
java.util.Set<Note> |
getNotes()
|
void |
removeAllNotes()
Removes all notes. |
void |
removeNote(java.lang.String id)
|
void |
setNotes(java.util.Set<Note> notes)
Replaces the stored notes with the given set. |
| Method Detail |
|---|
void addNote(Note note)
highlight -
org.eclipse.stardust.common.error.InvalidArgumentException - if the id of the Note already exists.Note getNote(java.lang.String id)
java.util.Set<Note> getNotes()
void removeNote(java.lang.String id)
void setNotes(java.util.Set<Note> notes)
notes -
org.eclipse.stardust.common.error.InvalidArgumentException - if the given set contains more than one element with the same
Identifiable#id.void addAllNotes(java.util.Set<Note> notes)
notes -
org.eclipse.stardust.common.error.InvalidArgumentException - if the given set contains more than one element with the same
Identifiable#id.org.eclipse.stardust.common.error.InvalidArgumentException - if the given set contains at least one note with the same Identifiable#id
as a stored note.void removeAllNotes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||