Class DefinitionsImpl

java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
io.camunda.zeebe.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
io.camunda.zeebe.model.bpmn.impl.instance.DefinitionsImpl
All Implemented Interfaces:
BpmnModelElementInstance, Definitions, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class DefinitionsImpl extends BpmnModelElementInstanceImpl implements Definitions
The BPMN definitions element
Author:
Daniel Meyer, Sebastian Menski
  • Field Details

    • idAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> idAttribute
    • nameAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> nameAttribute
    • targetNamespaceAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> targetNamespaceAttribute
    • expressionLanguageAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> expressionLanguageAttribute
    • typeLanguageAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> typeLanguageAttribute
    • exporterAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> exporterAttribute
    • exporterVersionAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> exporterVersionAttribute
    • importCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Import> importCollection
    • extensionCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Extension> extensionCollection
    • rootElementCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<RootElement> rootElementCollection
    • bpmnDiagramCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<BpmnDiagram> bpmnDiagramCollection
    • relationshipCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Relationship> relationshipCollection
  • Constructor Details

    • DefinitionsImpl

      public DefinitionsImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
  • Method Details