public class ParameterExpression extends Object implements Expression
| Modifier and Type | Field and Description |
|---|---|
private boolean |
allowSensitiveParameterReference |
private String |
parameterName |
| Constructor and Description |
|---|
ParameterExpression(String parameterName,
boolean allowSensitiveParameterReference) |
| Modifier and Type | Method and Description |
|---|---|
String |
evaluate(EvaluationContext evaluationContext,
AttributeValueDecorator decorator)
Evaluates this Expression against the given variables, attribute decorator, and state variables
|
private final String parameterName
private final boolean allowSensitiveParameterReference
public ParameterExpression(String parameterName, boolean allowSensitiveParameterReference)
public String evaluate(EvaluationContext evaluationContext, AttributeValueDecorator decorator)
Expressionevaluate in interface ExpressionevaluationContext - the context used to evaluate the Expressiondecorator - decorator to decorate variable valuesCopyright © 2023 Apache NiFi Project. All rights reserved.