Uses of Interface
org.jbpm.casemgmt.api.model.CaseStage
-
Packages that use CaseStage Package Description org.jbpm.casemgmt.api.model org.jbpm.casemgmt.impl.model org.jbpm.test.services -
-
Uses of CaseStage in org.jbpm.casemgmt.api.model
Methods in org.jbpm.casemgmt.api.model that return types with arguments of type CaseStage Modifier and Type Method Description Collection<CaseStage>
CaseDefinition. getCaseStages()
Returns available case stages in this case. -
Uses of CaseStage in org.jbpm.casemgmt.impl.model
Classes in org.jbpm.casemgmt.impl.model that implement CaseStage Modifier and Type Class Description class
CaseStageImpl
Methods in org.jbpm.casemgmt.impl.model that return types with arguments of type CaseStage Modifier and Type Method Description Collection<CaseStage>
CaseDefinitionImpl. getCaseStages()
Constructor parameters in org.jbpm.casemgmt.impl.model with type arguments of type CaseStage Constructor Description CaseDefinitionImpl(ProcessAssetDesc processDef, String identifierPrefix, Collection<CaseStage> caseStages, Collection<CaseMilestone> caseMilestones, Collection<CaseRole> caseRoles, Collection<AdHocFragment> adHocFragments, Map<String,List<String>> dataAccessRestrictions)
-
Uses of CaseStage in org.jbpm.test.services
Methods in org.jbpm.test.services that return types with arguments of type CaseStage Modifier and Type Method Description protected Map<String,CaseStage>
AbstractCaseServicesTest. mapStages(Collection<CaseStage> caseStages)
Method parameters in org.jbpm.test.services with type arguments of type CaseStage Modifier and Type Method Description protected Map<String,CaseStage>
AbstractCaseServicesTest. mapStages(Collection<CaseStage> caseStages)
-