org.jbpm.console.ng.ht.backend.server
Class TaskCommentsServiceImpl
java.lang.Object
org.jbpm.console.ng.ht.backend.server.TaskCommentsServiceImpl
- All Implemented Interfaces:
- TaskCommentsService
@ApplicationScoped
public class TaskCommentsServiceImpl
- extends Object
- implements TaskCommentsService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskCommentsServiceImpl
public TaskCommentsServiceImpl()
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
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.