Uses of Class
org.flowable.cmmn.model.Case
-
-
Uses of Case in org.flowable.cmmn.model
Fields in org.flowable.cmmn.model declared as Case Modifier and Type Field Description protected CasePlanFragment. cazeFields in org.flowable.cmmn.model with type parameters of type Case Modifier and Type Field Description protected List<Case>CmmnModel. casesMethods in org.flowable.cmmn.model that return Case Modifier and Type Method Description CasePlanFragment. getCase()CaseCmmnModel. getCaseById(String id)CaseCmmnModel. getPrimaryCase()Methods in org.flowable.cmmn.model that return types with arguments of type Case Modifier and Type Method Description List<Case>CmmnModel. getCases()Methods in org.flowable.cmmn.model with parameters of type Case Modifier and Type Method Description voidCmmnModel. addCase(Case caze)voidPlanFragment. setCase(Case caze)Method parameters in org.flowable.cmmn.model with type arguments of type Case Modifier and Type Method Description voidCmmnModel. setCases(List<Case> cases)
-