Uses of Interface
org.camunda.bpm.model.cmmn.instance.CaseFileModel

Packages that use CaseFileModel
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
 class CaseFileModelImpl
           
 

Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type CaseFileModel
protected static org.camunda.bpm.model.xml.type.child.ChildElement<CaseFileModel> CaseImpl.caseFileModelChild
           
 

Methods in org.camunda.bpm.model.cmmn.impl.instance that return CaseFileModel
 CaseFileModel CaseImpl.getCaseFileModel()
           
 

Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type CaseFileModel
 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
 CaseFileModel Case.getCaseFileModel()
           
 

Methods in org.camunda.bpm.model.cmmn.instance with parameters of type CaseFileModel
 void Case.setCaseFileModel(CaseFileModel caseFileModel)
           
 



Copyright © 2018 camunda services GmbH. All rights reserved.