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
The BPMN definitions element
- Author:
- Daniel Meyer, Sebastian Menski
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static org.camunda.bpm.model.xml.type.child.ChildElementCollection
<BpmnDiagram> protected static org.camunda.bpm.model.xml.type.attribute.Attribute
<String> protected static org.camunda.bpm.model.xml.type.attribute.Attribute
<String> protected static org.camunda.bpm.model.xml.type.attribute.Attribute
<String> protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection
<Extension> protected static org.camunda.bpm.model.xml.type.attribute.Attribute
<String> protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection
<Import> protected static org.camunda.bpm.model.xml.type.attribute.Attribute
<String> protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection
<Relationship> protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection
<RootElement> protected static org.camunda.bpm.model.xml.type.attribute.Attribute
<String> protected static org.camunda.bpm.model.xml.type.attribute.Attribute
<String> Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance
-
Constructor Summary
ConstructorsConstructorDescriptionDefinitionsImpl
(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
static void
registerType
(org.camunda.bpm.model.xml.ModelBuilder bpmnModelBuilder) void
setExporter
(String exporter) void
setExporterVersion
(String exporterVersion) void
setExpressionLanguage
(String expressionLanguage) void
void
void
setTargetNamespace
(String namespace) void
setTypeLanguage
(String typeLanguage) Methods inherited from class io.camunda.zeebe.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
builder, getScope, isScope
Methods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
addChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.camunda.zeebe.model.bpmn.instance.BpmnModelElementInstance
builder, getScope, isScope
Methods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstance
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
-
Field Details
-
idAttribute
-
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
-
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
-
registerType
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder bpmnModelBuilder) -
getId
- Specified by:
getId
in interfaceDefinitions
-
setId
- Specified by:
setId
in interfaceDefinitions
-
getName
- Specified by:
getName
in interfaceDefinitions
-
setName
- Specified by:
setName
in interfaceDefinitions
-
getTargetNamespace
- Specified by:
getTargetNamespace
in interfaceDefinitions
-
setTargetNamespace
- Specified by:
setTargetNamespace
in interfaceDefinitions
-
getExpressionLanguage
- Specified by:
getExpressionLanguage
in interfaceDefinitions
-
setExpressionLanguage
- Specified by:
setExpressionLanguage
in interfaceDefinitions
-
getTypeLanguage
- Specified by:
getTypeLanguage
in interfaceDefinitions
-
setTypeLanguage
- Specified by:
setTypeLanguage
in interfaceDefinitions
-
getExporter
- Specified by:
getExporter
in interfaceDefinitions
-
setExporter
- Specified by:
setExporter
in interfaceDefinitions
-
getExporterVersion
- Specified by:
getExporterVersion
in interfaceDefinitions
-
setExporterVersion
- Specified by:
setExporterVersion
in interfaceDefinitions
-
getImports
- Specified by:
getImports
in interfaceDefinitions
-
getExtensions
- Specified by:
getExtensions
in interfaceDefinitions
-
getRootElements
- Specified by:
getRootElements
in interfaceDefinitions
-
getBpmDiagrams
- Specified by:
getBpmDiagrams
in interfaceDefinitions
-
getRelationships
- Specified by:
getRelationships
in interfaceDefinitions
-