Class MethodCallNodeImpl

All Implemented Interfaces:
Freezable

public class MethodCallNodeImpl extends MethodCallNode implements Freezable
Since:
2.2
Author:
Leonardo Uribe
  • Constructor Details

    • MethodCallNodeImpl

      public MethodCallNodeImpl(String methodCallNodeId)
  • Method Details

    • getMethodExpression

      public jakarta.el.MethodExpression getMethodExpression()
      Specified by:
      getMethodExpression in class MethodCallNode
    • getOutcome

      public jakarta.el.ValueExpression getOutcome()
      Specified by:
      getOutcome in class MethodCallNode
    • getParameters

      public List<Parameter> getParameters()
      Specified by:
      getParameters in class MethodCallNode
    • addParameter

      public void addParameter(Parameter parameter)
    • getId

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

      public void freeze()
      Description copied from interface: Freezable
      Call this method when the object will be made available to the runtime
      Specified by:
      freeze in interface Freezable
    • setMethodExpression

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

      public void setOutcome(jakarta.el.ValueExpression outcome)
    • setId

      public void setId(String id)