jBPM Console NG - Human Tasks API 6.2.0.CR4

org.jbpm.console.ng.ht.service
Interface TaskCommentsService


public interface TaskCommentsService


Method Summary
 long addComment(long taskId, String text, String addedBy, Date addedOn)
           
 void deleteComment(long taskId, long commentId)
           
 List<CommentSummary> getAllCommentsByTaskId(long taskId)
           
 CommentSummary getCommentById(long taskId, long commentId)
           
 

Method Detail

addComment

long addComment(long taskId,
                String text,
                String addedBy,
                Date addedOn)

deleteComment

void deleteComment(long taskId,
                   long commentId)

getAllCommentsByTaskId

List<CommentSummary> getAllCommentsByTaskId(long taskId)

getCommentById

CommentSummary getCommentById(long taskId,
                              long commentId)

jBPM Console NG - Human Tasks API 6.2.0.CR4

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