jBPM distribution 6.0.0.Alpha9

org.jbpm.task.impl
Class TaskCommentServiceImpl

java.lang.Object
  extended by org.jbpm.task.impl.TaskCommentServiceImpl
All Implemented Interfaces:
TaskCommentService

@ApplicationScoped
public class TaskCommentServiceImpl
extends Object
implements TaskCommentService


Constructor Summary
TaskCommentServiceImpl()
           
 
Method Summary
 long addComment(long taskId, Comment comment)
           
 void deleteComment(long taskId, long commentId)
           
 List<Comment> getAllCommentsByTaskId(long taskId)
           
 Comment getCommentById(long commentId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskCommentServiceImpl

public TaskCommentServiceImpl()
Method Detail

addComment

public long addComment(long taskId,
                       Comment comment)
Specified by:
addComment in interface TaskCommentService

deleteComment

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

getAllCommentsByTaskId

public List<Comment> getAllCommentsByTaskId(long taskId)
Specified by:
getAllCommentsByTaskId in interface TaskCommentService

getCommentById

public Comment getCommentById(long commentId)
Specified by:
getCommentById in interface TaskCommentService

jBPM distribution 6.0.0.Alpha9

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