|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Comment | |
|---|---|
| org.jbpm.api | the primary facade interfaces to
the process repository,
the execution repository
and the management functionalities. |
| org.jbpm.api.model | common model base classes for the client, activity and event listener API's |
| Uses of Comment in org.jbpm.api |
|---|
| Methods in org.jbpm.api that return Comment | |
|---|---|
Comment |
TaskService.addReplyComment(long commentDbid,
java.lang.String message)
add a reply to another comment |
Comment |
TaskService.addTaskComment(long taskDbid,
java.lang.String message)
add a comment to a task |
| Methods in org.jbpm.api that return types with arguments of type Comment | |
|---|---|
java.util.List<Comment> |
TaskService.getTaskComments(long taskDbid)
get the list of comments made to a task. |
| Uses of Comment in org.jbpm.api.model |
|---|
| Methods in org.jbpm.api.model that return Comment | |
|---|---|
Comment |
Discussable.createComment(java.lang.String message)
create a comment |
| Methods in org.jbpm.api.model that return types with arguments of type Comment | |
|---|---|
java.util.List<Comment> |
Discussable.getComments()
all comments. |
java.util.List<Comment> |
Comment.getComments()
threaded replies to this comment |
| Methods in org.jbpm.api.model with parameters of type Comment | |
|---|---|
void |
Discussable.removeComment(Comment comment)
remove a comment |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||