Package | Description |
---|---|
org.jbpm.casemgmt.api | |
org.jbpm.casemgmt.api.model.instance |
Modifier and Type | Method and Description |
---|---|
Collection<CommentInstance> |
CaseService.getCaseComments(String caseId,
CommentSortBy sortBy,
org.kie.api.runtime.query.QueryContext queryContext)
Returns all case comments sorted with given sortBy
|
Modifier and Type | Method and Description |
---|---|
static CommentSortBy |
CommentSortBy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommentSortBy[] |
CommentSortBy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.