public class StandardPreparedQuery extends Object implements PreparedQuery
Modifier and Type | Field and Description |
---|---|
private static String |
EMPTY_STRING |
private List<Expression> |
expressions |
private VariableImpact |
variableImpact |
Constructor and Description |
---|
StandardPreparedQuery(List<Expression> expressions) |
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() |
private static final String EMPTY_STRING
private final List<Expression> expressions
private volatile VariableImpact variableImpact
public StandardPreparedQuery(List<Expression> expressions)
public String evaluateExpressions(EvaluationContext evaluationContext, AttributeValueDecorator decorator) throws ProcessException
evaluateExpressions
in interface PreparedQuery
ProcessException
public boolean isExpressionLanguagePresent()
isExpressionLanguagePresent
in interface PreparedQuery
public VariableImpact getVariableImpact()
PreparedQuery
VariableImpact
that can be used to determine whether or not a given
variable impacts this Expression.getVariableImpact
in interface PreparedQuery
VariableImpact
that can be used to determine whether or not a given
variable impacts this Expression.Copyright © 2019 Apache NiFi Project. All rights reserved.