Uses of Class
com.openkm.sdk4j.bean.TaskNote
-
Packages that use TaskNote Package Description com.openkm.sdk4j.definition com.openkm.sdk4j.impl com.openkm.sdk4j.util -
-
Uses of TaskNote in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that return TaskNote Modifier and Type Method Description TaskNoteBaseTask. createNote(long taskId, String text)Create note.TaskNoteBaseTask. updateNote(long noteId, String text)Update note.Methods in com.openkm.sdk4j.definition that return types with arguments of type TaskNote Modifier and Type Method Description List<TaskNote>BaseTask. getNotes(long taskId)Gets notes. -
Uses of TaskNote in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that return TaskNote Modifier and Type Method Description TaskNoteTaskImpl. createNote(long taskId, String text)TaskNoteTaskImpl. updateNote(long noteId, String text)Methods in com.openkm.sdk4j.impl that return types with arguments of type TaskNote Modifier and Type Method Description List<TaskNote>TaskImpl. getNotes(long taskId) -
Uses of TaskNote in com.openkm.sdk4j.util
Methods in com.openkm.sdk4j.util that return types with arguments of type TaskNote Modifier and Type Method Description static List<TaskNote>BeanHelper. copyToTaskNoteList(List<TaskNote> taskNoteList)Conversion from TaskNoteList to ListMethod parameters in com.openkm.sdk4j.util with type arguments of type TaskNote Modifier and Type Method Description static List<TaskNote>BeanHelper. copyToTaskNoteList(List<TaskNote> taskNoteList)Conversion from TaskNoteList to List
-