public class TaskController extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MIN_NUMBER_TASK_GROUPABLE |
| Constructor and Description |
|---|
TaskController() |
| Modifier and Type | Method and Description |
|---|---|
juzu.Response |
clone(Long id) |
juzu.Response |
comment(Long taskId,
String comment,
juzu.request.SecurityContext securityContext) |
juzu.Response |
createStatus(String name,
Long projectId,
juzu.request.SecurityContext securityContext) |
juzu.Response |
createTask(Long projectId,
String taskInput,
String filter,
juzu.request.SecurityContext securityContext) |
juzu.Response |
createTaskInListView(String taskTitle,
Long projectId,
Long statusId,
String assignee,
String viewType,
String groupBy,
String orderBy,
juzu.request.SecurityContext securityContext) |
juzu.Response |
delete(Long id) |
juzu.Response |
deleteComment(Long commentId) |
juzu.Response |
detail(Long id,
juzu.request.SecurityContext securityContext) |
juzu.Response |
listTasks(String space_group_id,
Long projectId,
String keyword,
String groupBy,
String orderBy,
String filter,
String viewType,
juzu.request.SecurityContext securityContext) |
juzu.Response |
loadAllComments(Long taskId,
juzu.request.SecurityContext securityContext) |
juzu.Response |
removeStatus(Long statusId,
juzu.request.SecurityContext securityContext) |
juzu.Response |
renderTaskComments(Long id,
Boolean loadAllComment,
juzu.request.SecurityContext securityContext) |
juzu.Response |
renderTaskLogs(Long taskId,
juzu.request.SecurityContext securityContext) |
juzu.Response |
saveTaskInfo(Long taskId,
String name,
String[] value,
juzu.request.SecurityContext context) |
juzu.Response |
saveTaskOrder(Long taskId,
Long newStatusId,
Long[] orders) |
juzu.Response |
updateCompleted(Long taskId,
Boolean completed) |
public static final int MIN_NUMBER_TASK_GROUPABLE
public juzu.Response detail(Long id, juzu.request.SecurityContext securityContext)
public juzu.Response renderTaskLogs(Long taskId, juzu.request.SecurityContext securityContext) throws org.exoplatform.task.exception.TaskNotFoundException
org.exoplatform.task.exception.TaskNotFoundExceptionpublic juzu.Response renderTaskComments(Long id, Boolean loadAllComment, juzu.request.SecurityContext securityContext)
public juzu.Response clone(Long id)
public juzu.Response delete(Long id)
public juzu.Response saveTaskInfo(Long taskId, String name, String[] value, juzu.request.SecurityContext context)
public juzu.Response comment(Long taskId, String comment, juzu.request.SecurityContext securityContext)
public juzu.Response loadAllComments(Long taskId, juzu.request.SecurityContext securityContext)
public juzu.Response deleteComment(Long commentId)
public juzu.Response listTasks(String space_group_id, Long projectId, String keyword, String groupBy, String orderBy, String filter, String viewType, juzu.request.SecurityContext securityContext)
public juzu.Response createTask(Long projectId, String taskInput, String filter, juzu.request.SecurityContext securityContext)
public juzu.Response createTaskInListView(String taskTitle, Long projectId, Long statusId, String assignee, String viewType, String groupBy, String orderBy, juzu.request.SecurityContext securityContext)
public juzu.Response removeStatus(Long statusId, juzu.request.SecurityContext securityContext)
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.