Uses of Interface
org.camunda.bpm.model.cmmn.instance.Definitions
-
Packages that use Definitions Package Description 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 Modifier and Type Method Description DefinitionsCmmnModelInstance. getDefinitions()Methods in org.camunda.bpm.model.cmmn with parameters of type Definitions Modifier and Type Method Description voidCmmnModelInstance. 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 Modifier and Type Method Description DefinitionsCmmnModelInstanceImpl. getDefinitions()Methods in org.camunda.bpm.model.cmmn.impl with parameters of type Definitions Modifier and Type Method Description voidCmmnModelInstanceImpl. 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 Modifier and Type Class Description classDefinitionsImpl
-