Uses of Interface
org.camunda.bpm.model.bpmn.instance.Definitions
-
Packages that use Definitions Package Description org.camunda.bpm.model.bpmn org.camunda.bpm.model.bpmn.impl org.camunda.bpm.model.bpmn.impl.instance -
-
Uses of Definitions in org.camunda.bpm.model.bpmn
Methods in org.camunda.bpm.model.bpmn that return Definitions Modifier and Type Method Description Definitions
BpmnModelInstance. getDefinitions()
Methods in org.camunda.bpm.model.bpmn with parameters of type Definitions Modifier and Type Method Description void
BpmnModelInstance. setDefinitions(Definitions definitions)
Set the Bpmn Definitions Root element -
Uses of Definitions in org.camunda.bpm.model.bpmn.impl
Methods in org.camunda.bpm.model.bpmn.impl that return Definitions Modifier and Type Method Description Definitions
BpmnModelInstanceImpl. getDefinitions()
Methods in org.camunda.bpm.model.bpmn.impl with parameters of type Definitions Modifier and Type Method Description void
BpmnModelInstanceImpl. setDefinitions(Definitions definitions)
-
Uses of Definitions in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement Definitions Modifier and Type Class Description class
DefinitionsImpl
The BPMN definitions element
-