Uses of Class
com.openkm.sdk4j.bean.Note
-
Packages that use Note Package Description com.openkm.sdk4j.bean com.openkm.sdk4j.definition com.openkm.sdk4j.impl -
-
Uses of Note in com.openkm.sdk4j.bean
Fields in com.openkm.sdk4j.bean with type parameters of type Note Modifier and Type Field Description protected List<Note>Node. notesMethods in com.openkm.sdk4j.bean that return types with arguments of type Note Modifier and Type Method Description List<Note>Node. getNotes()Method parameters in com.openkm.sdk4j.bean with type arguments of type Note Modifier and Type Method Description voidNode. setNotes(List<Note> notes) -
Uses of Note in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that return Note Modifier and Type Method Description NoteBaseNote. add(String uuid, String text)Add a note to a nodeNoteBaseNote. get(String nodeId)Get note from nodeMethods in com.openkm.sdk4j.definition that return types with arguments of type Note Modifier and Type Method Description List<Note>BaseNote. list(String uuid)Retrieve a list of notes from a node. -
Uses of Note in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that return Note Modifier and Type Method Description NoteNoteImpl. add(String uuid, String text)NoteNoteImpl. get(String noteId)Methods in com.openkm.sdk4j.impl that return types with arguments of type Note Modifier and Type Method Description List<Note>NoteImpl. list(String uuid)
-