Interface ParallelGateway

All Superinterfaces:
BaseElement, BpmnModelElementInstance, FlowElement, FlowNode, Gateway, ModelElementInstance
All Known Implementing Classes:
ParallelGatewayImpl

public interface ParallelGateway extends Gateway
The BPMN parallelGateway element
Author:
Sebastian Menski
  • Method Details

    • isOperatonAsync

      @Deprecated(forRemoval=true, since="1.0") boolean isOperatonAsync()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Use isOperatonAsyncBefore() instead.
    • setOperatonAsync

      @Deprecated(forRemoval=true, since="1.0") void setOperatonAsync(boolean isOperatonAsync)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Use setOperatonAsyncBefore(isOperatonAsyncBefore) instead.
    • builder

      Description copied from interface: BpmnModelElementInstance
      Returns a new fluent builder for the element if implemented.
      Specified by:
      builder in interface BpmnModelElementInstance
      Specified by:
      builder in interface FlowNode
      Specified by:
      builder in interface Gateway
      Returns:
      the builder object