Class StageImpl
java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
- All Implemented Interfaces:
CmmnElement,CmmnModelElementInstance,PlanFragment,PlanItemDefinition,Stage,org.camunda.bpm.model.xml.instance.ModelElementInstance
- Direct Known Subclasses:
CasePlanModel
- Author:
- Roman Smirnov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean>protected static org.camunda.bpm.model.xml.type.reference.AttributeReferenceCollection<Sentry>Deprecated.protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ExitCriterion>protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<PlanItemDefinition>protected static org.camunda.bpm.model.xml.type.child.ChildElement<PlanningTable>Fields inherited from class org.camunda.bpm.model.cmmn.impl.instance.PlanFragmentImpl
planItemCollection, sentryCollectionFields inherited from class org.camunda.bpm.model.cmmn.impl.instance.PlanItemDefinitionImpl
defaultControlChild, nameAttributeFields inherited from class org.camunda.bpm.model.cmmn.impl.instance.CmmnElementImpl
descriptionAttribute, documentationCollection, extensionElementsChild, idAttributeFields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance -
Constructor Summary
ConstructorsConstructorDescriptionStageImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic voidregisterType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) voidsetAutoComplete(boolean autoComplete) voidsetPlanningTable(PlanningTable planningTable) Methods inherited from class org.camunda.bpm.model.cmmn.impl.instance.PlanFragmentImpl
getPlanItems, getSentrysMethods inherited from class org.camunda.bpm.model.cmmn.impl.instance.PlanItemDefinitionImpl
getDefaultControl, getName, setDefaultControl, setNameMethods inherited from class org.camunda.bpm.model.cmmn.impl.instance.CmmnElementImpl
getDescription, getDocumentations, getExtensionElements, getId, isCmmn11, setDescription, setExtensionElements, setIdMethods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
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, updateAfterReplacementMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.model.cmmn.instance.CmmnElement
getDescription, getDocumentations, getExtensionElements, getId, setDescription, setExtensionElements, setIdMethods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstance
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, updateAfterReplacementMethods inherited from interface org.camunda.bpm.model.cmmn.instance.PlanFragment
getPlanItems, getSentrysMethods inherited from interface org.camunda.bpm.model.cmmn.instance.PlanItemDefinition
getDefaultControl, getName, setDefaultControl, setName
-
Field Details
-
autoCompleteAttribute
-
planningTableChild
protected static org.camunda.bpm.model.xml.type.child.ChildElement<PlanningTable> planningTableChild -
planItemDefinitionCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<PlanItemDefinition> planItemDefinitionCollection -
exitCriteriaRefCollection
@Deprecated protected static org.camunda.bpm.model.xml.type.reference.AttributeReferenceCollection<Sentry> exitCriteriaRefCollectionDeprecated. -
exitCriterionCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ExitCriterion> exitCriterionCollection
-
-
Constructor Details
-
StageImpl
public StageImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
-
-
Method Details
-
isAutoComplete
public boolean isAutoComplete()- Specified by:
isAutoCompletein interfaceStage
-
setAutoComplete
public void setAutoComplete(boolean autoComplete) - Specified by:
setAutoCompletein interfaceStage
-
getExitCriterias
- Specified by:
getExitCriteriasin interfaceStage
-
getExitCriteria
- Specified by:
getExitCriteriain interfaceStage
-
getExitCriterions
- Specified by:
getExitCriterionsin interfaceStage
-
getPlanningTable
- Specified by:
getPlanningTablein interfaceStage
-
setPlanningTable
- Specified by:
setPlanningTablein interfaceStage
-
getPlanItemDefinitions
- Specified by:
getPlanItemDefinitionsin interfaceStage
-
registerType
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
-