Uses of Interface
org.camunda.bpm.model.cmmn.instance.Definitions
-
-
Uses of Definitions in org.camunda.bpm.engine.impl.cmmn.transformer
Methods in org.camunda.bpm.engine.impl.cmmn.transformer with parameters of type Definitions Modifier and Type Method Description void
AbstractCmmnTransformListener. transformRootElement(Definitions definitions, List<? extends CmmnCaseDefinition> caseDefinitions)
void
CmmnTransformListener. transformRootElement(Definitions definitions, List<? extends CmmnCaseDefinition> caseDefinitions)
-
Uses of Definitions in org.camunda.bpm.engine.impl.history.transformer
Methods in org.camunda.bpm.engine.impl.history.transformer with parameters of type Definitions Modifier and Type Method Description void
CmmnHistoryTransformListener. transformRootElement(Definitions definitions, List<? extends CmmnCaseDefinition> caseDefinitions)
-
Uses of Definitions in org.camunda.bpm.model.cmmn
Methods in org.camunda.bpm.model.cmmn that return Definitions Modifier and Type Method Description Definitions
CmmnModelInstance. getDefinitions()
Methods in org.camunda.bpm.model.cmmn with parameters of type Definitions Modifier and Type Method Description 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 Modifier and Type Method Description Definitions
CmmnModelInstanceImpl. getDefinitions()
Methods in org.camunda.bpm.model.cmmn.impl with parameters of type Definitions Modifier and Type Method Description 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 Modifier and Type Class Description class
DefinitionsImpl
-