Uses of Class
pro.taskana.task.api.exceptions.InvalidOwnerException
-
Packages that use InvalidOwnerException Package Description pro.taskana.task.api pro.taskana.task.internal -
-
Uses of InvalidOwnerException in pro.taskana.task.api
Methods in pro.taskana.task.api that throw InvalidOwnerException 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. claim(String taskId)Claim an existing Task for the current user.TaskTaskService. completeTask(String taskId)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)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.Optional<Task>TaskService. selectAndClaim(TaskQuery taskQuery) -
Uses of InvalidOwnerException in pro.taskana.task.internal
Methods in pro.taskana.task.internal that throw InvalidOwnerException Modifier and Type Method Description TaskTaskServiceImpl. cancelClaim(String taskId)TaskTaskServiceImpl. claim(String taskId)TaskTaskServiceImpl. completeTask(String taskId)TaskTaskServiceImpl. forceClaim(String taskId)TaskTaskServiceImpl. forceCompleteTask(String taskId)TaskTaskServiceImpl. forceRequestChanges(String taskId)TaskTaskServiceImpl. forceRequestReview(String taskId)TaskTaskServiceImpl. requestChanges(String taskId)TaskTaskServiceImpl. requestReview(String taskId)
-