| Package | Description |
|---|---|
| pro.taskana | |
| pro.taskana.impl |
| 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.
|
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.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.
|
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskServiceImpl.cancelClaim(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.transfer(String taskId,
String destinationWorkbasketId) |
Task |
TaskServiceImpl.transfer(String taskId,
String destinationWorkbasketKey,
String domain) |
Copyright © 2018. All rights reserved.