Package | Description |
---|---|
org.jbpm.casemgmt.api | |
org.jbpm.casemgmt.api.auth | |
org.jbpm.casemgmt.api.event | |
org.jbpm.casemgmt.impl | |
org.jbpm.casemgmt.impl.event | |
org.jbpm.casemgmt.impl.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
|
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) |
Modifier and Type | Method and Description |
---|---|
List<CommentInstance> |
AuthorizationManagerImpl.filterByCommentAuthorization(String caseId,
CaseFileInstance caseFileInstance,
List<CommentInstance> comments) |
Collection<CommentInstance> |
CaseServiceImpl.getCaseComments(String caseId,
CommentSortBy sortBy,
org.kie.api.runtime.query.QueryContext queryContext) |
Collection<CommentInstance> |
CaseServiceImpl.getCaseComments(String caseId,
org.kie.api.runtime.query.QueryContext queryContext) |
Modifier and Type | Method and Description |
---|---|
void |
AuthorizationManagerImpl.checkCommentAuthorization(String caseId,
CaseFileInstance caseFileInstance,
CommentInstance commentInstance) |
Modifier and Type | Method and Description |
---|---|
List<CommentInstance> |
AuthorizationManagerImpl.filterByCommentAuthorization(String caseId,
CaseFileInstance caseFileInstance,
List<CommentInstance> comments) |
Modifier and Type | Method and Description |
---|---|
void |
CaseEventSupport.fireAfterCaseCommentAdded(String caseId,
CaseFileInstance caseFile,
CommentInstance commentInstance) |
void |
CaseEventSupport.fireAfterCaseCommentRemoved(String caseId,
CaseFileInstance caseFile,
CommentInstance commentInstance) |
void |
CaseEventSupport.fireAfterCaseCommentUpdated(String caseId,
CaseFileInstance caseFile,
CommentInstance commentInstance) |
void |
CaseEventSupport.fireBeforeCaseCommentAdded(String caseId,
CaseFileInstance caseFile,
CommentInstance commentInstance) |
void |
CaseEventSupport.fireBeforeCaseCommentRemoved(String caseId,
CaseFileInstance caseFile,
CommentInstance commentInstance) |
void |
CaseEventSupport.fireBeforeCaseCommentUpdated(String caseId,
CaseFileInstance caseFile,
CommentInstance commentInstance) |
Modifier and Type | Class and Description |
---|---|
class |
CommentInstanceImpl |
Modifier and Type | Method and Description |
---|---|
Collection<CommentInstance> |
CaseFileInstanceImpl.getComments() |
Modifier and Type | Method and Description |
---|---|
void |
CaseFileInstanceImpl.addComment(CommentInstance comment) |
void |
CaseFileInstanceImpl.removeComment(CommentInstance comment) |
Modifier and Type | Method and Description |
---|---|
void |
CaseFileInstanceImpl.setComments(List<CommentInstance> comments) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.