Uses of Class
org.exoplatform.task.dao.TaskQuery
Packages that use TaskQuery
Package
Description
-
Uses of TaskQuery in org.exoplatform.task.dao
Methods in org.exoplatform.task.dao that return TaskQueryMethods in org.exoplatform.task.dao with parameters of type TaskQueryModifier and TypeMethodDescriptionorg.exoplatform.commons.utils.ListAccess<Task> TaskHandler.findLastUpdatedTasks(TaskQuery query) Find tasks switch last update date computed from Task Logs and Task Comments after applying theTaskQueryfilteringorg.exoplatform.commons.utils.ListAccess<Task> static TaskQuery<T> List<T> TaskHandler.selectTaskField(TaskQuery query, String fieldName) -
Uses of TaskQuery in org.exoplatform.task.dao.jpa
Methods in org.exoplatform.task.dao.jpa with parameters of type TaskQueryModifier and TypeMethodDescriptionorg.exoplatform.commons.utils.ListAccess<Task> TaskDAOImpl.findLastUpdatedTasks(TaskQuery query) org.exoplatform.commons.utils.ListAccess<Task> <T> List<T> TaskDAOImpl.selectTaskField(TaskQuery query, String fieldName) -
Uses of TaskQuery in org.exoplatform.task.service
Methods in org.exoplatform.task.service with parameters of type TaskQueryModifier and TypeMethodDescriptionintTaskService.countTasks(TaskQuery query) TaskService.findLastUpdatedTasks(TaskQuery query, int offset, int limit) Find tasks switch last update date computed from Task Logs and Task Comments after applying theTaskQueryfilteringFind tasks assigned to a user using a term to find in title or description of the task<T> List<T> TaskService.selectTaskField(TaskQuery query, String fieldName) -
Uses of TaskQuery in org.exoplatform.task.service.impl
Methods in org.exoplatform.task.service.impl with parameters of type TaskQueryModifier and TypeMethodDescriptionintTaskServiceImpl.countTasks(TaskQuery query) TaskServiceImpl.findLastUpdatedTasks(TaskQuery query, int offset, int limit) <T> List<T> TaskServiceImpl.selectTaskField(TaskQuery query, String fieldName) -
Uses of TaskQuery in org.exoplatform.task.storage
Methods in org.exoplatform.task.storage with parameters of type TaskQueryModifier and TypeMethodDescriptionintTaskStorage.countTasks(TaskQuery query) TaskStorage.findLastUpdatedTasks(TaskQuery query, int offset, int limit) Find tasks switch last update date computed from Task Logs and Task Comments after applying theTaskQueryfiltering<T> List<T> TaskStorage.selectTaskField(TaskQuery query, String fieldName) -
Uses of TaskQuery in org.exoplatform.task.storage.impl
Methods in org.exoplatform.task.storage.impl with parameters of type TaskQueryModifier and TypeMethodDescriptionintTaskStorageImpl.countTasks(TaskQuery query) TaskStorageImpl.findLastUpdatedTasks(TaskQuery query, int offset, int limit) <T> List<T> TaskStorageImpl.selectTaskField(TaskQuery query, String fieldName) -
Uses of TaskQuery in org.exoplatform.task.util
Methods in org.exoplatform.task.util that return TaskQueryModifier and TypeMethodDescriptionstatic TaskQueryTaskUtil.buildTaskQuery(TaskQuery query, String keyword, List<Long> searchLabelIds, Status status, TaskUtil.DUE dueDate, Priority priority, List<String> searchAssignee, Boolean showCompleted, TimeZone timezone) static TaskQueryTaskUtil.buildTaskQuery(TaskQuery query, String keyword, List<Long> searchLabelIds, Status status, TaskUtil.DUE dueDate, Priority priority, List<String> searchAssignee, List<String> searchCoworker, List<String> searchWatcher, Boolean showCompleted, TimeZone timezone) static TaskQueryTaskUtil.buildTaskQuery(TaskQuery query, String keyword, List<Long> searchLabelIds, StatusDto status, TaskUtil.DUE dueDate, Priority priority, List<String> searchAssignee, Boolean showCompleted, TimeZone timezone) Methods in org.exoplatform.task.util with parameters of type TaskQueryModifier and TypeMethodDescriptionstatic TaskQueryTaskUtil.buildTaskQuery(TaskQuery query, String keyword, List<Long> searchLabelIds, Status status, TaskUtil.DUE dueDate, Priority priority, List<String> searchAssignee, Boolean showCompleted, TimeZone timezone) static TaskQueryTaskUtil.buildTaskQuery(TaskQuery query, String keyword, List<Long> searchLabelIds, Status status, TaskUtil.DUE dueDate, Priority priority, List<String> searchAssignee, List<String> searchCoworker, List<String> searchWatcher, Boolean showCompleted, TimeZone timezone) static TaskQueryTaskUtil.buildTaskQuery(TaskQuery query, String keyword, List<Long> searchLabelIds, StatusDto status, TaskUtil.DUE dueDate, Priority priority, List<String> searchAssignee, Boolean showCompleted, TimeZone timezone)