Uses of Class
com.openkm.sdk4j.bean.TaskNote
Packages that use TaskNote
-
Uses of TaskNote in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that return TaskNoteModifier and TypeMethodDescriptionBaseTask.createNote(long taskId, String text) Create note.BaseTask.updateNote(long noteId, String text) Update note.Methods in com.openkm.sdk4j.definition that return types with arguments of type TaskNote -
Uses of TaskNote in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that return TaskNoteModifier and TypeMethodDescriptionTaskImpl.createNote(long taskId, String text) TaskImpl.updateNote(long noteId, String text) Methods in com.openkm.sdk4j.impl that return types with arguments of type TaskNote -
Uses of TaskNote in com.openkm.sdk4j.util
Methods in com.openkm.sdk4j.util that return types with arguments of type TaskNoteModifier and TypeMethodDescriptionBeanHelper.copyToTaskNoteList(List<TaskNote> taskNoteList) Conversion from TaskNoteList to ListMethod parameters in com.openkm.sdk4j.util with type arguments of type TaskNoteModifier and TypeMethodDescriptionBeanHelper.copyToTaskNoteList(List<TaskNote> taskNoteList) Conversion from TaskNoteList to List