Class AbstractEventBuilder<B extends AbstractEventBuilder<B,E>,E extends Event>

Direct Known Subclasses:
AbstractCatchEventBuilder, AbstractThrowEventBuilder

public abstract class AbstractEventBuilder<B extends AbstractEventBuilder<B,E>,E extends Event> extends AbstractFlowNodeBuilder<B,E>
Author:
Sebastian Menski
  • Constructor Details

    • AbstractEventBuilder

      protected AbstractEventBuilder(BpmnModelInstance modelInstance, E element, Class<?> selfType)
  • Method Details

    • camundaInputParameter

      public B camundaInputParameter(String name, String value)
      Creates a new camunda input parameter extension element with the given name and value.
      Parameters:
      name - the name of the input parameter
      value - the value of the input parameter
      Returns:
      the builder object
    • camundaOutputParameter

      public B camundaOutputParameter(String name, String value)
      Creates a new camunda output parameter extension element with the given name and value.
      Parameters:
      name - the name of the output parameter
      value - the value of the output parameter
      Returns:
      the builder object