Class ReturnBuilderImpl

    • Method Detail

      • fromOutcome

        public ReturnBuilder fromOutcome​(String outcome)
        Description copied from class: ReturnBuilder

        Set the outcome of the current return node.

        Specified by:
        fromOutcome in class ReturnBuilder
        Parameters:
        outcome - A ValueExpression String String that will be the outcome of the return.
        Returns:
        the builder instance
      • fromOutcome

        public ReturnBuilder fromOutcome​(jakarta.el.ValueExpression outcome)
        Description copied from class: ReturnBuilder

        Set the outcome of the current return node.

        Specified by:
        fromOutcome in class ReturnBuilder
        Parameters:
        outcome - A ValueExpression String that will be the outcome of the return.
        Returns:
        the builder instance