jBPM distribution 6.0.0.Alpha9

Uses of Class
org.jbpm.task.Comment

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

Uses of Comment in org.jbpm.session
 

Methods in org.jbpm.session with parameters of type Comment
 void SynchronizedTaskService.addComment(long arg0, Comment arg1)
           
 

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.
 void TaskService.addComment(long taskId, Comment comment)
           
 void AsyncTaskService.addComment(long taskId, Comment comment, TaskClientHandler.AddCommentResponseHandler responseHandler)
           
 

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 TaskServiceEntryPoint.getCommentById(long commentId)
           
 Comment TaskCommentService.getCommentById(long commentId)
           
 

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

Methods in org.jbpm.task.api with parameters of type Comment
 long TaskServiceEntryPoint.addComment(long taskId, Comment 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 TaskServiceEntryPointImpl.getCommentById(long commentId)
           
 Comment TaskCommentServiceImpl.getCommentById(long commentId)
           
 

Methods in org.jbpm.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.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.task.service
 

Methods in org.jbpm.task.service with parameters of type Comment
 void TaskServiceSession.addComment(long taskId, Comment comment)
           
 void SyncTaskServiceWrapper.addComment(long taskId, Comment comment)
           
 void TaskClient.addComment(long taskId, Comment comment, TaskClientHandler.AddCommentResponseHandler responseHandler)
           
 

Uses of Comment in org.jbpm.task.service.local
 

Methods in org.jbpm.task.service.local with parameters of type Comment
 void LocalTaskService.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)
           
 


jBPM distribution 6.0.0.Alpha9

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