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,org.camunda.bpm.model.xml.instance.ModelElementInstance
public class DefinitionsImpl extends CmmnModelElementInstanceImpl implements Definitions
- Author:
- Roman Smirnov
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Artifact>artifactCollectionprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>authorAttributeprotected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Case>caseCollectionprotected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<CaseFileItemDefinition>caseFileItemDefinitionCollectionprotected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Decision>decisionCollectionprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>exporterAttributeprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>exporterVersionAttributeprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>expressionLanguageAttributeprotected static org.camunda.bpm.model.xml.type.child.ChildElement<ExtensionElements>extensionElementsChildprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>idAttributeprotected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Import>importCollectionprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>nameAttributeprotected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Process>processCollectionprotected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Relationship>relationshipCollectionprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>targetNamespaceAttribute
-
Constructor Summary
Constructors Constructor Description DefinitionsImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Artifact>getArtifacts()StringgetAuthor()Collection<CaseFileItemDefinition>getCaseFileItemDefinitions()Collection<Case>getCases()Collection<Decision>getDecisions()StringgetExporter()StringgetExporterVersion()StringgetExpressionLanguage()ExtensionElementsgetExtensionElements()StringgetId()Collection<Import>getImports()StringgetName()Collection<Process>getProcesses()Collection<Relationship>getRelationships()StringgetTargetNamespace()static voidregisterType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)voidsetAuthor(String author)voidsetExporter(String exporter)voidsetExporterVersion(String exporterVersion)voidsetExpressionLanguage(String expressionLanguage)voidsetExtensionElements(ExtensionElements extensionElements)voidsetId(String id)voidsetName(String name)voidsetTargetNamespace(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 Detail
-
idAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> idAttribute
-
nameAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> 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
-
exporterAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> exporterAttribute
-
exporterVersionAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> exporterVersionAttribute
-
authorAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> authorAttribute
-
importCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Import> importCollection
-
caseFileItemDefinitionCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<CaseFileItemDefinition> caseFileItemDefinitionCollection
-
caseCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Case> caseCollection
-
processCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Process> processCollection
-
relationshipCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Relationship> relationshipCollection
-
extensionElementsChild
protected static org.camunda.bpm.model.xml.type.child.ChildElement<ExtensionElements> extensionElementsChild
-
decisionCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Decision> decisionCollection
-
artifactCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Artifact> artifactCollection
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getIdin interfaceDefinitions
-
setId
public void setId(String id)
- Specified by:
setIdin interfaceDefinitions
-
getName
public String getName()
- Specified by:
getNamein interfaceDefinitions
-
setName
public void setName(String name)
- Specified by:
setNamein interfaceDefinitions
-
getTargetNamespace
public String getTargetNamespace()
- Specified by:
getTargetNamespacein interfaceDefinitions
-
setTargetNamespace
public void setTargetNamespace(String namespace)
- Specified by:
setTargetNamespacein interfaceDefinitions
-
getExpressionLanguage
public String getExpressionLanguage()
- Specified by:
getExpressionLanguagein interfaceDefinitions
-
setExpressionLanguage
public void setExpressionLanguage(String expressionLanguage)
- Specified by:
setExpressionLanguagein interfaceDefinitions
-
getExporter
public String getExporter()
- Specified by:
getExporterin interfaceDefinitions
-
setExporter
public void setExporter(String exporter)
- Specified by:
setExporterin interfaceDefinitions
-
getExporterVersion
public String getExporterVersion()
- Specified by:
getExporterVersionin interfaceDefinitions
-
setExporterVersion
public void setExporterVersion(String exporterVersion)
- Specified by:
setExporterVersionin interfaceDefinitions
-
getAuthor
public String getAuthor()
- Specified by:
getAuthorin interfaceDefinitions
-
setAuthor
public void setAuthor(String author)
- Specified by:
setAuthorin interfaceDefinitions
-
getImports
public Collection<Import> getImports()
- Specified by:
getImportsin interfaceDefinitions
-
getCaseFileItemDefinitions
public Collection<CaseFileItemDefinition> getCaseFileItemDefinitions()
- Specified by:
getCaseFileItemDefinitionsin interfaceDefinitions
-
getCases
public Collection<Case> getCases()
- Specified by:
getCasesin interfaceDefinitions
-
getProcesses
public Collection<Process> getProcesses()
- Specified by:
getProcessesin interfaceDefinitions
-
getDecisions
public Collection<Decision> getDecisions()
- Specified by:
getDecisionsin interfaceDefinitions
-
getExtensionElements
public ExtensionElements getExtensionElements()
- Specified by:
getExtensionElementsin interfaceDefinitions
-
setExtensionElements
public void setExtensionElements(ExtensionElements extensionElements)
- Specified by:
setExtensionElementsin interfaceDefinitions
-
getRelationships
public Collection<Relationship> getRelationships()
- Specified by:
getRelationshipsin interfaceDefinitions
-
getArtifacts
public Collection<Artifact> getArtifacts()
- Specified by:
getArtifactsin interfaceDefinitions
-
registerType
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
-
-