@Decorator public class UserGroupTaskCommentDecorator extends AbstractUserGroupCallbackDecorator implements org.kie.internal.task.api.TaskCommentService
Constructor and Description |
---|
UserGroupTaskCommentDecorator() |
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) |
addGroupFromCallbackOperation, addUserFromCallbackOperation, doCallbackGroupOperation, doCallbackGroupsOperation, doCallbackOperationForPeopleAssignments, doCallbackOperationForPotentialOwners, doCallbackOperationForTaskData, doCallbackOperationForTaskDeadlines, doCallbackUserOperation, doUserGroupCallbackOperation, filterGroups, persistIfNotExists, setPm, setUserGroupCallback
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 org.kie.api.task.model.Comment getCommentById(long commentId)
getCommentById
in interface org.kie.internal.task.api.TaskCommentService
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.