public interface PlanItem extends CmmnElement
Modifier and Type | Method and Description |
---|---|
PlanItemDefinition |
getDefinition() |
Collection<Sentry> |
getEntryCriteria() |
Collection<Sentry> |
getEntryCriterias()
Deprecated.
|
Collection<EntryCriterion> |
getEntryCriterions() |
Collection<Sentry> |
getExitCriteria() |
Collection<Sentry> |
getExitCriterias()
Deprecated.
|
Collection<ExitCriterion> |
getExitCriterions() |
ItemControl |
getItemControl() |
String |
getName() |
void |
setDefinition(PlanItemDefinition definition) |
void |
setItemControl(ItemControl itemControl) |
void |
setName(String name) |
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
String getName()
void setName(String name)
PlanItemDefinition getDefinition()
void setDefinition(PlanItemDefinition definition)
@Deprecated Collection<Sentry> getEntryCriterias()
@Deprecated Collection<Sentry> getExitCriterias()
Collection<Sentry> getEntryCriteria()
Collection<Sentry> getExitCriteria()
Collection<EntryCriterion> getEntryCriterions()
Collection<ExitCriterion> getExitCriterions()
ItemControl getItemControl()
void setItemControl(ItemControl itemControl)
Copyright © 2022. All rights reserved.