Uses of Class
com.openkm.sdk4j.bean.TaskList
-
Packages that use TaskList Package Description com.openkm.sdk4j.definition com.openkm.sdk4j.impl com.openkm.sdk4j.util -
-
Uses of TaskList in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that return TaskList Modifier and Type Method Description TaskListBaseTask. getActive(long projectId, long typeId, long statusId, String orderColumn, boolean orderAsc, int offset, int limit, String subject)Gets active tasks.TaskListBaseTask. getActive(long projectId, long typeId, long statusId, String orderColumn, boolean orderAsc, int offset, int limit, Calendar from, Calendar to, String subject)Gets active tasks.TaskListBaseTask. getAssigned(long projectId, long typeId, long statusId, String orderColumn, boolean orderAsc, int offset, int limit, String subject)Gets assigned tasks.TaskListBaseTask. getAssigned(long projectId, long typeId, long statusId, String orderColumn, boolean orderAsc, int offset, int limit, Calendar from, Calendar to, String subject)Gets assigned tasks.TaskListBaseTask. getFinished(long projectId, long typeId, long statusId, String orderColumn, boolean orderAsc, int offset, int limit, String subject)Gets finished tasks.TaskListBaseTask. getFinished(long projectId, long typeId, long statusId, String orderColumn, boolean orderAsc, int offset, int limit, Calendar from, Calendar to, String subject)Gets finished tasks.TaskListBaseTask. getNotified(long projectId, long typeId, long statusId, String orderColumn, boolean orderAsc, int offset, int limit, String subject)Gets notified tasks.TaskListBaseTask. getNotified(long projectId, long typeId, long statusId, String orderColumn, boolean orderAsc, int offset, int limit, Calendar from, Calendar to, String subject)Gets notified tasks.TaskListBaseTask. getRelatedTasks(String uuid)Gets related tasks. -
Uses of TaskList in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that return TaskList Modifier and Type Method Description TaskListTaskImpl. getActive(long projectId, long typeId, long statusId, String orderColumn, boolean orderAsc, int offset, int limit, String subject)TaskListTaskImpl. getActive(long projectId, long typeId, long statusId, String orderColumn, boolean orderAsc, int offset, int limit, Calendar from, Calendar to, String subject)TaskListTaskImpl. getAssigned(long projectId, long typeId, long statusId, String orderColumn, boolean orderAsc, int offset, int limit, String subject)TaskListTaskImpl. getAssigned(long projectId, long typeId, long statusId, String orderColumn, boolean orderAsc, int offset, int limit, Calendar from, Calendar to, String subject)TaskListTaskImpl. getFinished(long projectId, long typeId, long statusId, String orderColumn, boolean orderAsc, int offset, int limit, String subject)TaskListTaskImpl. getFinished(long projectId, long typeId, long statusId, String orderColumn, boolean orderAsc, int offset, int limit, Calendar from, Calendar to, String subject)TaskListTaskImpl. getNotified(long projectId, long typeId, long statusId, String orderColumn, boolean orderAsc, int offset, int limit, String subject)TaskListTaskImpl. getNotified(long projectId, long typeId, long statusId, String orderColumn, boolean orderAsc, int offset, int limit, Calendar from, Calendar to, String subject)TaskListTaskImpl. getRelatedTasks(String uuid) -
Uses of TaskList in com.openkm.sdk4j.util
Methods in com.openkm.sdk4j.util with parameters of type TaskList Modifier and Type Method Description static List<Task>BeanHelper. copyToTaskList(TaskList taskList)Conversion from TaskList to List
-