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 voidregisterType(org.camunda.bpm.model.xml.ModelBuilder bpmnModelBuilder) voidsetExporter(String exporter) voidsetExporterVersion(String exporterVersion) voidsetExpressionLanguage(String expressionLanguage) voidvoidvoidsetTargetNamespace(String namespace) voidsetTypeLanguage(String typeLanguage) Methods inherited from class io.camunda.zeebe.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
builder, getScope, isScopeMethods 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, updateAfterReplacementMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.camunda.zeebe.model.bpmn.instance.BpmnModelElementInstance
builder, getScope, isScopeMethods 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:
getIdin interfaceDefinitions
-
setId
- Specified by:
setIdin interfaceDefinitions
-
getName
- Specified by:
getNamein interfaceDefinitions
-
setName
- Specified by:
setNamein interfaceDefinitions
-
getTargetNamespace
- Specified by:
getTargetNamespacein interfaceDefinitions
-
setTargetNamespace
- Specified by:
setTargetNamespacein interfaceDefinitions
-
getExpressionLanguage
- Specified by:
getExpressionLanguagein interfaceDefinitions
-
setExpressionLanguage
- Specified by:
setExpressionLanguagein interfaceDefinitions
-
getTypeLanguage
- Specified by:
getTypeLanguagein interfaceDefinitions
-
setTypeLanguage
- Specified by:
setTypeLanguagein interfaceDefinitions
-
getExporter
- Specified by:
getExporterin interfaceDefinitions
-
setExporter
- Specified by:
setExporterin interfaceDefinitions
-
getExporterVersion
- Specified by:
getExporterVersionin interfaceDefinitions
-
setExporterVersion
- Specified by:
setExporterVersionin interfaceDefinitions
-
getImports
- Specified by:
getImportsin interfaceDefinitions
-
getExtensions
- Specified by:
getExtensionsin interfaceDefinitions
-
getRootElements
- Specified by:
getRootElementsin interfaceDefinitions
-
getBpmDiagrams
- Specified by:
getBpmDiagramsin interfaceDefinitions
-
getRelationships
- Specified by:
getRelationshipsin interfaceDefinitions
-