public class StandardPreparedQuery extends Object implements PreparedQuery
Modifier and Type | Field and Description |
---|---|
private List<String> |
queryStrings |
private Map<String,org.antlr.runtime.tree.Tree> |
trees |
Constructor and Description |
---|
StandardPreparedQuery(List<String> queryStrings,
Map<String,org.antlr.runtime.tree.Tree> trees) |
Modifier and Type | Method and Description |
---|---|
String |
evaluateExpressions(Map<String,String> valueMap,
AttributeValueDecorator decorator) |
public String evaluateExpressions(Map<String,String> valueMap, AttributeValueDecorator decorator) throws ProcessException
evaluateExpressions
in interface PreparedQuery
ProcessException
Copyright © 2016 Apache NiFi Project. All rights reserved.