Package | Description |
---|---|
org.jbpm.casemgmt.api | |
org.jbpm.casemgmt.api.auth | |
org.jbpm.casemgmt.api.event | |
org.jbpm.casemgmt.api.model.instance |
Modifier and Type | Method and Description |
---|---|
CaseFileInstance |
CaseService.getCaseFileInstance(String caseId)
Returns Case file for give case id
|
CaseFileInstance |
CaseService.newCaseFileInstance(String deploymentId,
String caseDefinition,
Map<String,Object> data)
Builds and returns new CaseFileInstance with given data.
|
CaseFileInstance |
CaseService.newCaseFileInstance(String deploymentId,
String caseDefinition,
Map<String,Object> data,
Map<String,org.kie.api.task.model.OrganizationalEntity> rolesAssignment)
Builds and returns new CaseFileInstance with given data and roles assignments.
|
CaseFileInstance |
CaseService.newCaseFileInstanceWithRestrictions(String deploymentId,
String caseDefinition,
Map<String,Object> data,
Map<String,List<String>> accessRestrictions)
Builds and returns new CaseFileInstance with given data.
|
CaseFileInstance |
CaseService.newCaseFileInstanceWithRestrictions(String deploymentId,
String caseDefinition,
Map<String,Object> data,
Map<String,org.kie.api.task.model.OrganizationalEntity> rolesAssignment,
Map<String,List<String>> accessRestrictions)
Builds and returns new CaseFileInstance with given data and roles assignments.
|
Modifier and Type | Method and Description |
---|---|
String |
CaseService.startCase(String deploymentId,
String caseDefinitionId,
CaseFileInstance caseFile)
Starts a new case for given definition with given case file.
|
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
|
void |
AuthorizationManager.checkDataAuthorization(String caseId,
CaseFileInstance caseFileInstance,
Collection<String> dataNames)
Check if caller (based on identity provider) is authorized to manipulate given data
|
List<CommentInstance> |
AuthorizationManager.filterByCommentAuthorization(String caseId,
CaseFileInstance caseFileInstance,
List<CommentInstance> comments)
Filters provided comments by their restrictions.
|
Map<String,Object> |
AuthorizationManager.filterByDataAuthorization(String caseId,
CaseFileInstance caseFileInstance,
Map<String,Object> data)
Filters provided data by data restrictions.
|
Modifier and Type | Method and Description |
---|---|
CaseFileInstance |
CaseStartEvent.getCaseFile()
Returns case file associated with the case
|
CaseFileInstance |
CaseEvent.getCaseFile() |
Constructor and Description |
---|
CaseCancelEvent(String user,
String caseId,
CaseFileInstance caseFile,
List<Long> processInstanceIds) |
CaseCloseEvent(String user,
String caseId,
CaseFileInstance caseFile,
String comment) |
CaseCommentEvent(String user,
String caseId,
CaseFileInstance caseFile,
CommentInstance comment) |
CaseDataEvent(String user,
String caseId,
CaseFileInstance caseFile,
String definitionId,
Map<String,Object> data) |
CaseDestroyEvent(String user,
String caseId,
CaseFileInstance caseFile,
List<Long> processInstanceIds) |
CaseDynamicSubprocessEvent(String user,
String caseId,
CaseFileInstance caseFile,
String processId,
Map<String,Object> data,
long processInstanceId) |
CaseDynamicSubprocessEvent(String user,
String caseId,
CaseFileInstance caseFile,
String processId,
Map<String,Object> data,
long processInstanceId,
long subProcessInstanceId) |
CaseDynamicTaskEvent(String user,
String caseId,
CaseFileInstance caseFile,
String nodeType,
Map<String,Object> data,
long processInstanceId) |
CaseEvent(String user,
String caseId,
CaseFileInstance caseFile) |
CaseReopenEvent(String user,
String caseId,
CaseFileInstance caseFile,
String deploymentId,
String caseDefinitionId,
Map<String,Object> data) |
CaseReopenEvent(String user,
String caseId,
CaseFileInstance caseFile,
String deploymentId,
String caseDefinitionId,
Map<String,Object> data,
Long processInstanceId) |
CaseRoleAssignmentEvent(String user,
String caseId,
CaseFileInstance caseFile,
String role,
org.kie.api.task.model.OrganizationalEntity entity) |
CaseStartEvent(String user,
String caseId,
String deploymentId,
String caseDefinitionId,
CaseFileInstance caseFile) |
CaseStartEvent(String user,
String caseId,
String deploymentId,
String caseDefinitionId,
CaseFileInstance caseFile,
Long processInstanceId) |
Modifier and Type | Method and Description |
---|---|
CaseFileInstance |
CaseInstance.getCaseFile()
Returns case file associated with this case.
|
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.