public class InvalidPreparedQuery extends Object implements PreparedQuery
AttributeExpressionLanguageException
when attempting to evaluate the
query. This allows a PreparedQuery to be created, even though it can't be
evaluated.Modifier and Type | Field and Description |
---|---|
private String |
explanation |
private String |
query |
Constructor and Description |
---|
InvalidPreparedQuery(String query,
String explanation) |
Modifier and Type | Method and Description |
---|---|
String |
evaluateExpressions(Map<String,String> valueLookup,
AttributeValueDecorator decorator) |
public String evaluateExpressions(Map<String,String> valueLookup, AttributeValueDecorator decorator) throws ProcessException
evaluateExpressions
in interface PreparedQuery
ProcessException
Copyright © 2016 Apache NiFi Project. All rights reserved.