|
jBPM distribution 6.0.0.Beta1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Comment | |
---|---|
org.jbpm.task | |
org.jbpm.task.service | |
org.jbpm.task.service.local | |
org.jbpm.task.utils |
Uses of Comment in org.jbpm.task |
---|
Methods in org.jbpm.task that return Comment | |
---|---|
Comment |
TaskData.removeComment(long commentId)
Removes the Comment specified by the commentId. |
Methods in org.jbpm.task that return types with arguments of type Comment | |
---|---|
List<Comment> |
TaskData.getComments()
|
Methods in org.jbpm.task with parameters of type Comment | |
---|---|
void |
TaskData.addComment(Comment comment)
Adds the specified comment to our list of comments. |
void |
TaskService.addComment(long taskId,
Comment comment)
|
void |
AsyncTaskService.addComment(long taskId,
Comment comment,
TaskClientHandler.AddCommentResponseHandler responseHandler)
|
Method parameters in org.jbpm.task with type arguments of type Comment | |
---|---|
void |
TaskData.setComments(List<Comment> comments)
|
Uses of Comment in org.jbpm.task.service |
---|
Methods in org.jbpm.task.service with parameters of type Comment | |
---|---|
void |
TaskServiceSession.addComment(long taskId,
Comment comment)
|
void |
SyncTaskServiceWrapper.addComment(long taskId,
Comment comment)
|
void |
TaskClient.addComment(long taskId,
Comment comment,
TaskClientHandler.AddCommentResponseHandler responseHandler)
|
Uses of Comment in org.jbpm.task.service.local |
---|
Methods in org.jbpm.task.service.local with parameters of type Comment | |
---|---|
void |
LocalTaskService.addComment(long taskId,
Comment comment)
|
Uses of Comment in org.jbpm.task.utils |
---|
Methods in org.jbpm.task.utils that return types with arguments of type Comment | |
---|---|
static List<Comment> |
CollectionUtils.readCommentList(ObjectInput in)
|
Method parameters in org.jbpm.task.utils with type arguments of type Comment | |
---|---|
static void |
CollectionUtils.writeCommentList(List<Comment> list,
ObjectOutput out)
|
|
jBPM distribution 6.0.0.Beta1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |