public class EmptyPreparedQuery extends Object implements PreparedQuery
| Constructor and Description |
|---|
EmptyPreparedQuery(String value) |
| 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 final String value
EmptyPreparedQuery(String value)
public String evaluateExpressions(EvaluationContext evaluationContext, AttributeValueDecorator decorator) throws ProcessException
evaluateExpressions in interface PreparedQueryProcessExceptionpublic boolean isExpressionLanguagePresent()
isExpressionLanguagePresent in interface PreparedQuerypublic VariableImpact getVariableImpact()
PreparedQueryVariableImpact that can be used to determine whether or not a given
variable impacts this Expression.getVariableImpact in interface PreparedQueryVariableImpact that can be used to determine whether or not a given
variable impacts this Expression.Copyright © 2020 Apache NiFi Project. All rights reserved.