public interface Expression
| Modifier and Type | Method and Description |
|---|---|
String |
evaluate(EvaluationContext evaluationContext,
AttributeValueDecorator decorator)
Evaluates this Expression against the given variables, attribute decorator, and state variables
|
String evaluate(EvaluationContext evaluationContext, AttributeValueDecorator decorator)
evaluationContext - the context used to evaluate the Expressiondecorator - decorator to decorate variable valuesCopyright © 2023 Apache NiFi Project. All rights reserved.