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 TaskQuery -
Uses of TaskQuery in org.exoplatform.task.dao.jpa
Methods in org.exoplatform.task.dao.jpa with parameters of type TaskQuery -
Uses of TaskQuery in org.exoplatform.task.service
Methods in org.exoplatform.task.service with parameters of type TaskQueryModifier and TypeMethodDescriptionintTaskService.countTasks(TaskQuery query) Find 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) <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) <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) <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)