public class MethodCallNodeImpl extends MethodCallNode implements Freezable
| Constructor and Description | 
|---|
| MethodCallNodeImpl(String methodCallNodeId) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addParameter(Parameter parameter) | 
| void | freeze()Call this method when the object will be made available to the runtime | 
| String | getId() | 
| jakarta.el.MethodExpression | getMethodExpression() | 
| jakarta.el.ValueExpression | getOutcome() | 
| List<Parameter> | getParameters() | 
| void | setId(String id) | 
| void | setMethodExpression(jakarta.el.MethodExpression methodExpression) | 
| void | setOutcome(jakarta.el.ValueExpression outcome) | 
public MethodCallNodeImpl(String methodCallNodeId)
public jakarta.el.MethodExpression getMethodExpression()
getMethodExpression in class MethodCallNodepublic jakarta.el.ValueExpression getOutcome()
getOutcome in class MethodCallNodepublic List<Parameter> getParameters()
getParameters in class MethodCallNodepublic void addParameter(Parameter parameter)
public void freeze()
Freezablepublic void setMethodExpression(jakarta.el.MethodExpression methodExpression)
public void setOutcome(jakarta.el.ValueExpression outcome)
public void setId(String id)
Copyright © 2021 The Apache Software Foundation. All rights reserved.