public class DefinitionsImpl extends CmmnModelElementInstanceImpl implements Definitions
| Modifier and Type | Field and Description |
|---|---|
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Artifact> |
artifactCollection |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
authorAttribute |
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Case> |
caseCollection |
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<CaseFileItemDefinition> |
caseFileItemDefinitionCollection |
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Decision> |
decisionCollection |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
exporterAttribute |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
exporterVersionAttribute |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
expressionLanguageAttribute |
protected static org.camunda.bpm.model.xml.type.child.ChildElement<ExtensionElements> |
extensionElementsChild |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
idAttribute |
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Import> |
importCollection |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
nameAttribute |
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Process> |
processCollection |
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Relationship> |
relationshipCollection |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
targetNamespaceAttribute |
| Constructor and Description |
|---|
DefinitionsImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Artifact> |
getArtifacts() |
String |
getAuthor() |
Collection<CaseFileItemDefinition> |
getCaseFileItemDefinitions() |
Collection<Case> |
getCases() |
Collection<Decision> |
getDecisions() |
String |
getExporter() |
String |
getExporterVersion() |
String |
getExpressionLanguage() |
ExtensionElements |
getExtensionElements() |
String |
getId() |
Collection<Import> |
getImports() |
String |
getName() |
Collection<Process> |
getProcesses() |
Collection<Relationship> |
getRelationships() |
String |
getTargetNamespace() |
static void |
registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) |
void |
setAuthor(String author) |
void |
setExporter(String exporter) |
void |
setExporterVersion(String exporterVersion) |
void |
setExpressionLanguage(String expressionLanguage) |
void |
setExtensionElements(ExtensionElements extensionElements) |
void |
setId(String id) |
void |
setName(String name) |
void |
setTargetNamespace(String namespace) |
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, updateAfterReplacementclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddChildElement, 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, updateAfterReplacementprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> idAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> nameAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> targetNamespaceAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> expressionLanguageAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> exporterAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> exporterVersionAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> authorAttribute
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Import> importCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<CaseFileItemDefinition> caseFileItemDefinitionCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Case> caseCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Process> processCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Relationship> relationshipCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElement<ExtensionElements> extensionElementsChild
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Decision> decisionCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Artifact> artifactCollection
public DefinitionsImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
public String getId()
getId in interface Definitionspublic void setId(String id)
setId in interface Definitionspublic String getName()
getName in interface Definitionspublic void setName(String name)
setName in interface Definitionspublic String getTargetNamespace()
getTargetNamespace in interface Definitionspublic void setTargetNamespace(String namespace)
setTargetNamespace in interface Definitionspublic String getExpressionLanguage()
getExpressionLanguage in interface Definitionspublic void setExpressionLanguage(String expressionLanguage)
setExpressionLanguage in interface Definitionspublic String getExporter()
getExporter in interface Definitionspublic void setExporter(String exporter)
setExporter in interface Definitionspublic String getExporterVersion()
getExporterVersion in interface Definitionspublic void setExporterVersion(String exporterVersion)
setExporterVersion in interface Definitionspublic String getAuthor()
getAuthor in interface Definitionspublic void setAuthor(String author)
setAuthor in interface Definitionspublic Collection<Import> getImports()
getImports in interface Definitionspublic Collection<CaseFileItemDefinition> getCaseFileItemDefinitions()
getCaseFileItemDefinitions in interface Definitionspublic Collection<Case> getCases()
getCases in interface Definitionspublic Collection<Process> getProcesses()
getProcesses in interface Definitionspublic Collection<Decision> getDecisions()
getDecisions in interface Definitionspublic ExtensionElements getExtensionElements()
getExtensionElements in interface Definitionspublic void setExtensionElements(ExtensionElements extensionElements)
setExtensionElements in interface Definitionspublic Collection<Relationship> getRelationships()
getRelationships in interface Definitionspublic Collection<Artifact> getArtifacts()
getArtifacts in interface Definitionspublic static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
Copyright © 2014–2019 camunda services GmbH. All rights reserved.