public class TaskController extends Object
| 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 |
createTask(String space_group_id,
Long projectId,
String taskInput,
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,
juzu.request.SecurityContext securityContext) |
juzu.Response |
loadAllComments(Long taskId,
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.Response |
updateCompleted(Long taskId,
Boolean completed) |
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 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, juzu.request.SecurityContext securityContext)
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.