public class PlanItemOnPartImpl extends OnPartImpl implements PlanItemOnPart
| Modifier and Type | Field and Description |
|---|---|
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<ExitCriterion> |
exitCriterionRefAttribute |
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<Sentry> |
sentryRefAttribute
Deprecated.
|
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<PlanItem> |
sourceRefAttribute |
protected static org.camunda.bpm.model.xml.type.child.ChildElement<PlanItemTransitionStandardEvent> |
standardEventChild |
descriptionAttribute, documentationCollection, extensionElementsChild, idAttribute| Constructor and Description |
|---|
PlanItemOnPartImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) |
| Modifier and Type | Method and Description |
|---|---|
ExitCriterion |
getExitCriterion() |
Sentry |
getSentry() |
PlanItem |
getSource() |
PlanItemTransition |
getStandardEvent() |
static void |
registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) |
void |
setExitCriterion(ExitCriterion exitCriterion) |
void |
setSentry(Sentry sentry) |
void |
setSource(PlanItem source) |
void |
setStandardEvent(PlanItemTransition standardEvent) |
getDescription, 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, waitgetDescription, 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<PlanItem> sourceRefAttribute
protected static org.camunda.bpm.model.xml.type.child.ChildElement<PlanItemTransitionStandardEvent> standardEventChild
@Deprecated protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<Sentry> sentryRefAttribute
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<ExitCriterion> exitCriterionRefAttribute
public PlanItemOnPartImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
public Sentry getSentry()
getSentry in interface PlanItemOnPartpublic void setSentry(Sentry sentry)
setSentry in interface PlanItemOnPartpublic ExitCriterion getExitCriterion()
getExitCriterion in interface PlanItemOnPartpublic void setExitCriterion(ExitCriterion exitCriterion)
setExitCriterion in interface PlanItemOnPartpublic PlanItem getSource()
getSource in interface PlanItemOnPartpublic void setSource(PlanItem source)
setSource in interface PlanItemOnPartpublic PlanItemTransition getStandardEvent()
getStandardEvent in interface PlanItemOnPartpublic void setStandardEvent(PlanItemTransition standardEvent)
setStandardEvent in interface PlanItemOnPartpublic static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
Copyright © 2014–2019 camunda services GmbH. All rights reserved.