jBPM distribution 6.1.0.Beta4

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

Packages that use Comment
org.jbpm.runtime.manager.impl.task   
org.jbpm.services.task.commands   
org.jbpm.services.task.impl   
org.jbpm.services.task.impl.command   
org.jbpm.services.task.impl.model   
org.jbpm.services.task.impl.model.xml   
org.jbpm.services.task.persistence   
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.commands
 

Methods in org.jbpm.services.task.commands that return Comment
 Comment GetCommentCommand.execute(org.kie.internal.command.Context cntxt)
           
 Comment AddCommentCommand.getComment()
           
 

Methods in org.jbpm.services.task.commands that return types with arguments of type Comment
 List<Comment> GetAllCommentsCommand.execute(org.kie.internal.command.Context cntxt)
           
 

Methods in org.jbpm.services.task.commands with parameters of type Comment
protected  void UserGroupCallbackTaskCommand.doCallbackOperationForComment(Comment comment, org.kie.internal.task.api.TaskContext context)
           
 void AddCommentCommand.setComment(Comment comment)
           
 

Constructors in org.jbpm.services.task.commands with parameters of type Comment
AddCommentCommand(Long taskId, Comment comment)
           
 

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

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

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

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

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

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

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

Methods in org.jbpm.services.task.impl.command with parameters of type Comment
 long CommandBasedTaskService.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.persistence
 

Methods in org.jbpm.services.task.persistence that return Comment
 Comment JPATaskPersistenceContext.findComment(Long commentId)
           
 Comment JPATaskModelFactory.newComment()
           
 Comment JPATaskPersistenceContext.persistComment(Comment comment)
           
 Comment JPATaskPersistenceContext.removeComment(Comment comment)
           
 Comment JPATaskPersistenceContext.updateComment(Comment comment)
           
 

Methods in org.jbpm.services.task.persistence with parameters of type Comment
 Comment JPATaskPersistenceContext.persistComment(Comment comment)
           
 Comment JPATaskPersistenceContext.removeComment(Comment comment)
           
 Comment JPATaskPersistenceContext.updateComment(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.1.0.Beta4

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