org.jbpm.services.task.identity
Class UserGroupTaskCommentDecorator
java.lang.Object
org.jbpm.services.task.identity.AbstractUserGroupCallbackDecorator
org.jbpm.services.task.identity.UserGroupTaskCommentDecorator
- All Implemented Interfaces:
- org.kie.internal.task.api.TaskCommentService
@Decorator
public class UserGroupTaskCommentDecorator
- extends AbstractUserGroupCallbackDecorator
- implements org.kie.internal.task.api.TaskCommentService
Methods inherited from class org.jbpm.services.task.identity.AbstractUserGroupCallbackDecorator |
addGroupFromCallbackOperation, addUserFromCallbackOperation, doCallbackGroupOperation, doCallbackGroupsOperation, doCallbackOperationForPeopleAssignments, doCallbackOperationForPotentialOwners, doCallbackOperationForTaskData, doCallbackOperationForTaskDeadlines, doCallbackUserOperation, doUserGroupCallbackOperation, setPm, setUserGroupCallback |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserGroupTaskCommentDecorator
public UserGroupTaskCommentDecorator()
addComment
public long addComment(long taskId,
Comment comment)
- Specified by:
addComment
in interface org.kie.internal.task.api.TaskCommentService
deleteComment
public void deleteComment(long taskId,
long commentId)
- Specified by:
deleteComment
in interface org.kie.internal.task.api.TaskCommentService
getAllCommentsByTaskId
public List<Comment> getAllCommentsByTaskId(long taskId)
- Specified by:
getAllCommentsByTaskId
in interface org.kie.internal.task.api.TaskCommentService
getCommentById
public Comment getCommentById(long commentId)
- Specified by:
getCommentById
in interface org.kie.internal.task.api.TaskCommentService
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.