public interface TaskCommentService
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) |
org.kie.api.task.model.Comment |
getCommentById(long commentId) |
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)
org.kie.api.task.model.Comment getCommentById(long commentId)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.