| Package | Description |
|---|---|
| org.flowable.ui.task.service.runtime |
| 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 org.flowable.task.api.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,
org.flowable.task.api.TaskInfo task,
SecurityScope currentUser) |
protected void |
FlowableTaskService.populateAssignee(org.flowable.task.api.TaskInfo task,
TaskRepresentation rep) |
protected void |
FlowableTaskActionService.populateAssignee(org.flowable.task.api.TaskInfo task,
TaskRepresentation rep) |
protected void |
FlowableAbstractTaskService.verifyCandidateGroups(TaskRepresentation taskRepresentation,
SecurityScope currentUser,
List<org.flowable.identitylink.api.history.HistoricIdentityLink> taskIdentityLinks) |
protected void |
FlowableAbstractTaskService.verifyCandidateUsers(TaskRepresentation taskRepresentation,
SecurityScope currentUser,
List<org.flowable.identitylink.api.history.HistoricIdentityLink> taskIdentityLinks) |
protected void |
FlowableAbstractTaskService.verifyProcessInstanceStartUser(TaskRepresentation taskRepresentation,
org.flowable.task.api.TaskInfo task) |
Copyright © 2021 Flowable. All rights reserved.