Package | Description |
---|---|
org.jbpm.casemgmt.api | |
org.jbpm.casemgmt.impl | |
org.jbpm.casemgmt.impl.command | |
org.jbpm.casemgmt.impl.model | |
org.jbpm.test.services |
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) |
Constructor and Description |
---|
TriggerAdHocNodeInStageCommand(org.kie.internal.identity.IdentityProvider identityProvider,
CaseDefinition caseDef,
Long processInstanceId,
String stage,
String fragmentName,
Object data) |
Modifier and Type | Class and Description |
---|---|
class |
CaseDefinitionImpl |
Modifier and Type | Method and Description |
---|---|
protected Map<String,CaseDefinition> |
AbstractCaseServicesTest.mapCases(Collection<CaseDefinition> cases) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,CaseDefinition> |
AbstractCaseServicesTest.mapCases(Collection<CaseDefinition> cases) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.