org.jbpm.services.task.impl
@ApplicationScoped public class TaskCommentServiceImpl extends Object implements org.kie.internal.task.api.TaskCommentService
Constructor and Description |
---|
TaskCommentServiceImpl() |
Modifier and Type | Method and Description |
---|---|
long |
addComment(long taskId,
org.kie.api.task.model.Comment comment) |
void |
deleteComment(long taskId,
long commentId) |
List<org.kie.api.task.model.Comment> |
getAllCommentsByTaskId(long taskId) |
CommentImpl |
getCommentById(long commentId) |
public long addComment(long taskId, org.kie.api.task.model.Comment comment)
addComment
in interface org.kie.internal.task.api.TaskCommentService
public void deleteComment(long taskId, long commentId)
deleteComment
in interface org.kie.internal.task.api.TaskCommentService
public List<org.kie.api.task.model.Comment> getAllCommentsByTaskId(long taskId)
getAllCommentsByTaskId
in interface org.kie.internal.task.api.TaskCommentService
public CommentImpl getCommentById(long commentId)
getCommentById
in interface org.kie.internal.task.api.TaskCommentService
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.