Uses of Class
pro.taskana.task.api.exceptions.TaskNotFoundException
-
Packages that use TaskNotFoundException Package Description pro.taskana.task.api pro.taskana.task.internal -
-
Uses of TaskNotFoundException in pro.taskana.task.api
Methods in pro.taskana.task.api that throw TaskNotFoundException 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)TaskCommentTaskService. createTaskComment(TaskComment taskComment)Inserts the specified TaskComment into the database.voidTaskService. deleteTask(String taskId)voidTaskService. deleteTaskComment(String taskCommentId)Deletes the TaskComment 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)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. getTask(String taskId)TaskCommentTaskService. getTaskComment(String taskCommentId)Retrieves the TaskComment with the given id.List<TaskComment>TaskService. getTaskComments(String taskId)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. setTaskRead(String taskId, boolean isRead)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.TaskCommentTaskService. updateTaskComment(TaskComment taskComment)Updates the specified TaskComment. -
Uses of TaskNotFoundException in pro.taskana.task.internal
Methods in pro.taskana.task.internal that throw TaskNotFoundException Modifier and Type Method Description TaskTaskServiceImpl. cancelClaim(String taskId)TaskTaskServiceImpl. cancelTask(String taskId)TaskTaskServiceImpl. claim(String taskId)TaskTaskServiceImpl. completeTask(String taskId)TaskCommentTaskServiceImpl. createTaskComment(TaskComment taskComment)voidTaskServiceImpl. deleteTask(String taskId)voidTaskServiceImpl. deleteTaskComment(String taskCommentId)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. getTask(String id)TaskCommentTaskServiceImpl. getTaskComment(String taskCommentid)List<TaskComment>TaskServiceImpl. getTaskComments(String taskId)TaskTaskServiceImpl. requestChanges(String taskId)TaskTaskServiceImpl. requestReview(String taskId)TaskTaskServiceImpl. setTaskRead(String taskId, boolean isRead)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)TaskCommentTaskServiceImpl. updateTaskComment(TaskComment taskComment)
-