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
,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
public abstract class CmmnElementImpl extends CmmnModelElementInstanceImpl implements CmmnElement
- Author:
- Roman Smirnov
-
-
Field Summary
Fields Modifier and Type Field Description protected static Attribute<String>
descriptionAttribute
Deprecated.protected static ChildElementCollection<Documentation>
documentationCollection
protected static ChildElement<ExtensionElements>
extensionElementsChild
protected static Attribute<String>
idAttribute
-
Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance
-
-
Constructor Summary
Constructors Constructor Description CmmnElementImpl(ModelTypeInstanceContext instanceContext)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Collection<Documentation>
getDocumentations()
ExtensionElements
getExtensionElements()
String
getId()
protected boolean
isCmmn11()
static void
registerType(ModelBuilder modelBuilder)
void
setDescription(String description)
void
setExtensionElements(ExtensionElements extensionElements)
void
setId(String id)
-
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
-
extensionElementsChild
protected static ChildElement<ExtensionElements> extensionElementsChild
-
descriptionAttribute
@Deprecated protected static Attribute<String> descriptionAttribute
Deprecated.
-
documentationCollection
protected static ChildElementCollection<Documentation> documentationCollection
-
-
Constructor Detail
-
CmmnElementImpl
public CmmnElementImpl(ModelTypeInstanceContext instanceContext)
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getId
in interfaceCmmnElement
-
setId
public void setId(String id)
- Specified by:
setId
in interfaceCmmnElement
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceCmmnElement
-
setDescription
public void setDescription(String description)
- Specified by:
setDescription
in interfaceCmmnElement
-
getDocumentations
public Collection<Documentation> getDocumentations()
- Specified by:
getDocumentations
in interfaceCmmnElement
-
getExtensionElements
public ExtensionElements getExtensionElements()
- Specified by:
getExtensionElements
in interfaceCmmnElement
-
setExtensionElements
public void setExtensionElements(ExtensionElements extensionElements)
- Specified by:
setExtensionElements
in interfaceCmmnElement
-
isCmmn11
protected boolean isCmmn11()
-
registerType
public static void registerType(ModelBuilder modelBuilder)
-
-