@Service @Transactional public class FlowableTaskService extends FlowableAbstractTaskService
cmmnRepositoryService, cmmnTaskService, historyService, permissionService, repositoryService, taskService, userCache| Constructor and Description |
|---|
FlowableTaskService() |
| Modifier and Type | Method and Description |
|---|---|
protected List<UserRepresentation> |
getInvolvedUsers(String taskId) |
List<TaskRepresentation> |
getSubTasks(String taskId) |
TaskRepresentation |
getTask(String taskId) |
protected void |
populateAssignee(org.flowable.task.api.TaskInfo task,
TaskRepresentation rep) |
TaskRepresentation |
updateTask(String taskId,
TaskUpdateRepresentation updated) |
currentUserMatchesTaskCandidateUsers, fillPermissionInformation, userGroupsMatchTaskCandidateGroups, verifyCandidateGroups, verifyCandidateUsers, verifyProcessInstanceStartUserpublic TaskRepresentation getTask(String taskId)
public List<TaskRepresentation> getSubTasks(String taskId)
protected void populateAssignee(org.flowable.task.api.TaskInfo task,
TaskRepresentation rep)
protected List<UserRepresentation> getInvolvedUsers(String taskId)
public TaskRepresentation updateTask(String taskId, TaskUpdateRepresentation updated)
Copyright © 2021 Flowable. All rights reserved.