Class StageImpl
- All Implemented Interfaces:
CmmnElement,CmmnModelElementInstance,PlanFragment,PlanItemDefinition,Stage,ModelElementInstance
- Direct Known Subclasses:
CasePlanModel
- Author:
- Roman Smirnov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static AttributeReferenceCollection<Sentry>Deprecated.protected static ChildElementCollection<ExitCriterion>protected static ChildElementCollection<PlanItemDefinition>protected static 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic voidregisterType(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
-
planItemDefinitionCollection
-
exitCriteriaRefCollection
Deprecated. -
exitCriterionCollection
-
-
Constructor Details
-
StageImpl
-
-
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
-