Uses of Class
pro.taskana.task.api.exceptions.TaskCommentNotFoundException
-
Packages that use TaskCommentNotFoundException Package Description pro.taskana.task.api pro.taskana.task.internal -
-
Uses of TaskCommentNotFoundException in pro.taskana.task.api
Methods in pro.taskana.task.api that throw TaskCommentNotFoundException Modifier and Type Method Description voidTaskService. deleteTaskComment(String taskCommentId)Deletes the TaskComment with the given id.TaskCommentTaskService. getTaskComment(String taskCommentId)Retrieves the TaskComment with the given id.TaskCommentTaskService. updateTaskComment(TaskComment taskComment)Updates the specified TaskComment. -
Uses of TaskCommentNotFoundException in pro.taskana.task.internal
Methods in pro.taskana.task.internal that throw TaskCommentNotFoundException Modifier and Type Method Description voidTaskServiceImpl. deleteTaskComment(String taskCommentId)TaskCommentTaskServiceImpl. getTaskComment(String taskCommentid)TaskCommentTaskServiceImpl. updateTaskComment(TaskComment taskComment)
-