Package | Description |
---|---|
org.jbpm.casemgmt.api | |
org.jbpm.casemgmt.api.auth | |
org.jbpm.casemgmt.api.event |
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
|
Collection<CommentInstance> |
CaseService.getCaseComments(String caseId,
org.kie.api.runtime.query.QueryContext queryContext)
Returns all case comments sorted by date
|
Modifier and Type | Method and Description |
---|---|
List<CommentInstance> |
AuthorizationManager.filterByCommentAuthorization(String caseId,
CaseFileInstance caseFileInstance,
List<CommentInstance> comments)
Filters provided comments by their restrictions.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthorizationManager.checkCommentAuthorization(String caseId,
CaseFileInstance caseFileInstance,
CommentInstance commentInstance)
Check if caller (based on identity provider) is authorized to manipulate given comment
|
Modifier and Type | Method and Description |
---|---|
List<CommentInstance> |
AuthorizationManager.filterByCommentAuthorization(String caseId,
CaseFileInstance caseFileInstance,
List<CommentInstance> comments)
Filters provided comments by their restrictions.
|
Modifier and Type | Method and Description |
---|---|
CommentInstance |
CaseCommentEvent.getComment()
Returns actual CommentInstance that is added or removed
|
Constructor and Description |
---|
CaseCommentEvent(String user,
String caseId,
CaseFileInstance caseFile,
CommentInstance comment) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.