jBPM Console NG - Human Tasks Backend 6.2.0.CR3

org.jbpm.console.ng.ht.backend.server
Class TaskCommentsServiceImpl

java.lang.Object
  extended by org.jbpm.console.ng.ht.backend.server.TaskCommentsServiceImpl
All Implemented Interfaces:
TaskCommentsService

@ApplicationScoped
public class TaskCommentsServiceImpl
extends Object
implements TaskCommentsService


Constructor Summary
TaskCommentsServiceImpl()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskCommentsServiceImpl

public TaskCommentsServiceImpl()
Method Detail

addComment

public long addComment(long taskId,
                       String text,
                       String addedBy,
                       Date addedOn)
Specified by:
addComment in interface TaskCommentsService

deleteComment

public void deleteComment(long taskId,
                          long commentId)
Specified by:
deleteComment in interface TaskCommentsService

getAllCommentsByTaskId

public List<CommentSummary> getAllCommentsByTaskId(long taskId)
Specified by:
getAllCommentsByTaskId in interface TaskCommentsService

getCommentById

public CommentSummary getCommentById(long taskId,
                                     long commentId)
Specified by:
getCommentById in interface TaskCommentsService

jBPM Console NG - Human Tasks Backend 6.2.0.CR3

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