Class DefinitionsImpl
java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
org.camunda.bpm.model.cmmn.impl.instance.CmmnModelElementInstanceImpl
org.camunda.bpm.model.cmmn.impl.instance.DefinitionsImpl
- All Implemented Interfaces:
CmmnModelElementInstance
,Definitions
,ModelElementInstance
- Author:
- Roman Smirnov
-
Field Summary
Modifier and TypeFieldDescriptionprotected static ChildElementCollection<Artifact>
protected static ChildElementCollection<Case>
protected static ChildElementCollection<CaseFileItemDefinition>
protected static ChildElementCollection<Decision>
protected static ChildElement<ExtensionElements>
protected static ChildElementCollection<Import>
protected static ChildElementCollection<Process>
protected static ChildElementCollection<Relationship>
Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCases()
getId()
getName()
static void
registerType
(ModelBuilder modelBuilder) void
void
setExporter
(String exporter) void
setExporterVersion
(String exporterVersion) void
setExpressionLanguage
(String expressionLanguage) void
setExtensionElements
(ExtensionElements extensionElements) void
void
void
setTargetNamespace
(String namespace) 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.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
-
exporterAttribute
-
exporterVersionAttribute
-
authorAttribute
-
importCollection
-
caseFileItemDefinitionCollection
-
caseCollection
-
processCollection
-
relationshipCollection
-
extensionElementsChild
-
decisionCollection
-
artifactCollection
-
-
Constructor Details
-
DefinitionsImpl
-
-
Method Details
-
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
-
getExporter
- Specified by:
getExporter
in interfaceDefinitions
-
setExporter
- Specified by:
setExporter
in interfaceDefinitions
-
getExporterVersion
- Specified by:
getExporterVersion
in interfaceDefinitions
-
setExporterVersion
- Specified by:
setExporterVersion
in interfaceDefinitions
-
getAuthor
- Specified by:
getAuthor
in interfaceDefinitions
-
setAuthor
- Specified by:
setAuthor
in interfaceDefinitions
-
getImports
- Specified by:
getImports
in interfaceDefinitions
-
getCaseFileItemDefinitions
- Specified by:
getCaseFileItemDefinitions
in interfaceDefinitions
-
getCases
- Specified by:
getCases
in interfaceDefinitions
-
getProcesses
- Specified by:
getProcesses
in interfaceDefinitions
-
getDecisions
- Specified by:
getDecisions
in interfaceDefinitions
-
getExtensionElements
- Specified by:
getExtensionElements
in interfaceDefinitions
-
setExtensionElements
- Specified by:
setExtensionElements
in interfaceDefinitions
-
getRelationships
- Specified by:
getRelationships
in interfaceDefinitions
-
getArtifacts
- Specified by:
getArtifacts
in interfaceDefinitions
-
registerType
-