Interface ErrorEventDefinition

All Superinterfaces:
BaseElement, BpmnModelElementInstance, EventDefinition, ModelElementInstance, RootElement
All Known Subinterfaces:
OperatonErrorEventDefinition
All Known Implementing Classes:
ErrorEventDefinitionImpl, OperatonErrorEventDefinitionImpl

public interface ErrorEventDefinition extends EventDefinition
The BPMN errorEventDefinition element
Author:
Sebastian Menski
  • Method Details

    • getError

      Error getError()
    • setError

      void setError(Error error)
    • setOperatonErrorCodeVariable

      void setOperatonErrorCodeVariable(String operatonErrorCodeVariable)
    • getOperatonErrorCodeVariable

      String getOperatonErrorCodeVariable()
    • setOperatonErrorMessageVariable

      void setOperatonErrorMessageVariable(String operatonErrorCauseVariable)
    • getOperatonErrorMessageVariable

      String getOperatonErrorMessageVariable()