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