Package | Description |
---|---|
org.jbpm.casemgmt.api | |
org.jbpm.casemgmt.api.event |
Modifier and Type | Method and Description |
---|---|
Collection<CommentInstance> |
CaseService.getCaseComments(String caseId,
CommentSortBy sortBy,
org.kie.internal.query.QueryContext queryContext)
Returns all case comments sorted with given sortBy
|
Collection<CommentInstance> |
CaseService.getCaseComments(String caseId,
org.kie.internal.query.QueryContext queryContext)
Returns all case comments sorted by date
|
Modifier and Type | Method and Description |
---|---|
CommentInstance |
CaseCommentEvent.getComment()
Returns actual CommentInstance that is added or removed
|
Constructor and Description |
---|
CaseCommentEvent(String caseId,
CommentInstance comment) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.