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 Summary
Modifier 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.ModelElementInstanceImpl
modelInstance
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
static void
registerType
(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 org.camunda.bpm.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 org.camunda.bpm.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
-
expressionLanguageAttribute
-
typeLanguageAttribute
-
exporterAttribute
-
exporterVersionAttribute
-
importCollection
-
extensionCollection
-
rootElementCollection
-
bpmnDiagramCollection
-
relationshipCollection
-
-
Constructor Details
-
DefinitionsImpl
-
-
Method Details
-
registerType
-
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
-