Uses of Interface
org.jbpm.casemgmt.api.model.instance.CaseStageInstance
-
Packages that use CaseStageInstance Package Description org.jbpm.casemgmt.api org.jbpm.casemgmt.api.model.instance -
-
Uses of CaseStageInstance in org.jbpm.casemgmt.api
Methods in org.jbpm.casemgmt.api that return types with arguments of type CaseStageInstance Modifier and Type Method 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. -
Uses of CaseStageInstance in org.jbpm.casemgmt.api.model.instance
Methods in org.jbpm.casemgmt.api.model.instance that return types with arguments of type CaseStageInstance Modifier and Type Method Description Collection<CaseStageInstance>CaseInstance. getCaseStages()Returns available case stages in this case.
-