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

Packages that use Definitions
org.camunda.bpm.model.cmmn   
org.camunda.bpm.model.cmmn.impl   
org.camunda.bpm.model.cmmn.impl.instance   
 

Uses of Definitions in org.camunda.bpm.model.cmmn
 

Methods in org.camunda.bpm.model.cmmn that return Definitions
 Definitions CmmnModelInstance.getDefinitions()
           
 

Methods in org.camunda.bpm.model.cmmn with parameters of type Definitions
 void CmmnModelInstance.setDefinitions(Definitions definitions)
          Set the Cmmn Definitions Root element
 

Uses of Definitions in org.camunda.bpm.model.cmmn.impl
 

Methods in org.camunda.bpm.model.cmmn.impl that return Definitions
 Definitions CmmnModelInstanceImpl.getDefinitions()
           
 

Methods in org.camunda.bpm.model.cmmn.impl with parameters of type Definitions
 void CmmnModelInstanceImpl.setDefinitions(Definitions definitions)
           
 

Uses of Definitions in org.camunda.bpm.model.cmmn.impl.instance
 

Classes in org.camunda.bpm.model.cmmn.impl.instance that implement Definitions
 class DefinitionsImpl
           
 



Copyright © 2018 camunda services GmbH. All rights reserved.