Class FlowNodeImpl

All Implemented Interfaces:
BaseElement, BpmnModelElementInstance, FlowElement, FlowNode, org.camunda.bpm.model.xml.instance.ModelElementInstance
Direct Known Subclasses:
ActivityImpl, EventImpl, GatewayImpl

public abstract class FlowNodeImpl extends FlowElementImpl implements FlowNode
The BPMN flowNode element
Author:
Sebastian Menski
  • Field Details

    • incomingCollection

      protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<SequenceFlow,Incoming> incomingCollection
    • outgoingCollection

      protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<SequenceFlow,Outgoing> outgoingCollection
    • camundaAsyncAfter

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> camundaAsyncAfter
      Camunda Attributes
    • camundaAsyncBefore

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> camundaAsyncBefore
    • camundaExclusive

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> camundaExclusive
    • camundaJobPriority

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaJobPriority
  • Constructor Details

    • FlowNodeImpl

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