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. 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. -
Uses of InvalidTaskStateException in pro.taskana.task.internal
Methods in pro.taskana.task.internal that throw InvalidTaskStateException Modifier and Type Method Description TaskTaskServiceImpl. forceRequestChanges(String taskId)TaskTaskServiceImpl. forceRequestReview(String taskId)TaskTaskServiceImpl. requestChanges(String taskId)TaskTaskServiceImpl. requestReview(String taskId)
-