Package | Description |
---|---|
org.jbpm.casemgmt.api | |
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.
|
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 |
---|---|
CaseFileInstance |
CaseStartEvent.getCaseFile()
Returns case file associated with the case
|
Constructor and Description |
---|
CaseStartEvent(String caseId,
String deploymentId,
String caseDefinitionId,
CaseFileInstance caseFile) |
CaseStartEvent(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–2017 JBoss by Red Hat. All rights reserved.