Uses of Class
pro.taskana.task.api.exceptions.TaskNotFoundException
-
Packages that use TaskNotFoundException Package Description pro.taskana.task.api pro.taskana.task.internal pro.taskana.task.internal.builder -
-
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)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.TaskCommentTaskService. createTaskComment(TaskComment taskComment)Create a task comment.voidTaskService. deleteTask(String taskId)Deletes the task with the given Id.voidTaskService. deleteTaskComment(String taskCommentId)Deletes the task comment 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. getTask(String taskId)Gets the details of a task by Id without checking permissions.TaskCommentTaskService. getTaskComment(String taskCommentId)Retrieves a task comment for a given taskCommentId.List<TaskComment>TaskService. getTaskComments(String taskId)Retrieves a list of task comments for a given taskId.TaskTaskService. setTaskRead(String taskId, boolean isRead)Marks a task as read.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)Update a task comment. -
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. getTask(String id)TaskCommentTaskServiceImpl. getTaskComment(String taskCommentid)List<TaskComment>TaskServiceImpl. getTaskComments(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) -
Uses of TaskNotFoundException in pro.taskana.task.internal.builder
Methods in pro.taskana.task.internal.builder that throw TaskNotFoundException Modifier and Type Method Description TaskTaskBuilder. buildAndStore(TaskService taskService)TaskCommentTaskCommentBuilder. buildAndStore(TaskService taskService)TaskSummaryTaskBuilder. buildAndStoreAsSummary(TaskService taskService)
-