Package | Description |
---|---|
org.jbpm.casemgmt.api | |
org.jbpm.casemgmt.api.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.
|
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.