Class ErrorEventDefinitionImpl

All Implemented Interfaces:
BaseElement, BpmnModelElementInstance, ErrorEventDefinition, EventDefinition, RootElement, org.camunda.bpm.model.xml.instance.ModelElementInstance
Direct Known Subclasses:
CamundaErrorEventDefinitionImpl

public class ErrorEventDefinitionImpl extends EventDefinitionImpl implements ErrorEventDefinition
The BPMN errorEventDefinition element
Author:
Sebastian Menski
  • Field Details

    • errorRefAttribute

      protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<Error> errorRefAttribute
    • camundaErrorCodeVariableAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaErrorCodeVariableAttribute
    • camundaErrorMessageVariableAttribute

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

    • ErrorEventDefinitionImpl

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