jBPM distribution 6.0.0.CR4

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

Packages that use Comment
org.jbpm.runtime.manager.impl.task   
org.jbpm.services.task.identity   
org.jbpm.services.task.impl   
org.jbpm.services.task.impl.model   
org.jbpm.services.task.impl.model.xml   
org.jbpm.services.task.utils   
org.kie.api.task.model   
 

Uses of Comment in org.jbpm.runtime.manager.impl.task
 

Methods in org.jbpm.runtime.manager.impl.task that return Comment
 Comment SynchronizedTaskService.getCommentById(long commentId)
           
 

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

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

Uses of Comment in org.jbpm.services.task.identity
 

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

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

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

Uses of Comment in org.jbpm.services.task.impl
 

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

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

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

Uses of Comment in org.jbpm.services.task.impl.model
 

Classes in org.jbpm.services.task.impl.model that implement Comment
 class CommentImpl
           
 

Methods in org.jbpm.services.task.impl.model that return Comment
 Comment TaskDataImpl.removeComment(long commentId)
          Removes the Comment specified by the commentId.
 

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

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

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

Uses of Comment in org.jbpm.services.task.impl.model.xml
 

Classes in org.jbpm.services.task.impl.model.xml that implement Comment
 class JaxbComment
           
 

Methods in org.jbpm.services.task.impl.model.xml that return types with arguments of type Comment
 List<Comment> JaxbTaskData.getComments()
           
 

Constructors in org.jbpm.services.task.impl.model.xml with parameters of type Comment
JaxbComment(Comment comment)
           
 

Uses of Comment in org.jbpm.services.task.utils
 

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

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

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

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


jBPM distribution 6.0.0.CR4

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