Uses of Class
pro.taskana.task.api.exceptions.InvalidStateException
-
Packages that use InvalidStateException Package Description pro.taskana.task.api pro.taskana.task.api.exceptions pro.taskana.task.internal -
-
Uses of InvalidStateException in pro.taskana.task.api
Methods in pro.taskana.task.api that throw InvalidStateException 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)Cancels a task.TaskTaskService. claim(String taskId)Claim an existing task for the current user.TaskTaskService. completeTask(String taskId)Complete a claimed Task as owner/admin and update State and Timestamps.voidTaskService. deleteTask(String taskId)Deletes the task with the given Id.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)Completes a Task and updates State and Timestamps in every case if the Task exists.voidTaskService. forceDeleteTask(String taskId)Deletes the task with the given Id even if it is not completed.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 InvalidStateException in pro.taskana.task.api.exceptions
Subclasses of InvalidStateException in pro.taskana.task.api.exceptions Modifier and Type Class Description classInvalidCallbackStateExceptionThis exception is thrown when the callback state of the Task doesn't allow the requested operation.classInvalidTaskStateException -
Uses of InvalidStateException in pro.taskana.task.internal
Methods in pro.taskana.task.internal that throw InvalidStateException 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. 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)
-