Uses of Class
pro.taskana.task.api.exceptions.TaskCommentNotFoundException
Packages that use TaskCommentNotFoundException
-
Uses of TaskCommentNotFoundException in pro.taskana.task.api
Methods in pro.taskana.task.api that throw TaskCommentNotFoundExceptionModifier and TypeMethodDescriptionvoidTaskService.deleteTaskComment(String taskCommentId) Deletes the TaskComment with the given id.TaskService.getTaskComment(String taskCommentId) Retrieves the TaskComment with the given id.TaskService.updateTaskComment(TaskComment taskComment) Updates the specified TaskComment. -
Uses of TaskCommentNotFoundException in pro.taskana.task.internal
Methods in pro.taskana.task.internal that throw TaskCommentNotFoundExceptionModifier and TypeMethodDescriptionvoidTaskServiceImpl.deleteTaskComment(String taskCommentId) TaskServiceImpl.getTaskComment(String taskCommentid) TaskServiceImpl.updateTaskComment(TaskComment taskComment)