Class StageImpl

All Implemented Interfaces:
CmmnElement, CmmnModelElementInstance, PlanFragment, PlanItemDefinition, Stage, org.camunda.bpm.model.xml.instance.ModelElementInstance
Direct Known Subclasses:
CasePlanModel

public class StageImpl extends PlanFragmentImpl implements Stage
Author:
Roman Smirnov
  • Field Details

    • autoCompleteAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> 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> exitCriteriaRefCollection
      Deprecated.
    • 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