public class DefinitionsImpl extends NamedElementImpl 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.child.ChildElementCollection<BusinessContextElement> |
businessContextElementCollection |
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<DrgElement> |
drgElementCollection |
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ElementCollection> |
elementCollectionCollection |
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.ChildElementCollection<Import> |
importCollection |
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ItemDefinition> |
itemDefinitionCollection |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
namespaceAttribute |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
typeLanguageAttribute |
nameAttributedescriptionChild, extensionElementsChild, idAttribute, labelAttribute| Constructor and Description |
|---|
DefinitionsImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Artifact> |
getArtifacts() |
Collection<BusinessContextElement> |
getBusinessContextElements() |
Collection<DrgElement> |
getDrgElements() |
Collection<ElementCollection> |
getElementCollections() |
String |
getExporter() |
String |
getExporterVersion() |
String |
getExpressionLanguage() |
Collection<Import> |
getImports() |
Collection<ItemDefinition> |
getItemDefinitions() |
String |
getNamespace() |
String |
getTypeLanguage() |
static void |
registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) |
void |
setExporter(String exporter) |
void |
setExporterVersion(String exporterVersion) |
void |
setExpressionLanguage(String expressionLanguage) |
void |
setNamespace(String namespace) |
void |
setTypeLanguage(String typeLanguage) |
getName, setNamegetDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabeladdChildElement, 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, waitgetName, setNamegetDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabeladdChildElement, 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> expressionLanguageAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> typeLanguageAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> namespaceAttribute
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.child.ChildElementCollection<Import> importCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ItemDefinition> itemDefinitionCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<DrgElement> drgElementCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Artifact> artifactCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ElementCollection> elementCollectionCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<BusinessContextElement> businessContextElementCollection
public DefinitionsImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
public String getExpressionLanguage()
getExpressionLanguage in interface Definitionspublic void setExpressionLanguage(String expressionLanguage)
setExpressionLanguage in interface Definitionspublic String getTypeLanguage()
getTypeLanguage in interface Definitionspublic void setTypeLanguage(String typeLanguage)
setTypeLanguage in interface Definitionspublic String getNamespace()
getNamespace in interface Definitionspublic void setNamespace(String namespace)
setNamespace 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 Collection<Import> getImports()
getImports in interface Definitionspublic Collection<ItemDefinition> getItemDefinitions()
getItemDefinitions in interface Definitionspublic Collection<DrgElement> getDrgElements()
getDrgElements in interface Definitionspublic Collection<Artifact> getArtifacts()
getArtifacts in interface Definitionspublic Collection<ElementCollection> getElementCollections()
getElementCollections in interface Definitionspublic Collection<BusinessContextElement> getBusinessContextElements()
getBusinessContextElements in interface Definitionspublic static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
Copyright © 2015–2019 camunda services GmbH. All rights reserved.