Uses of Class
pro.taskana.task.api.exceptions.InvalidOwnerException
Packages that use InvalidOwnerException
-
Uses of InvalidOwnerException in pro.taskana.task.api
Methods in pro.taskana.task.api that throw InvalidOwnerExceptionModifier and TypeMethodDescriptionTaskService.cancelClaim(String taskId) Cancel the claim of an existing Task if it was claimed by the current user before.TaskService.cancelClaim(String taskId, boolean keepOwner) Cancel the claim of an existing Task if it was claimed by the current user before.Claim an existing Task for the current user.TaskService.completeTask(String taskId) TaskService.forceClaim(String taskId) Claim an existing Task for the current user even if it is already claimed by someone else.TaskService.forceCompleteTask(String taskId) TaskService.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.TaskService.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.TaskService.requestChanges(String taskId) Request changes for an existing Task that is in TaskState.IN_REVIEW.TaskService.requestReview(String taskId) Request review for an existing Task that is in TaskState.CLAIMED.TaskService.selectAndClaim(TaskQuery taskQuery) -
Uses of InvalidOwnerException in pro.taskana.task.internal
Methods in pro.taskana.task.internal that throw InvalidOwnerExceptionModifier and TypeMethodDescriptionTaskServiceImpl.cancelClaim(String taskId) TaskServiceImpl.cancelClaim(String taskId, boolean keepOwner) TaskServiceImpl.completeTask(String taskId) TaskServiceImpl.forceClaim(String taskId) TaskServiceImpl.forceCompleteTask(String taskId) TaskServiceImpl.forceRequestChanges(String taskId) TaskServiceImpl.forceRequestReview(String taskId) TaskServiceImpl.requestChanges(String taskId) TaskServiceImpl.requestReview(String taskId)