| 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.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.
|
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.
|
Task |
TaskService.selectAndClaim(TaskQuery taskQuery)
Selects and claims the first task which is returned by the task query.
|
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskServiceImpl.cancelClaim(String taskId) |
Task |
TaskServiceImpl.claim(String taskId) |
Task |
TaskServiceImpl.completeTask(String taskId) |
Task |
TaskServiceImpl.forceCancelClaim(String taskId) |
Task |
TaskServiceImpl.forceClaim(String taskId) |
Task |
TaskServiceImpl.forceCompleteTask(String taskId) |
Task |
TaskServiceImpl.selectAndClaim(TaskQuery taskQuery) |
Copyright © 2020. All rights reserved.