Uses of Class
org.exoplatform.task.domain.Priority
-
Packages that use Priority Package Description org.exoplatform.task.dao org.exoplatform.task.domain org.exoplatform.task.rest.model org.exoplatform.task.service org.exoplatform.task.service.impl org.exoplatform.task.util -
-
Uses of Priority in org.exoplatform.task.dao
Methods in org.exoplatform.task.dao with parameters of type Priority Modifier and Type Method Description voidTaskQuery. setPriority(Priority priority) -
Uses of Priority in org.exoplatform.task.domain
Methods in org.exoplatform.task.domain that return Priority Modifier and Type Method Description PriorityTask. getPriority()static PriorityPriority. valueOf(String name)Returns the enum constant of this type with the specified name.static Priority[]Priority. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.exoplatform.task.domain with parameters of type Priority Modifier and Type Method Description voidTask. setPriority(Priority priority)Constructors in org.exoplatform.task.domain with parameters of type Priority Constructor Description Task(String title, String description, Priority priority, String context, String assignee, Set<String> coworker, Set<String> watcher, Status status, String createdBy, Date endDate, Date startDate, Date dueDate) -
Uses of Priority in org.exoplatform.task.rest.model
Methods in org.exoplatform.task.rest.model that return Priority Modifier and Type Method Description PriorityViewState.Filter. getPriority()Methods in org.exoplatform.task.rest.model with parameters of type Priority Modifier and Type Method Description voidViewState.Filter. setPriority(Priority priority) -
Uses of Priority in org.exoplatform.task.service
Methods in org.exoplatform.task.service with parameters of type Priority Modifier and Type Method Description TasksListTaskService. filterTasks(String query, long projectId, String keyword, List<Long> labels, TaskUtil.DUE dueDate, Priority priority, List<String> assignees, List<String> coworkers, List<String> watchers, Long labelId, Long statusId, org.exoplatform.services.security.Identity currIdentity, String dueCategory, String space_group_id, TimeZone userTimezone, boolean isShowCompleted, boolean advanceSearch, boolean noProjPermission, boolean noLblPermission, String orderBy, String groupBy, int offset, int limit)TaskBuilderTaskBuilder. withPriority(Priority priority) -
Uses of Priority in org.exoplatform.task.service.impl
Methods in org.exoplatform.task.service.impl with parameters of type Priority Modifier and Type Method Description TasksListTaskServiceImpl. filterTasks(String query, long projectId, String keyword, List<Long> labels, TaskUtil.DUE dueDate, Priority priority, List<String> assignees, List<String> coworker, List<String> watchers, Long labelId, Long statusId, org.exoplatform.services.security.Identity currIdentity, String dueCategory, String space_group_id, TimeZone userTimezone, boolean isShowCompleted, boolean advanceSearch, boolean noProjPermission, boolean noLblPermission, String orderBy, String groupBy, int offset, int limit) -
Uses of Priority in org.exoplatform.task.util
Methods in org.exoplatform.task.util with parameters of type Priority Modifier and Type Method Description static 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)
-