| Modifier and Type | Method and Description |
|---|---|
SComment |
AddComment.getResult() |
| Modifier and Type | Method and Description |
|---|---|
SComment |
SCommentServiceImpl.addComment(long processInstanceId,
String comment) |
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,
org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
List<SComment> |
SCommentServiceImpl.searchComments(org.bonitasoft.engine.persistence.QueryOptions options) |
List<SComment> |
SCommentServiceImpl.searchCommentsInvolvingUser(long userId,
org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
List<SComment> |
SCommentServiceImpl.searchCommentsManagedBy(long managerUserId,
org.bonitasoft.engine.persistence.QueryOptions searchOptions) |
List<SComment> |
SCommentServiceImpl.searchCommentsSupervisedBy(long supervisorId,
org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
| Modifier and Type | Method and Description |
|---|---|
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)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SACommentBuilder |
SACommentBuilderFactoryImpl.createNewInstance(SComment sComment)
Deprecated.
|
| 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(org.bonitasoft.engine.persistence.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(org.bonitasoft.engine.persistence.QueryOptions searchOptions) |
List<SComment> |
SearchCommentsInvolvingUser.executeSearch(org.bonitasoft.engine.persistence.QueryOptions searchOptions) |
List<SComment> |
SearchComments.executeSearch(org.bonitasoft.engine.persistence.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 © 2014 Bonitasoft S.A.. All rights reserved.