|
jBPM :: Distribution 6.2.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Comment in org.jbpm.kie.services.impl |
---|
Methods in org.jbpm.kie.services.impl that return Comment | |
---|---|
Comment |
UserTaskServiceImpl.getCommentById(Long taskId,
Long commentId)
|
Methods in org.jbpm.kie.services.impl that return types with arguments of type Comment | |
---|---|
List<Comment> |
UserTaskServiceImpl.getCommentsByTaskId(Long taskId)
|
Uses of Comment in org.jbpm.runtime.manager.impl.task |
---|
Methods in org.jbpm.runtime.manager.impl.task that return Comment | |
---|---|
Comment |
SynchronizedTaskService.getCommentById(long commentId)
|
Methods in org.jbpm.runtime.manager.impl.task that return types with arguments of type Comment | |
---|---|
List<Comment> |
SynchronizedTaskService.getAllCommentsByTaskId(long taskId)
|
Methods in org.jbpm.runtime.manager.impl.task with parameters of type Comment | |
---|---|
long |
SynchronizedTaskService.addComment(long taskId,
Comment comment)
|
Uses of Comment in org.jbpm.services.api |
---|
Methods in org.jbpm.services.api that return Comment | |
---|---|
Comment |
UserTaskService.getCommentById(Long taskId,
Long commentId)
Get comment by identifier |
Methods in org.jbpm.services.api that return types with arguments of type Comment | |
---|---|
List<Comment> |
UserTaskService.getCommentsByTaskId(Long taskId)
Get comments for a task |
Uses of Comment in org.jbpm.services.ejb.impl |
---|
Methods in org.jbpm.services.ejb.impl that return Comment | |
---|---|
Comment |
TaskServiceEJBImpl.getCommentById(long commentId)
|
Methods in org.jbpm.services.ejb.impl that return types with arguments of type Comment | |
---|---|
List<Comment> |
TaskServiceEJBImpl.getAllCommentsByTaskId(long taskId)
|
Methods in org.jbpm.services.ejb.impl with parameters of type Comment | |
---|---|
long |
TaskServiceEJBImpl.addComment(long taskId,
Comment comment)
|
Uses of Comment in org.jbpm.services.task.commands |
---|
Methods in org.jbpm.services.task.commands that return Comment | |
---|---|
Comment |
GetCommentCommand.execute(org.kie.internal.command.Context cntxt)
|
Comment |
AddCommentCommand.getComment()
|
Methods in org.jbpm.services.task.commands that return types with arguments of type Comment | |
---|---|
List<Comment> |
GetAllCommentsCommand.execute(org.kie.internal.command.Context cntxt)
|
Methods in org.jbpm.services.task.commands with parameters of type Comment | |
---|---|
protected void |
UserGroupCallbackTaskCommand.doCallbackOperationForComment(Comment comment,
org.kie.internal.task.api.TaskContext context)
|
void |
AddCommentCommand.setComment(Comment comment)
|
Constructors in org.jbpm.services.task.commands with parameters of type Comment | |
---|---|
AddCommentCommand(Long taskId,
Comment comment)
|
Uses of Comment in org.jbpm.services.task.impl |
---|
Methods in org.jbpm.services.task.impl that return Comment | |
---|---|
Comment |
TaskCommentServiceImpl.getCommentById(long commentId)
|
Methods in org.jbpm.services.task.impl that return types with arguments of type Comment | |
---|---|
List<Comment> |
TaskCommentServiceImpl.getAllCommentsByTaskId(long taskId)
|
Methods in org.jbpm.services.task.impl with parameters of type Comment | |
---|---|
long |
TaskCommentServiceImpl.addComment(long taskId,
Comment comment)
|
Uses of Comment in org.jbpm.services.task.impl.command |
---|
Methods in org.jbpm.services.task.impl.command that return Comment | |
---|---|
Comment |
CommandBasedTaskService.getCommentById(long commentId)
|
Methods in org.jbpm.services.task.impl.command that return types with arguments of type Comment | |
---|---|
List<Comment> |
CommandBasedTaskService.getAllCommentsByTaskId(long taskId)
|
Methods in org.jbpm.services.task.impl.command with parameters of type Comment | |
---|---|
long |
CommandBasedTaskService.addComment(long taskId,
Comment comment)
|
Uses of Comment in org.jbpm.services.task.impl.model |
---|
Classes in org.jbpm.services.task.impl.model that implement Comment | |
---|---|
class |
CommentImpl
|
Methods in org.jbpm.services.task.impl.model that return Comment | |
---|---|
Comment |
TaskDataImpl.removeComment(long commentId)
Removes the Comment specified by the commentId. |
Methods in org.jbpm.services.task.impl.model that return types with arguments of type Comment | |
---|---|
List<Comment> |
TaskDataImpl.getComments()
|
Methods in org.jbpm.services.task.impl.model with parameters of type Comment | |
---|---|
void |
TaskDataImpl.addComment(Comment comment)
Adds the specified comment to our list of comments. |
Method parameters in org.jbpm.services.task.impl.model with type arguments of type Comment | |
---|---|
void |
TaskDataImpl.setComments(List<Comment> comments)
|
Uses of Comment in org.jbpm.services.task.impl.model.xml |
---|
Classes in org.jbpm.services.task.impl.model.xml that implement Comment | |
---|---|
class |
JaxbComment
|
Methods in org.jbpm.services.task.impl.model.xml that return types with arguments of type Comment | |
---|---|
List<Comment> |
JaxbTaskData.getComments()
|
Constructors in org.jbpm.services.task.impl.model.xml with parameters of type Comment | |
---|---|
JaxbComment(Comment comment)
|
Uses of Comment in org.jbpm.services.task.persistence |
---|
Methods in org.jbpm.services.task.persistence that return Comment | |
---|---|
Comment |
JPATaskPersistenceContext.findComment(Long commentId)
|
Comment |
JPATaskModelFactory.newComment()
|
Comment |
JPATaskPersistenceContext.persistComment(Comment comment)
|
Comment |
JPATaskPersistenceContext.removeComment(Comment comment)
|
Comment |
JPATaskPersistenceContext.updateComment(Comment comment)
|
Methods in org.jbpm.services.task.persistence with parameters of type Comment | |
---|---|
Comment |
JPATaskPersistenceContext.persistComment(Comment comment)
|
Comment |
JPATaskPersistenceContext.removeComment(Comment comment)
|
Comment |
JPATaskPersistenceContext.updateComment(Comment comment)
|
Uses of Comment in org.jbpm.services.task.utils |
---|
Methods in org.jbpm.services.task.utils that return types with arguments of type Comment | |
---|---|
static List<Comment> |
CollectionUtils.readCommentList(ObjectInput in)
|
Method parameters in org.jbpm.services.task.utils with type arguments of type Comment | |
---|---|
static void |
CollectionUtils.writeCommentList(List<Comment> list,
ObjectOutput out)
|
Uses of Comment in org.kie.api.task.model |
---|
Methods in org.kie.api.task.model that return types with arguments of type Comment | |
---|---|
List<Comment> |
TaskData.getComments()
|
|
jBPM :: Distribution 6.2.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |