Class MethodCallNodeImpl

All Implemented Interfaces:
Serializable

public class MethodCallNodeImpl extends MethodCallNode implements Serializable
See Also:
  • Constructor Details

  • Method Details

    • getId

      public String getId()
      Specified by:
      getId in class FlowNode
    • getParameters

      public List<Parameter> getParameters()
      Description copied from class: MethodCallNode

      Return the parameters to be passed to the method.

      Specified by:
      getParameters in class MethodCallNode
      Returns:
      the parameters to be passed to the method
    • _getParameters

      public List<Parameter> _getParameters()
    • getMethodExpression

      public jakarta.el.MethodExpression getMethodExpression()
      Description copied from class: MethodCallNode

      Return the MethodExpression to be invoked to when control passes to this node.

      Specified by:
      getMethodExpression in class MethodCallNode
      Returns:
      the MethodExpression to be invoked to when control passes to this node
    • setMethodExpression

      public void setMethodExpression(jakarta.el.MethodExpression methodExpression)
    • getOutcome

      public jakarta.el.ValueExpression getOutcome()
      Description copied from class: MethodCallNode

      Return the outcome to be used in the event of a null return from the method.

      Specified by:
      getOutcome in class MethodCallNode
      Returns:
      the outcome
    • setOutcome

      public void setOutcome(jakarta.el.ValueExpression outcome)