Package | Description |
---|---|
org.jbpm.casemgmt.api | |
org.jbpm.casemgmt.api.model.instance | |
org.jbpm.casemgmt.impl | |
org.jbpm.casemgmt.impl.model.instance |
Modifier and Type | Method and Description |
---|---|
Collection<CaseStageInstance> |
CaseRuntimeDataService.getCaseInstanceStages(String caseId,
boolean activeOnly,
org.kie.api.runtime.query.QueryContext queryContext)
Returns stages of given case instance, identified by case id.
|
Modifier and Type | Method and Description |
---|---|
Collection<CaseStageInstance> |
CaseInstance.getCaseStages()
Returns available case stages in this case.
|
Modifier and Type | Method and Description |
---|---|
Collection<CaseStageInstance> |
CaseRuntimeDataServiceImpl.getCaseInstanceStages(String caseId,
boolean activeOnly,
org.kie.api.runtime.query.QueryContext queryContext) |
List<CaseStageInstance> |
CaseRuntimeDataServiceImpl.internalGetCaseStages(CaseDefinition caseDef,
String caseId,
boolean activeOnly,
org.kie.api.runtime.query.QueryContext queryContext) |
Modifier and Type | Class and Description |
---|---|
class |
CaseStageInstanceImpl |
Modifier and Type | Method and Description |
---|---|
Collection<CaseStageInstance> |
CaseInstanceImpl.getCaseStages() |
Modifier and Type | Method and Description |
---|---|
void |
CaseInstanceImpl.setCaseStages(Collection<CaseStageInstance> caseStages) |
Constructor and Description |
---|
CaseInstanceImpl(String caseId,
String caseDescription,
Collection<CaseStageInstance> caseStages,
Collection<CaseMilestoneInstance> caseMilestones,
Collection<CaseRoleInstance> caseRoles,
CaseFileInstance caseFile) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.