|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Note | |
---|---|
ch.elexis.notes |
Uses of Note in ch.elexis.notes |
---|
Methods in ch.elexis.notes that return Note | |
---|---|
Note |
Note.getParent()
find the parent note of this note |
static Note |
Note.load(java.lang.String id)
|
Methods in ch.elexis.notes that return types with arguments of type Note | |
---|---|
java.util.List<Note> |
Note.getChildren()
find the children of this note |
Query<Note> |
NotesContentProvider.getQuery()
|
Methods in ch.elexis.notes with parameters of type Note | |
---|---|
int |
NoteComparator.compare(Note arg0,
Note arg1)
|
void |
NotesDetail.setNote(Note note)
|
Constructors in ch.elexis.notes with parameters of type Note | |
---|---|
Note(Note parent,
java.lang.String title,
byte[] contents,
java.lang.String mimetype)
Create a new Note with binary content |
|
Note(Note parent,
java.lang.String title,
java.lang.String text)
Create a new Note with text content |
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV NEXT | FRAMES NO FRAMES |