Uses of Interface
org.camunda.bpm.model.cmmn.instance.CaseFileModel
-
Packages that use CaseFileModel Package Description org.camunda.bpm.model.cmmn.impl.instance org.camunda.bpm.model.cmmn.instance -
-
Uses of CaseFileModel in org.camunda.bpm.model.cmmn.impl.instance
Classes in org.camunda.bpm.model.cmmn.impl.instance that implement CaseFileModel Modifier and Type Class Description classCaseFileModelImplFields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type CaseFileModel Modifier and Type Field Description protected static ChildElement<CaseFileModel>CaseImpl. caseFileModelChildMethods in org.camunda.bpm.model.cmmn.impl.instance that return CaseFileModel Modifier and Type Method Description CaseFileModelCaseImpl. getCaseFileModel()Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type CaseFileModel Modifier and Type Method Description voidCaseImpl. setCaseFileModel(CaseFileModel caseFileModel) -
Uses of CaseFileModel in org.camunda.bpm.model.cmmn.instance
Methods in org.camunda.bpm.model.cmmn.instance that return CaseFileModel Modifier and Type Method Description CaseFileModelCase. getCaseFileModel()Methods in org.camunda.bpm.model.cmmn.instance with parameters of type CaseFileModel Modifier and Type Method Description voidCase. setCaseFileModel(CaseFileModel caseFileModel)
-