| Package | Description |
|---|---|
| org.exoplatform.task.rest.model | |
| org.exoplatform.task.service | |
| org.exoplatform.task.service.impl | |
| org.exoplatform.task.util |
| Modifier and Type | Method and Description |
|---|---|
TaskUtil.DUE |
ViewState.Filter.getDue() |
| Modifier and Type | Method and Description |
|---|---|
void |
ViewState.Filter.setDue(TaskUtil.DUE due) |
| Modifier and Type | Method and Description |
|---|---|
TasksList |
TaskService.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) |
| Modifier and Type | Method and Description |
|---|---|
TasksList |
TaskServiceImpl.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) |
| Modifier and Type | Method and Description |
|---|---|
static TaskUtil.DUE |
TaskUtil.DUE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskUtil.DUE[] |
TaskUtil.DUE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static TaskQuery |
TaskUtil.buildTaskQuery(TaskQuery query,
String keyword,
List<Long> searchLabelIds,
StatusDto status,
TaskUtil.DUE dueDate,
Priority priority,
List<String> searchAssignee,
Boolean showCompleted,
TimeZone timezone) |
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) |
static TaskQuery |
TaskUtil.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) |
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.