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 class
CaseFileModelImpl
Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type CaseFileModel Modifier and Type Field Description protected static ChildElement<CaseFileModel>
CaseImpl. caseFileModelChild
Methods in org.camunda.bpm.model.cmmn.impl.instance that return CaseFileModel Modifier and Type Method Description CaseFileModel
CaseImpl. getCaseFileModel()
Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type CaseFileModel Modifier and Type Method Description void
CaseImpl. 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 CaseFileModel
Case. getCaseFileModel()
Methods in org.camunda.bpm.model.cmmn.instance with parameters of type CaseFileModel Modifier and Type Method Description void
Case. setCaseFileModel(CaseFileModel caseFileModel)
-