| Modifier and Type | Method and Description |
|---|---|
SComment |
SCommentService.addComment(long processInstanceId,
String comment,
long userId)
Add a comment on process instance
|
SComment |
SCommentService.addSystemComment(long processInstanceId,
String comment)
Add a system comment on process instance
|
| Modifier and Type | Method and Description |
|---|---|
List<SComment> |
SCommentService.getComments(long processInstanceId)
Deprecated.
use
SCommentService.getComments(long, QueryOptions) instead |
List<SComment> |
SCommentService.getComments(long processInstanceId,
QueryOptions queryOptions)
Get comments for the given processInstance
|
List<SComment> |
SCommentService.searchComments(QueryOptions options)
List all comments related to the specified query options.
|
List<SComment> |
SCommentService.searchCommentsInvolvingUser(long userId,
QueryOptions queryOptions)
List all the comments on process instants that the user can access
|
List<SComment> |
SCommentService.searchCommentsManagedBy(long managerUserId,
QueryOptions searchOptions)
Search comments visible by delegates of managerUserId
|
List<SComment> |
SCommentService.searchCommentsSupervisedBy(long supervisorId,
QueryOptions queryOptions)
Search an Comment for a specific supervisor
|
| Modifier and Type | Method and Description |
|---|---|
void |
SCommentService.archive(long archiveDate,
SComment sComment) |
void |
SCommentService.delete(SComment comment)
Delete the comment
|
| Modifier and Type | Method and Description |
|---|---|
SComment |
SCommentServiceImpl.addComment(long processInstanceId,
String comment,
long userId) |
SComment |
SCommentServiceImpl.addSystemComment(long processInstanceId,
String comment) |
| Modifier and Type | Method and Description |
|---|---|
List<SComment> |
SCommentServiceImpl.getComments(long processInstanceId)
Deprecated.
|
List<SComment> |
SCommentServiceImpl.getComments(long processInstanceId,
QueryOptions queryOptions) |
List<SComment> |
SCommentServiceImpl.searchComments(QueryOptions options) |
List<SComment> |
SCommentServiceImpl.searchCommentsInvolvingUser(long userId,
QueryOptions queryOptions) |
List<SComment> |
SCommentServiceImpl.searchCommentsManagedBy(long managerUserId,
QueryOptions searchOptions) |
List<SComment> |
SCommentServiceImpl.searchCommentsSupervisedBy(long supervisorId,
QueryOptions queryOptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
SCommentServiceImpl.archive(long archiveDate,
SComment sComment) |
void |
SCommentServiceImpl.delete(SComment comment) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SHumanComment |
interface |
SSystemComment |
| Modifier and Type | Method and Description |
|---|---|
SACommentBuilder |
SACommentBuilderFactory.createNewInstance(SComment sComment) |
| Modifier and Type | Method and Description |
|---|---|
SACommentBuilder |
SACommentBuilderFactoryImpl.createNewInstance(SComment sComment) |
| Constructor and Description |
|---|
SACommentBuilderImpl(SComment sComment) |
| Constructor and Description |
|---|
SACommentImpl(SComment sComment) |
| Modifier and Type | Method and Description |
|---|---|
SComment |
SCommentBuilder.done() |
| Modifier and Type | Method and Description |
|---|---|
SComment |
SCommentBuilderImpl.done() |
| Modifier and Type | Class and Description |
|---|---|
class |
SCommentImpl |
class |
SHumanCommentImpl |
class |
SSystemCommentImpl |
| Modifier and Type | Method and Description |
|---|---|
List<SComment> |
SearchCommentsSupervisedByTransaction.executeSearch(QueryOptions searchOptions) |
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
AbstractCommentSearchEntity.convertToClientObjects(List<SComment> serverObjects) |
| Modifier and Type | Method and Description |
|---|---|
List<SComment> |
SearchCommentsManagedBy.executeSearch(QueryOptions searchOptions) |
List<SComment> |
SearchCommentsInvolvingUser.executeSearch(QueryOptions searchOptions) |
List<SComment> |
SearchComments.executeSearch(QueryOptions searchOptions) |
| Modifier and Type | Method and Description |
|---|---|
static Comment |
ModelConvertor.toComment(SComment sComment) |
| Modifier and Type | Method and Description |
|---|---|
static List<Comment> |
ModelConvertor.toComments(List<SComment> sComments) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.