public class DiscretionaryItemImpl extends TableItemImpl implements DiscretionaryItem
| Modifier and Type | Field and Description |
|---|---|
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<PlanItemDefinition> |
definitionRefAttribute |
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<EntryCriterion> |
entryCriterionCollection |
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ExitCriterion> |
exitCriterionCollection |
protected static org.camunda.bpm.model.xml.type.child.ChildElement<ItemControl> |
itemControlChild |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
nameAttribute |
applicabilityRuleRefCollection, authorizedRoleRefCollectiondescriptionAttribute, documentationCollection, extensionElementsChild, idAttribute| Constructor and Description |
|---|
DiscretionaryItemImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) |
| Modifier and Type | Method and Description |
|---|---|
PlanItemDefinition |
getDefinition() |
Collection<EntryCriterion> |
getEntryCriterions() |
Collection<ExitCriterion> |
getExitCriterions() |
ItemControl |
getItemControl() |
String |
getName() |
static void |
registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) |
void |
setDefinition(PlanItemDefinition definition) |
void |
setItemControl(ItemControl itemControl) |
void |
setName(String name) |
getApplicabilityRule, getAuthorizedRolesgetDescription, getDocumentations, getExtensionElements, getId, isCmmn11, setDescription, setExtensionElements, setIdaddChildElement, 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, updateAfterReplacementclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetApplicabilityRule, getAuthorizedRolesgetDescription, getDocumentations, getExtensionElements, getId, setDescription, setExtensionElements, setIdaddChildElement, 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, updateAfterReplacementprotected static org.camunda.bpm.model.xml.type.reference.AttributeReference<PlanItemDefinition> definitionRefAttribute
protected static org.camunda.bpm.model.xml.type.child.ChildElement<ItemControl> itemControlChild
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> nameAttribute
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<EntryCriterion> entryCriterionCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ExitCriterion> exitCriterionCollection
public DiscretionaryItemImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
public String getName()
getName in interface DiscretionaryItempublic void setName(String name)
setName in interface DiscretionaryItempublic PlanItemDefinition getDefinition()
getDefinition in interface DiscretionaryItempublic void setDefinition(PlanItemDefinition definition)
setDefinition in interface DiscretionaryItempublic ItemControl getItemControl()
getItemControl in interface DiscretionaryItempublic void setItemControl(ItemControl itemControl)
setItemControl in interface DiscretionaryItempublic Collection<EntryCriterion> getEntryCriterions()
getEntryCriterions in interface DiscretionaryItempublic Collection<ExitCriterion> getExitCriterions()
getExitCriterions in interface DiscretionaryItempublic static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
Copyright © 2018 camunda services GmbH. All rights reserved.