org.jbpm.services.task.impl
Class TaskCommentServiceImpl
java.lang.Object
org.jbpm.services.task.impl.TaskCommentServiceImpl
- All Implemented Interfaces:
- org.kie.internal.task.api.TaskCommentService
@ApplicationScoped
public class TaskCommentServiceImpl
- extends Object
- implements org.kie.internal.task.api.TaskCommentService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskCommentServiceImpl
public TaskCommentServiceImpl()
addComment
public long addComment(long taskId,
org.kie.internal.task.api.model.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<org.kie.internal.task.api.model.Comment> getAllCommentsByTaskId(long taskId)
- Specified by:
getAllCommentsByTaskId
in interface org.kie.internal.task.api.TaskCommentService
getCommentById
public CommentImpl getCommentById(long commentId)
- Specified by:
getCommentById
in interface org.kie.internal.task.api.TaskCommentService
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.