Uses of Class
pro.taskana.task.api.exceptions.InvalidTaskStateException
-
Packages that use InvalidTaskStateException Package Description pro.taskana.task.api pro.taskana.task.internal -
-
Uses of InvalidTaskStateException in pro.taskana.task.api
Methods in pro.taskana.task.api that throw InvalidTaskStateException Modifier and Type Method Description TaskTaskService. cancelClaim(String taskId)Cancel the claim of an existing Task if it was claimed by the current user before.TaskTaskService. cancelTask(String taskId)TaskTaskService. claim(String taskId)Claim an existing Task for the current user.TaskTaskService. completeTask(String taskId)voidTaskService. deleteTask(String taskId)TaskTaskService. forceCancelClaim(String taskId)Cancel the claim of an existing Task even if it was claimed by another user.TaskTaskService. forceClaim(String taskId)Claim an existing Task for the current user even if it is already claimed by someone else.TaskTaskService. forceCompleteTask(String taskId)voidTaskService. forceDeleteTask(String taskId)TaskTaskService. forceRequestChanges(String taskId)Request changes for an existing Task even if the current user is not the owner or the Task is not in TaskState.IN_REVIEW yet.TaskTaskService. forceRequestReview(String taskId)Request review for an existing Task even if the current user is not the owner or the Task is not in TaskState.CLAIMED yet.TaskTaskService. requestChanges(String taskId)Request changes for an existing Task that is in TaskState.IN_REVIEW.TaskTaskService. requestReview(String taskId)Request review for an existing Task that is in TaskState.CLAIMED.TaskTaskService. terminateTask(String taskId)Terminates a Task.default TaskTaskService. transfer(String taskId, String destinationWorkbasketId)TaskTaskService. transfer(String taskId, String destinationWorkbasketId, boolean setTransferFlag)Transfers a Task to another Workbasket.default TaskTaskService. transfer(String taskId, String workbasketKey, String domain)TaskTaskService. transfer(String taskId, String workbasketKey, String domain, boolean setTransferFlag)Transfers a Task to another Workbasket.TaskTaskService. updateTask(Task task)Update a Task. -
Uses of InvalidTaskStateException in pro.taskana.task.internal
Methods in pro.taskana.task.internal that throw InvalidTaskStateException Modifier and Type Method Description TaskTaskServiceImpl. cancelClaim(String taskId)TaskTaskServiceImpl. cancelTask(String taskId)TaskTaskServiceImpl. claim(String taskId)TaskTaskServiceImpl. completeTask(String taskId)voidTaskServiceImpl. deleteTask(String taskId)TaskTaskServiceImpl. forceCancelClaim(String taskId)TaskTaskServiceImpl. forceClaim(String taskId)TaskTaskServiceImpl. forceCompleteTask(String taskId)voidTaskServiceImpl. forceDeleteTask(String taskId)TaskTaskServiceImpl. forceRequestChanges(String taskId)TaskTaskServiceImpl. forceRequestReview(String taskId)TaskTaskServiceImpl. requestChanges(String taskId)TaskTaskServiceImpl. requestReview(String taskId)TaskTaskServiceImpl. terminateTask(String taskId)TaskTaskServiceImpl. transfer(String taskId, String destinationWorkbasketId, boolean setTransferFlag)TaskTaskServiceImpl. transfer(String taskId, String workbasketKey, String domain, boolean setTransferFlag)TaskTaskServiceImpl. updateTask(Task task)
-