| Package | Description |
|---|---|
| org.exoplatform.task.dao | |
| org.exoplatform.task.domain | |
| org.exoplatform.task.service | |
| org.exoplatform.task.util |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskQuery.setPriority(Priority priority) |
| Modifier and Type | Method and Description |
|---|---|
Priority |
Task.getPriority() |
static Priority |
Priority.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Task.setPriority(Priority priority) |
| Modifier and Type | Method and Description |
|---|---|
TaskBuilder |
TaskBuilder.withPriority(Priority priority) |
| Modifier and Type | Method and Description |
|---|---|
static TaskQuery |
TaskUtil.buildTaskQuery(TaskQuery query,
String keyword,
List<Long> searchLabelIds,
Status status,
TaskUtil.DUE dueDate,
Priority priority,
List<String> searchAssignee,
Boolean showCompleted,
TimeZone timezone) |
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.