Class StartEventImpl

All Implemented Interfaces:
BaseElement, BpmnModelElementInstance, CatchEvent, Event, FlowElement, FlowNode, InteractionNode, StartEvent, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class StartEventImpl extends CatchEventImpl implements StartEvent
The BPMN startEvent element
Author:
Sebastian Menski
  • Field Details

    • isInterruptingAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> isInterruptingAttribute
    • camundaAsyncAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> camundaAsyncAttribute
      camunda extensions
    • camundaFormHandlerClassAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaFormHandlerClassAttribute
    • camundaFormKeyAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaFormKeyAttribute
    • camundaFormRefAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaFormRefAttribute
    • camundaFormRefBindingAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaFormRefBindingAttribute
    • camundaFormRefVersionAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaFormRefVersionAttribute
    • camundaInitiatorAttribute

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

    • StartEventImpl

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