Elexis API documentation
Version 2.1.6 as of December 11 2011

Uses of Class
ch.elexis.notes.Note

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 documentation
Version 2.1.6 as of December 11 2011

Copyright 2005-2011 by Gerry Weirich, Elexis