public class PlanItemImpl extends CmmnElementImpl implements PlanItem
Modifier and Type | Field and Description |
---|---|
protected static AttributeReferenceCollection<Sentry> |
entryCriteriaRefCollection
Deprecated.
|
protected static ChildElementCollection<EntryCriterion> |
entryCriterionCollection |
protected static AttributeReferenceCollection<Sentry> |
exitCriteriaRefCollection
Deprecated.
|
protected static ChildElementCollection<ExitCriterion> |
exitCriterionCollection |
protected static ChildElement<ItemControl> |
itemControlChild |
protected static Attribute<String> |
nameAttribute |
protected static AttributeReference<PlanItemDefinition> |
planItemDefinitionRefAttribute |
descriptionAttribute, documentationCollection, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
PlanItemImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
PlanItemDefinition |
getDefinition() |
Collection<Sentry> |
getEntryCriteria() |
Collection<Sentry> |
getEntryCriterias() |
Collection<EntryCriterion> |
getEntryCriterions() |
Collection<Sentry> |
getExitCriteria() |
Collection<Sentry> |
getExitCriterias() |
Collection<ExitCriterion> |
getExitCriterions() |
ItemControl |
getItemControl() |
String |
getName() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setDefinition(PlanItemDefinition definition) |
void |
setItemControl(ItemControl itemControl) |
void |
setName(String name) |
getDescription, getDocumentations, getExtensionElements, getId, isCmmn11, setDescription, setExtensionElements, setId
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
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getDescription, getDocumentations, 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, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
protected static AttributeReference<PlanItemDefinition> planItemDefinitionRefAttribute
protected static ChildElement<ItemControl> itemControlChild
@Deprecated protected static AttributeReferenceCollection<Sentry> entryCriteriaRefCollection
@Deprecated protected static AttributeReferenceCollection<Sentry> exitCriteriaRefCollection
protected static ChildElementCollection<EntryCriterion> entryCriterionCollection
protected static ChildElementCollection<ExitCriterion> exitCriterionCollection
public PlanItemImpl(ModelTypeInstanceContext instanceContext)
public PlanItemDefinition getDefinition()
getDefinition
in interface PlanItem
public void setDefinition(PlanItemDefinition definition)
setDefinition
in interface PlanItem
public Collection<Sentry> getEntryCriterias()
getEntryCriterias
in interface PlanItem
public Collection<Sentry> getExitCriterias()
getExitCriterias
in interface PlanItem
public Collection<Sentry> getEntryCriteria()
getEntryCriteria
in interface PlanItem
public Collection<Sentry> getExitCriteria()
getExitCriteria
in interface PlanItem
public Collection<EntryCriterion> getEntryCriterions()
getEntryCriterions
in interface PlanItem
public Collection<ExitCriterion> getExitCriterions()
getExitCriterions
in interface PlanItem
public ItemControl getItemControl()
getItemControl
in interface PlanItem
public void setItemControl(ItemControl itemControl)
setItemControl
in interface PlanItem
public static void registerType(ModelBuilder modelBuilder)
Copyright © 2022. All rights reserved.