Uses of Interface
org.camunda.bpm.model.bpmn.instance.Definitions
Packages that use Definitions
Package
Description
-
Uses of Definitions in org.camunda.bpm.model.bpmn
Methods in org.camunda.bpm.model.bpmn that return DefinitionsMethods in org.camunda.bpm.model.bpmn with parameters of type DefinitionsModifier and TypeMethodDescriptionvoid
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 DefinitionsMethods in org.camunda.bpm.model.bpmn.impl with parameters of type DefinitionsModifier and TypeMethodDescriptionvoid
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