| Modifier and Type | Method and Description |
|---|---|
Task |
TaskHandler.findTaskByActivityId(String activityId) |
Task |
TaskHandler.getTaskWithCoworkers(long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Task> |
TaskHandler.findByUser(String user) |
org.exoplatform.commons.utils.ListAccess<Task> |
TaskHandler.findTasks(TaskQuery query) |
org.exoplatform.commons.utils.ListAccess<Task> |
TaskHandler.findTasksByLabel(long labelId,
List<Long> projectIds,
String username,
OrderBy orderBy) |
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskDAOImpl.findTaskByActivityId(String activityId) |
Task |
TaskDAOImpl.getTaskWithCoworkers(long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Task> |
TaskDAOImpl.findAllByMembership(String user,
List<String> memberships) |
List<Task> |
TaskDAOImpl.findByUser(String user) |
org.exoplatform.commons.utils.ListAccess<Task> |
TaskDAOImpl.findTasks(TaskQuery query) |
org.exoplatform.commons.utils.ListAccess<Task> |
TaskDAOImpl.findTasksByLabel(long labelId,
List<Long> projectIds,
String username,
OrderBy orderBy) |
| Modifier and Type | Method and Description |
|---|---|
protected javax.persistence.criteria.Path |
TaskDAOImpl.buildPath(SingleCondition condition,
javax.persistence.criteria.Root<Task> root) |
| Modifier and Type | Method and Description |
|---|---|
Task |
Task.clone() |
Task |
Comment.getTask() |
Task |
LabelTaskMapping.getTask() |
Task |
ChangeLog.getTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
Comment.setTask(Task task) |
void |
LabelTaskMapping.setTask(Task task) |
void |
ChangeLog.setTask(Task task) |
| Constructor and Description |
|---|
LabelTaskMapping(Label label,
Task task) |
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskModel.getTask() |
Task |
CommentModel.getTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskModel.setTask(Task task) |
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskPayload.after() |
Task |
TaskPayload.before() |
Task |
TaskBuilder.build() |
Task |
TaskService.cloneTask(long taskId)
Clone the task from a task with given
taskId. |
Task |
TaskService.createTask(Task task)
Create a new task.
|
Task |
TaskService.findTaskByActivityId(String activityId) |
Task |
TaskService.getTask(long taskId)
Return the task with given
taskId. |
Task |
TaskParser.parse(String input,
ParserContext context) |
Task |
TaskService.updateTask(Task task)
Update the task.
|
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<Task> |
TaskService.findTasks(TaskQuery query) |
org.exoplatform.commons.utils.ListAccess<Task> |
TaskService.findTasksByLabel(long labelId,
List<Long> projectIds,
String username,
OrderBy orderBy) |
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskService.createTask(Task task)
Create a new task.
|
Task |
TaskService.updateTask(Task task)
Update the task.
|
| Constructor and Description |
|---|
TaskPayload(Task before,
Task after) |
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskServiceImpl.cloneTask(long id) |
Task |
TaskServiceImpl.createTask(Task task) |
Task |
TaskServiceImpl.findTaskByActivityId(String id) |
Task |
TaskServiceImpl.getTask(long id) |
Task |
TaskParserImpl.parse(String input,
ParserContext context) |
Task |
TaskServiceImpl.updateTask(Task task) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<Task> |
TaskServiceImpl.findTasks(TaskQuery query) |
org.exoplatform.commons.utils.ListAccess<Task> |
TaskServiceImpl.findTasksByLabel(long labelId,
List<Long> projectIds,
String username,
OrderBy orderBy) |
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskServiceImpl.createTask(Task task) |
Task |
TaskServiceImpl.updateTask(Task task) |
| Modifier and Type | Field and Description |
|---|---|
static org.exoplatform.commons.utils.ListAccess<Task> |
TaskUtil.EMPTY_TASK_LIST |
| Modifier and Type | Method and Description |
|---|---|
static Task |
TaskUtil.saveTaskField(Task task,
String username,
String param,
String[] values,
TimeZone timezone,
TaskService taskService,
StatusService statusService) |
| Modifier and Type | Method and Description |
|---|---|
static Map<GroupKey,org.exoplatform.commons.utils.ListAccess<Task>> |
TaskUtil.findTasks(TaskService taskService,
TaskQuery query,
String groupBy,
TimeZone userTimezone,
UserService userService)
Deprecated.
|
static Map<GroupKey,List<Task>> |
TaskUtil.groupTasks(List<Task> tasks,
String groupBy,
String username,
TimeZone userTimezone,
ResourceBundle bundle,
TaskService taskService,
UserService userService) |
| Modifier and Type | Method and Description |
|---|---|
static org.exoplatform.calendar.model.Event |
TaskUtil.buildEvent(org.exoplatform.calendar.model.Event event,
Task task) |
static String |
TaskUtil.buildTaskURL(Task task) |
static String |
TaskUtil.buildTaskURL(Task task,
org.exoplatform.portal.mop.SiteKey siteKey,
org.exoplatform.container.ExoContainer container,
org.exoplatform.web.controller.router.Router router) |
static boolean |
TaskUtil.hasDeletePermission(Task task) |
static boolean |
TaskUtil.hasEditPermission(Task task) |
static boolean |
TaskUtil.hasPermissionOnField(Task task,
String name,
String[] values,
StatusService statusService,
TaskService taskService,
ProjectService projectService) |
static boolean |
TaskUtil.hasViewOnlyPermission(Task task) |
static boolean |
TaskUtil.hasViewPermission(Task task) |
static Task |
TaskUtil.saveTaskField(Task task,
String username,
String param,
String[] values,
TimeZone timezone,
TaskService taskService,
StatusService statusService) |
| Modifier and Type | Method and Description |
|---|---|
static Map<GroupKey,List<Task>> |
TaskUtil.groupTasks(List<Task> tasks,
String groupBy,
String username,
TimeZone userTimezone,
ResourceBundle bundle,
TaskService taskService,
UserService userService) |
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.