@RestController public class TaskSubTaskCollectionResource extends TaskBaseResource
historyService, restResponseFactory, taskService
Constructor and Description |
---|
TaskSubTaskCollectionResource() |
Modifier and Type | Method and Description |
---|---|
List<TaskResponse> |
getSubTasks(String taskId,
javax.servlet.http.HttpServletRequest request) |
addProcessvariables, addTaskvariables, getDelegationState, getHistoricTaskFromRequest, getTaskFromRequest, getTasksFromQueryRequest, populateTaskFromRequest
@RequestMapping(value="/runtime/tasks/{taskId}/subtasks", method=GET, produces="application/json") public List<TaskResponse> getSubTasks(@PathVariable String taskId, javax.servlet.http.HttpServletRequest request)
Copyright © 2016 Alfresco. All rights reserved.