Class SubProcessImpl

All Implemented Interfaces:
Activity, BaseElement, BpmnModelElementInstance, FlowElement, FlowNode, InteractionNode, SubProcess, org.camunda.bpm.model.xml.instance.ModelElementInstance
Direct Known Subclasses:
TransactionImpl

public class SubProcessImpl extends ActivityImpl implements SubProcess
The BPMN subProcess element
Author:
Sebastian Menski
  • Field Details

    • triggeredByEventAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> triggeredByEventAttribute
    • laneSetCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<LaneSet> laneSetCollection
    • flowElementCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<FlowElement> flowElementCollection
    • artifactCollection

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

    • SubProcessImpl

      public SubProcessImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext context)
  • Method Details