public interface PreparedQuery
| Modifier and Type | Method and Description |
|---|---|
String |
evaluateExpressions(EvaluationContext evaluationContext,
AttributeValueDecorator decorator) |
Set<String> |
getExplicitlyReferencedAttributes()
Returns a Set of all attributes that are explicitly referenced by the Prepared Query.
|
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
ProcessExceptionboolean 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.Set<String> getExplicitlyReferencedAttributes()
${allMatchingAttributes('a.*'):gt(4)}
that reference multiple attributes, but those attributes' names cannot be determined a priori. As a result,
those attributes will not be included in the returned set.Copyright © 2023 Apache NiFi Project. All rights reserved.