public class IfPartImpl extends CmmnElementImpl implements IfPart
Modifier and Type | Field and Description |
---|---|
protected static ChildElementCollection<ConditionExpression> |
conditionCollection |
protected static AttributeReference<CaseFileItem> |
contextRefAttribute |
descriptionAttribute, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
IfPartImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
Collection<ConditionExpression> |
getConditions() |
CaseFileItem |
getContext() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setContext(CaseFileItem caseFileItem) |
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
addChildElement, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
protected static AttributeReference<CaseFileItem> contextRefAttribute
protected static ChildElementCollection<ConditionExpression> conditionCollection
public IfPartImpl(ModelTypeInstanceContext instanceContext)
public CaseFileItem getContext()
getContext
in interface IfPart
public void setContext(CaseFileItem caseFileItem)
setContext
in interface IfPart
public Collection<ConditionExpression> getConditions()
getConditions
in interface IfPart
public static void registerType(ModelBuilder modelBuilder)
Copyright © 2018. All rights reserved.