Uses of Class
org.jbpm.task.Comment

Packages that use Comment
org.jbpm.task   
org.jbpm.task.api   
org.jbpm.task.identity   
org.jbpm.task.impl   
org.jbpm.task.utils   
 

Uses of Comment in org.jbpm.task
 

Methods in org.jbpm.task that return Comment
 Comment TaskData.removeComment(long commentId)
          Removes the Comment specified by the commentId.
 

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

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

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

Uses of Comment in org.jbpm.task.api
 

Methods in org.jbpm.task.api that return Comment
 Comment TaskCommentService.getCommentById(long commentId)
           
 

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

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

Uses of Comment in org.jbpm.task.identity
 

Methods in org.jbpm.task.identity that return Comment
 Comment UserGroupTaskCommentDecorator.getCommentById(long commentId)
           
 

Methods in org.jbpm.task.identity that return types with arguments of type Comment
 List<Comment> UserGroupTaskCommentDecorator.getAllCommentsByTaskId(long taskId)
           
 

Methods in org.jbpm.task.identity with parameters of type Comment
 long UserGroupTaskCommentDecorator.addComment(long taskId, Comment comment)
           
 

Uses of Comment in org.jbpm.task.impl
 

Methods in org.jbpm.task.impl that return Comment
 Comment TaskCommentServiceImpl.getCommentById(long commentId)
           
 

Methods in org.jbpm.task.impl that return types with arguments of type Comment
 List<Comment> TaskCommentServiceImpl.getAllCommentsByTaskId(long taskId)
           
 

Methods in org.jbpm.task.impl with parameters of type Comment
 long TaskCommentServiceImpl.addComment(long taskId, Comment comment)
           
 

Uses of Comment in org.jbpm.task.utils
 

Methods in org.jbpm.task.utils that return types with arguments of type Comment
static List<Comment> CollectionUtils.readCommentList(ObjectInput in)
           
 

Method parameters in org.jbpm.task.utils with type arguments of type Comment
static void CollectionUtils.writeCommentList(List<Comment> list, ObjectOutput out)
           
 



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