public interface PreparedQuery
Modifier and Type | Method and Description |
---|---|
String |
evaluateExpressions(EvaluationContext evaluationContext,
AttributeValueDecorator decorator) |
VariableImpact |
getVariableImpact()
Returns a
VariableImpact that can be used to determine whether or not a given
variable impacts this Expression. |
boolean |
isExpressionLanguagePresent() |
String evaluateExpressions(EvaluationContext evaluationContext, AttributeValueDecorator decorator) throws ProcessException
ProcessException
boolean isExpressionLanguagePresent()
VariableImpact getVariableImpact()
VariableImpact
that can be used to determine whether or not a given
variable impacts this Expression.VariableImpact
that can be used to determine whether or not a given
variable impacts this Expression.Copyright © 2019 Apache NiFi Project. All rights reserved.