Class PlanItemImpl

java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
All Implemented Interfaces:
CmmnElement, CmmnModelElementInstance, PlanItem, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class PlanItemImpl extends CmmnElementImpl implements PlanItem
Author:
Roman Smirnov
  • Field Details

    • nameAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> nameAttribute
    • planItemDefinitionRefAttribute

      protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<PlanItemDefinition> planItemDefinitionRefAttribute
    • itemControlChild

      protected static org.camunda.bpm.model.xml.type.child.ChildElement<ItemControl> itemControlChild
    • entryCriteriaRefCollection

      @Deprecated protected static org.camunda.bpm.model.xml.type.reference.AttributeReferenceCollection<Sentry> entryCriteriaRefCollection
      Deprecated.
    • exitCriteriaRefCollection

      @Deprecated protected static org.camunda.bpm.model.xml.type.reference.AttributeReferenceCollection<Sentry> exitCriteriaRefCollection
      Deprecated.
    • entryCriterionCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<EntryCriterion> entryCriterionCollection
    • exitCriterionCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ExitCriterion> exitCriterionCollection
  • Constructor Details

    • PlanItemImpl

      public PlanItemImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
  • Method Details