| Package | Description |
|---|---|
| org.bonitasoft.engine.api | |
| org.bonitasoft.engine.bpm.comment.impl |
| Modifier and Type | Method and Description |
|---|---|
Comment |
ProcessRuntimeAPI.addComment(long processInstanceId,
String comment)
Add a comment on a process instance
|
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
ProcessRuntimeAPI.getComments(long processInstanceId)
Get all comments by its process instance id
|
SearchResult<Comment> |
ProcessRuntimeAPI.searchComments(SearchOptions searchOptions)
Searches for comments related to the specified Process Instance.
|
SearchResult<Comment> |
ProcessRuntimeAPI.searchCommentsInvolvingUser(long userId,
SearchOptions searchOptions)
Searches the comments on process instances that the user can access
|
SearchResult<Comment> |
ProcessRuntimeAPI.searchCommentsManagedBy(long managerUserId,
SearchOptions searchOptions)
Lists all comments managed by user.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommentImpl |
Copyright © 2013 BonitaSoft. All Rights Reserved.