Class DefinitionsImpl
java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
org.camunda.bpm.model.bpmn.impl.instance.DefinitionsImpl
- All Implemented Interfaces:
- BpmnModelElementInstance,- Definitions,- ModelElementInstance
The BPMN definitions element
- Author:
- Daniel Meyer, Sebastian Menski
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected static ChildElementCollection<BpmnDiagram>protected static ChildElementCollection<Extension>protected static ChildElementCollection<Import>protected static ChildElementCollection<Relationship>protected static ChildElementCollection<RootElement>Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImplmodelInstance
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetId()getName()static voidregisterType(ModelBuilder bpmnModelBuilder) voidsetExporter(String exporter) voidsetExporterVersion(String exporterVersion) voidsetExpressionLanguage(String expressionLanguage) voidvoidvoidsetTargetNamespace(String namespace) voidsetTypeLanguage(String typeLanguage) Methods inherited from class org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImplbuilder, getScope, isScopeMethods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpladdChildElement, 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.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.model.bpmn.instance.BpmnModelElementInstancebuilder, getScope, isScopeMethods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstanceaddChildElement, 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
- 
expressionLanguageAttribute
- 
typeLanguageAttribute
- 
exporterAttribute
- 
exporterVersionAttribute
- 
importCollection
- 
extensionCollection
- 
rootElementCollection
- 
bpmnDiagramCollection
- 
relationshipCollection
 
- 
- 
Constructor Details- 
DefinitionsImpl
 
- 
- 
Method Details- 
registerType
- 
getId- Specified by:
- getIdin interface- Definitions
 
- 
setId- Specified by:
- setIdin interface- Definitions
 
- 
getName- Specified by:
- getNamein interface- Definitions
 
- 
setName- Specified by:
- setNamein interface- Definitions
 
- 
getTargetNamespace- Specified by:
- getTargetNamespacein interface- Definitions
 
- 
setTargetNamespace- Specified by:
- setTargetNamespacein interface- Definitions
 
- 
getExpressionLanguage- Specified by:
- getExpressionLanguagein interface- Definitions
 
- 
setExpressionLanguage- Specified by:
- setExpressionLanguagein interface- Definitions
 
- 
getTypeLanguage- Specified by:
- getTypeLanguagein interface- Definitions
 
- 
setTypeLanguage- Specified by:
- setTypeLanguagein interface- Definitions
 
- 
getExporter- Specified by:
- getExporterin interface- Definitions
 
- 
setExporter- Specified by:
- setExporterin interface- Definitions
 
- 
getExporterVersion- Specified by:
- getExporterVersionin interface- Definitions
 
- 
setExporterVersion- Specified by:
- setExporterVersionin interface- Definitions
 
- 
getImports- Specified by:
- getImportsin interface- Definitions
 
- 
getExtensions- Specified by:
- getExtensionsin interface- Definitions
 
- 
getRootElements- Specified by:
- getRootElementsin interface- Definitions
 
- 
getBpmDiagrams- Specified by:
- getBpmDiagramsin interface- Definitions
 
- 
getRelationships- Specified by:
- getRelationshipsin interface- Definitions
 
 
-