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
- Author:
- Roman Smirnov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Artifact>protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Case>protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<CaseFileItemDefinition>protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Decision>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.ChildElement<ExtensionElements>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<Process>protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Relationship>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 TypeMethodDescriptiongetCases()getId()getName()static voidregisterType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) voidvoidsetExporter(String exporter) voidsetExporterVersion(String exporterVersion) voidsetExpressionLanguage(String expressionLanguage) voidsetExtensionElements(ExtensionElements extensionElements) voidvoidvoidsetTargetNamespace(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, updateAfterReplacementMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods 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 -
exporterAttribute
-
exporterVersionAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> exporterVersionAttribute -
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
-
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
-
-
Constructor Details
-
DefinitionsImpl
public DefinitionsImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
-
-
Method Details
-
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
-
getExporter
- Specified by:
getExporterin interfaceDefinitions
-
setExporter
- Specified by:
setExporterin interfaceDefinitions
-
getExporterVersion
- Specified by:
getExporterVersionin interfaceDefinitions
-
setExporterVersion
- Specified by:
setExporterVersionin interfaceDefinitions
-
getAuthor
- Specified by:
getAuthorin interfaceDefinitions
-
setAuthor
- Specified by:
setAuthorin interfaceDefinitions
-
getImports
- Specified by:
getImportsin interfaceDefinitions
-
getCaseFileItemDefinitions
- Specified by:
getCaseFileItemDefinitionsin interfaceDefinitions
-
getCases
- Specified by:
getCasesin interfaceDefinitions
-
getProcesses
- Specified by:
getProcessesin interfaceDefinitions
-
getDecisions
- Specified by:
getDecisionsin interfaceDefinitions
-
getExtensionElements
- Specified by:
getExtensionElementsin interfaceDefinitions
-
setExtensionElements
- Specified by:
setExtensionElementsin interfaceDefinitions
-
getRelationships
- Specified by:
getRelationshipsin interfaceDefinitions
-
getArtifacts
- Specified by:
getArtifactsin interfaceDefinitions
-
registerType
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
-