Package | Description |
---|---|
org.jbpm.casemgmt.api | |
org.jbpm.casemgmt.impl | |
org.jbpm.casemgmt.impl.model |
Modifier and Type | Method and Description |
---|---|
CaseDefinition |
CaseRuntimeDataService.getCase(String deploymentId,
String caseDefinitionId)
Returns case definition identified by caseDefinitionId that belongs to given deploymentId.
|
Modifier and Type | Method and Description |
---|---|
Collection<CaseDefinition> |
CaseRuntimeDataService.getCases(org.kie.api.runtime.query.QueryContext queryContext)
Returns available cases.
|
Collection<CaseDefinition> |
CaseRuntimeDataService.getCases(String filter,
org.kie.api.runtime.query.QueryContext queryContext)
Returns available cases which matching filter that applies to case name (usually represented by process id or name).
|
Collection<CaseDefinition> |
CaseRuntimeDataService.getCasesByDeployment(String deploymentId,
org.kie.api.runtime.query.QueryContext queryContext)
Returns available cases for given deployment id
|
Modifier and Type | Method and Description |
---|---|
CaseDefinition |
CaseRuntimeDataServiceImpl.getCase(String deploymentId,
String caseDefinitionId) |
Modifier and Type | Method and Description |
---|---|
Collection<CaseDefinition> |
CaseRuntimeDataServiceImpl.getCases(org.kie.api.runtime.query.QueryContext queryContext) |
Collection<CaseDefinition> |
CaseRuntimeDataServiceImpl.getCases(String filter,
org.kie.api.runtime.query.QueryContext queryContext) |
Collection<CaseDefinition> |
CaseRuntimeDataServiceImpl.getCasesByDeployment(String deploymentId,
org.kie.api.runtime.query.QueryContext queryContext) |
Modifier and Type | Method and Description |
---|---|
List<CaseStageInstance> |
CaseRuntimeDataServiceImpl.internalGetCaseStages(CaseDefinition caseDef,
String caseId,
boolean activeOnly,
org.kie.api.runtime.query.QueryContext queryContext) |
Modifier and Type | Class and Description |
---|---|
class |
CaseDefinitionImpl |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.