| Package | Description |
|---|---|
| org.bonitasoft.engine.api |
The Bonita project has a clear separation between the API the users should be interacting with and the actual implementation classes.
|
| org.bonitasoft.engine.bpm.comment.impl |
| Modifier and Type | Method and Description |
|---|---|
Comment |
ProcessRuntimeAPI.addProcessComment(long processInstanceId,
String comment)
Add a comment on a process instance.
|
Comment |
ProcessRuntimeAPI.addProcessCommentOnBehalfOfUser(long processInstanceId,
String comment,
long userId)
Add a comment on a process instance, on behalf of an user.
|
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
ProcessRuntimeAPI.getComments(long processInstanceId)
Deprecated.
use paginated version
ProcessRuntimeAPI.searchComments(SearchOptions) instead, passing a filter on processInstanceId field. |
SearchResult<Comment> |
ProcessRuntimeAPI.searchComments(SearchOptions searchOptions)
Search for comments related to the specified process instance.
|
SearchResult<Comment> |
ProcessRuntimeAPI.searchCommentsInvolvingUser(long userId,
SearchOptions searchOptions)
Get the comments on process instances that the specified user can access.
|
SearchResult<Comment> |
ProcessRuntimeAPI.searchCommentsManagedBy(long managerUserId,
SearchOptions searchOptions)
Get all the comments managed by the specified user.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommentImpl |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.