KIE Internal 6.0.0.Beta1

Uses of Interface
org.kie.internal.task.api.model.Comment

Packages that use Comment
org.kie.internal.task.api   
org.kie.internal.task.api.model   
 

Uses of Comment in org.kie.internal.task.api
 

Methods in org.kie.internal.task.api that return Comment
 Comment TaskCommentService.getCommentById(long commentId)
           
 Comment TaskService.getCommentById(long commentId)
           
 

Methods in org.kie.internal.task.api that return types with arguments of type Comment
 List<Comment> TaskCommentService.getAllCommentsByTaskId(long taskId)
           
 List<Comment> TaskService.getAllCommentsByTaskId(long taskId)
           
 

Methods in org.kie.internal.task.api with parameters of type Comment
 long TaskCommentService.addComment(long taskId, Comment comment)
           
 long TaskService.addComment(long taskId, Comment comment)
           
 

Uses of Comment in org.kie.internal.task.api.model
 

Methods in org.kie.internal.task.api.model that return Comment
 Comment TaskData.removeComment(long commentId)
          Removes the Comment specified by the commentId.
 

Methods in org.kie.internal.task.api.model that return types with arguments of type Comment
 List<Comment> TaskData.getComments()
           
 

Methods in org.kie.internal.task.api.model with parameters of type Comment
 void TaskData.addComment(Comment comment)
          Adds the specified comment to our list of comments.
 

Method parameters in org.kie.internal.task.api.model with type arguments of type Comment
 void TaskData.setComments(List<Comment> comments)
           
 


KIE Internal 6.0.0.Beta1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.