Class PlanFragmentImpl

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

public class PlanFragmentImpl extends PlanItemDefinitionImpl implements PlanFragment
Author:
Roman Smirnov
  • Field Details

    • planItemCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<PlanItem> planItemCollection
    • sentryCollection

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

    • PlanFragmentImpl

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