public class StageImpl extends PlanFragmentImpl implements Stage
| Modifier and Type | Field and Description |
|---|---|
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> |
autoCompleteAttribute |
protected static org.camunda.bpm.model.xml.type.reference.AttributeReferenceCollection<Sentry> |
exitCriteriaRefCollection
Deprecated.
|
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ExitCriterion> |
exitCriterionCollection |
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<PlanItemDefinition> |
planItemDefinitionCollection |
protected static org.camunda.bpm.model.xml.type.child.ChildElement<PlanningTable> |
planningTableChild |
planItemCollection, sentryCollectiondefaultControlChild, nameAttributedescriptionAttribute, documentationCollection, extensionElementsChild, idAttribute| Constructor and Description |
|---|
StageImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Sentry> |
getExitCriteria() |
Collection<Sentry> |
getExitCriterias() |
Collection<ExitCriterion> |
getExitCriterions() |
Collection<PlanItemDefinition> |
getPlanItemDefinitions() |
PlanningTable |
getPlanningTable() |
boolean |
isAutoComplete() |
static void |
registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) |
void |
setAutoComplete(boolean autoComplete) |
void |
setPlanningTable(PlanningTable planningTable) |
getPlanItems, getSentrysgetDefaultControl, getName, setDefaultControl, setNamegetDescription, 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, waitgetPlanItems, getSentrysgetDefaultControl, getName, setDefaultControl, setNamegetDescription, 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.attribute.Attribute<Boolean> autoCompleteAttribute
protected static org.camunda.bpm.model.xml.type.child.ChildElement<PlanningTable> planningTableChild
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<PlanItemDefinition> planItemDefinitionCollection
@Deprecated protected static org.camunda.bpm.model.xml.type.reference.AttributeReferenceCollection<Sentry> exitCriteriaRefCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ExitCriterion> exitCriterionCollection
public StageImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
public boolean isAutoComplete()
isAutoComplete in interface Stagepublic void setAutoComplete(boolean autoComplete)
setAutoComplete in interface Stagepublic Collection<Sentry> getExitCriterias()
getExitCriterias in interface Stagepublic Collection<Sentry> getExitCriteria()
getExitCriteria in interface Stagepublic Collection<ExitCriterion> getExitCriterions()
getExitCriterions in interface Stagepublic PlanningTable getPlanningTable()
getPlanningTable in interface Stagepublic void setPlanningTable(PlanningTable planningTable)
setPlanningTable in interface Stagepublic Collection<PlanItemDefinition> getPlanItemDefinitions()
getPlanItemDefinitions in interface Stagepublic static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
Copyright © 2018 camunda services GmbH. All rights reserved.