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
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)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.