Uses of Class
com.openkm.sdk4j.bean.TaskList
Packages that use TaskList
-
Uses of TaskList in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that return TaskListModifier and TypeMethodDescriptionBaseTask.getActive(long projectId, long typeId, long statusId, String orderColumn, boolean orderAsc, int offset, int limit, String subject) Gets active tasks.BaseTask.getActive(long projectId, long typeId, long statusId, String orderColumn, boolean orderAsc, int offset, int limit, Calendar from, Calendar to, String subject) Gets active tasks.BaseTask.getAssigned(long projectId, long typeId, long statusId, String orderColumn, boolean orderAsc, int offset, int limit, String subject) Gets assigned tasks.BaseTask.getAssigned(long projectId, long typeId, long statusId, String orderColumn, boolean orderAsc, int offset, int limit, Calendar from, Calendar to, String subject) Gets assigned tasks.BaseTask.getFinished(long projectId, long typeId, long statusId, String orderColumn, boolean orderAsc, int offset, int limit, String subject) Gets finished tasks.BaseTask.getFinished(long projectId, long typeId, long statusId, String orderColumn, boolean orderAsc, int offset, int limit, Calendar from, Calendar to, String subject) Gets finished tasks.BaseTask.getNotified(long projectId, long typeId, long statusId, String orderColumn, boolean orderAsc, int offset, int limit, String subject) Gets notified tasks.BaseTask.getNotified(long projectId, long typeId, long statusId, String orderColumn, boolean orderAsc, int offset, int limit, Calendar from, Calendar to, String subject) Gets notified tasks.BaseTask.getRelatedTasks(String uuid) Gets related tasks. -
Uses of TaskList in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that return TaskListModifier and TypeMethodDescriptionTaskImpl.getActive(long projectId, long typeId, long statusId, String orderColumn, boolean orderAsc, int offset, int limit, String subject) TaskImpl.getActive(long projectId, long typeId, long statusId, String orderColumn, boolean orderAsc, int offset, int limit, Calendar from, Calendar to, String subject) TaskImpl.getAssigned(long projectId, long typeId, long statusId, String orderColumn, boolean orderAsc, int offset, int limit, String subject) TaskImpl.getAssigned(long projectId, long typeId, long statusId, String orderColumn, boolean orderAsc, int offset, int limit, Calendar from, Calendar to, String subject) TaskImpl.getFinished(long projectId, long typeId, long statusId, String orderColumn, boolean orderAsc, int offset, int limit, String subject) TaskImpl.getFinished(long projectId, long typeId, long statusId, String orderColumn, boolean orderAsc, int offset, int limit, Calendar from, Calendar to, String subject) TaskImpl.getNotified(long projectId, long typeId, long statusId, String orderColumn, boolean orderAsc, int offset, int limit, String subject) TaskImpl.getNotified(long projectId, long typeId, long statusId, String orderColumn, boolean orderAsc, int offset, int limit, Calendar from, Calendar to, String subject) TaskImpl.getRelatedTasks(String uuid) -
Uses of TaskList in com.openkm.sdk4j.util
Methods in com.openkm.sdk4j.util with parameters of type TaskListModifier and TypeMethodDescriptionBeanHelper.copyToTaskList(TaskList taskList) Conversion from TaskList to List