Uses of Interface
org.kie.api.task.model.Comment
-
Packages that use Comment Package Description org.kie.api.task org.kie.api.task.model -
-
Uses of Comment in org.kie.api.task
Methods in org.kie.api.task that return Comment Modifier and Type Method Description Comment
TaskService. getCommentById(long commentId)
Methods in org.kie.api.task that return types with arguments of type Comment Modifier and Type Method Description List<Comment>
TaskService. getAllCommentsByTaskId(long taskId)
Methods in org.kie.api.task with parameters of type Comment Modifier and Type Method Description Long
TaskService. addComment(long taskId, Comment comment)
-
Uses of Comment in org.kie.api.task.model
Methods in org.kie.api.task.model that return types with arguments of type Comment Modifier and Type Method Description List<Comment>
TaskData. getComments()
-