Class CmmnElementImpl
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.CmmnElementImpl
- All Implemented Interfaces:
CmmnElement,CmmnModelElementInstance,org.camunda.bpm.model.xml.instance.ModelElementInstance
- Direct Known Subclasses:
ApplicabilityRuleImpl,ArtifactImpl,CaseFileImpl,CaseFileItemDefinitionImpl,CaseFileItemImpl,CaseImpl,CaseRolesImpl,ChildrenImpl,CriterionImpl,DecisionImpl,ExpressionImpl,IfPartImpl,ManualActivationRuleImpl,OnPartImpl,ParameterImpl,ParameterMappingImpl,PlanItemControlImpl,PlanItemDefinitionImpl,PlanItemImpl,ProcessImpl,PropertyImpl,RelationshipImpl,RepetitionRuleImpl,RequiredRuleImpl,RoleImpl,SentryImpl,StartTriggerImpl,TableItemImpl
- Author:
- Roman Smirnov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>Deprecated.protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Documentation>protected static org.camunda.bpm.model.xml.type.child.ChildElement<ExtensionElements>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
ConstructorsConstructorDescriptionCmmnElementImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) -
Method Summary
Modifier and TypeMethodDescriptiongetId()protected booleanisCmmn11()static voidregisterType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) voidsetDescription(String description) voidsetExtensionElements(ExtensionElements extensionElements) voidMethods 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
-
extensionElementsChild
protected static org.camunda.bpm.model.xml.type.child.ChildElement<ExtensionElements> extensionElementsChild -
descriptionAttribute
@Deprecated protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> descriptionAttributeDeprecated. -
documentationCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Documentation> documentationCollection
-
-
Constructor Details
-
CmmnElementImpl
public CmmnElementImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceCmmnElement
-
setId
- Specified by:
setIdin interfaceCmmnElement
-
getDescription
- Specified by:
getDescriptionin interfaceCmmnElement
-
setDescription
- Specified by:
setDescriptionin interfaceCmmnElement
-
getDocumentations
- Specified by:
getDocumentationsin interfaceCmmnElement
-
getExtensionElements
- Specified by:
getExtensionElementsin interfaceCmmnElement
-
setExtensionElements
- Specified by:
setExtensionElementsin interfaceCmmnElement
-
isCmmn11
protected boolean isCmmn11() -
registerType
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
-