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.taskMethods in org.kie.api.task that return Comment Modifier and Type Method Description CommentTaskService. 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 LongTaskService. addComment(long taskId, Comment comment)
- 
Uses of Comment in org.kie.api.task.modelMethods in org.kie.api.task.model that return types with arguments of type Comment Modifier and Type Method Description List<Comment>TaskData. getComments()
 
-