jBPM distribution 6.0.0.Alpha9

org.jbpm.task.api
Interface TaskCommentService

All Known Implementing Classes:
TaskCommentServiceImpl, UserGroupTaskCommentDecorator

public interface TaskCommentService

The Task Comment Service will handle all the operations related with the Comments associated with a Task


Method Summary
 long addComment(long taskId, Comment comment)
           
 void deleteComment(long taskId, long commentId)
           
 List<Comment> getAllCommentsByTaskId(long taskId)
           
 Comment getCommentById(long commentId)
           
 

Method Detail

addComment

long addComment(long taskId,
                Comment comment)

deleteComment

void deleteComment(long taskId,
                   long commentId)

getAllCommentsByTaskId

List<Comment> getAllCommentsByTaskId(long taskId)

getCommentById

Comment getCommentById(long commentId)

jBPM distribution 6.0.0.Alpha9

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