Class AbstractErrorEventDefinitionBuilder<B extends AbstractErrorEventDefinitionBuilder<B>>

Direct Known Subclasses:
ErrorEventDefinitionBuilder, OperatonErrorEventDefinitionBuilder

public abstract class AbstractErrorEventDefinitionBuilder<B extends AbstractErrorEventDefinitionBuilder<B>> extends AbstractRootElementBuilder<B,ErrorEventDefinition>
Author:
Deivarayan Azhagappan
  • Constructor Details

  • Method Details

    • errorCodeVariable

      public B errorCodeVariable(String errorCodeVariable)
      Sets the error code variable attribute.
    • errorMessageVariable

      public B errorMessageVariable(String errorMessageVariable)
      Sets the error message variable attribute.
    • error

      public B error(String errorCode)
      Sets the error attribute with errorCode.
    • error

      public B error(String errorCode, String errorMessage)
      Sets the error attribute with errorCode and errorMessage.
    • errorEventDefinitionDone

      public <T extends AbstractFlowNodeBuilder> T errorEventDefinitionDone()
      Finishes the building of an error event definition.
      Type Parameters:
      T -
      Returns:
      the parent event builder