| Package | Description |
|---|---|
| pro.taskana.task.api | |
| pro.taskana.task.internal |
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskService.cancelClaim(String taskId)
Cancel the claim of an existing task if it was claimed by the current user before.
|
Task |
TaskService.cancelTask(String taskId)
Cancels a task.
|
Task |
TaskService.claim(String taskId)
Claim an existing task for the current user.
|
Task |
TaskService.completeTask(String taskId)
Complete a claimed Task as owner/admin and update State and Timestamps.
|
void |
TaskService.deleteTask(String taskId)
Deletes the task with the given Id.
|
Task |
TaskService.forceCancelClaim(String taskId)
Cancel the claim of an existing task even if it was claimed by another user.
|
Task |
TaskService.forceClaim(String taskId)
Claim an existing task for the current user even if it is already claimed by someone else.
|
Task |
TaskService.forceCompleteTask(String taskId)
Complete a Task and update State and Timestamps in every case if the Task exists.
|
void |
TaskService.forceDeleteTask(String taskId)
Deletes the task with the given Id even if it is not completed.
|
Task |
TaskService.terminateTask(String taskId)
Terminates a task.
|
Task |
TaskService.transfer(String taskId,
String destinationWorkbasketId)
Transfer a task to another work basket.
|
Task |
TaskService.transfer(String taskId,
String workbasketKey,
String domain)
Transfer a task to another work basket.
|
Task |
TaskService.updateTask(Task task)
Update a task.
|
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskServiceImpl.cancelClaim(String taskId) |
Task |
TaskServiceImpl.cancelTask(String taskId) |
Task |
TaskServiceImpl.claim(String taskId) |
Task |
TaskServiceImpl.completeTask(String taskId) |
void |
TaskServiceImpl.deleteTask(String taskId) |
Task |
TaskServiceImpl.forceCancelClaim(String taskId) |
Task |
TaskServiceImpl.forceClaim(String taskId) |
Task |
TaskServiceImpl.forceCompleteTask(String taskId) |
void |
TaskServiceImpl.forceDeleteTask(String taskId) |
Task |
TaskServiceImpl.terminateTask(String taskId) |
Task |
TaskServiceImpl.transfer(String taskId,
String destinationWorkbasketId) |
Task |
TaskServiceImpl.transfer(String taskId,
String workbasketKey,
String domain) |
Task |
TaskServiceImpl.updateTask(Task task) |
Copyright © 2020. All rights reserved.