public class ParameterExpression extends Object implements Expression
Modifier and Type | Field and Description |
---|---|
private String |
parameterName |
Constructor and Description |
---|
ParameterExpression(String parameterName) |
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
public ParameterExpression(String parameterName)
public String evaluate(EvaluationContext evaluationContext, AttributeValueDecorator decorator)
Expression
evaluate
in interface Expression
evaluationContext
- the context used to evaluate the Expressiondecorator
- decorator to decorate variable valuesCopyright © 2019 Apache NiFi Project. All rights reserved.