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