| Package | Description |
|---|---|
| org.flowable.ui.task.rest.runtime | |
| org.flowable.ui.task.service.runtime |
| Modifier and Type | Method and Description |
|---|---|
TaskRepresentation |
TaskActionResource.assignTask(String taskId,
com.fasterxml.jackson.databind.node.ObjectNode requestNode) |
TaskRepresentation |
TasksResource.createNewTask(CreateTaskRepresentation taskRepresentation,
javax.servlet.http.HttpServletRequest request) |
TaskRepresentation |
TaskResource.getTask(String taskId) |
TaskRepresentation |
TaskResource.updateTask(String taskId,
TaskUpdateRepresentation updated) |
| Modifier and Type | Method and Description |
|---|---|
protected List<TaskRepresentation> |
HistoricTaskQueryResource.convertTaskInfoList(List<HistoricTaskInstance> tasks) |
List<TaskRepresentation> |
TaskResource.getSubTasks(String taskId) |
| Modifier and Type | Method and Description |
|---|---|
TaskRepresentation |
FlowableTaskActionService.assignTask(String taskId,
com.fasterxml.jackson.databind.node.ObjectNode requestNode) |
TaskRepresentation |
FlowableTaskService.getTask(String taskId) |
TaskRepresentation |
FlowableTaskService.updateTask(String taskId,
TaskUpdateRepresentation updated) |
| Modifier and Type | Method and Description |
|---|---|
protected List<TaskRepresentation> |
FlowableTaskQueryService.convertTaskInfoList(List<? extends TaskInfo> tasks,
Map<String,String> processInstanceNames,
Map<String,String> caseInstancesNames) |
List<TaskRepresentation> |
FlowableTaskService.getSubTasks(String taskId) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowableAbstractTaskService.fillPermissionInformation(TaskRepresentation taskRepresentation,
TaskInfo task,
SecurityScope currentUser) |
protected void |
FlowableTaskService.populateAssignee(TaskInfo task,
TaskRepresentation rep) |
protected void |
FlowableTaskActionService.populateAssignee(TaskInfo task,
TaskRepresentation rep) |
protected void |
FlowableAbstractTaskService.verifyCandidateGroups(TaskRepresentation taskRepresentation,
SecurityScope currentUser,
List<HistoricIdentityLink> taskIdentityLinks) |
protected void |
FlowableAbstractTaskService.verifyCandidateUsers(TaskRepresentation taskRepresentation,
SecurityScope currentUser,
List<HistoricIdentityLink> taskIdentityLinks) |
protected void |
FlowableAbstractTaskService.verifyProcessInstanceStartUser(TaskRepresentation taskRepresentation,
TaskInfo task) |
Copyright © 2023 Flowable. All rights reserved.