Interface FlowDefinition.Builder

    • Method Detail

      • connections

        FlowDefinition.Builder connections​(Collection<FlowConnection> connections)

        An array of connection definitions in the flow.

        Parameters:
        connections - An array of connection definitions in the flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • connections

        FlowDefinition.Builder connections​(FlowConnection... connections)

        An array of connection definitions in the flow.

        Parameters:
        connections - An array of connection definitions in the flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nodes

        FlowDefinition.Builder nodes​(Collection<FlowNode> nodes)

        An array of node definitions in the flow.

        Parameters:
        nodes - An array of node definitions in the flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nodes

        FlowDefinition.Builder nodes​(FlowNode... nodes)

        An array of node definitions in the flow.

        Parameters:
        nodes - An array of node definitions in the flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.