Package | Description |
---|---|
org.apache.nifi.attribute.expression.language |
Modifier and Type | Class and Description |
---|---|
class |
EmptyPreparedQuery |
class |
InvalidPreparedQuery
An implementation of PreparedQuery that throws an
AttributeExpressionLanguageException when attempting to evaluate the
query. |
class |
StandardPreparedQuery |
Modifier and Type | Field and Description |
---|---|
private PreparedQuery |
StandardPropertyValue.preparedQuery |
Modifier and Type | Method and Description |
---|---|
static PreparedQuery |
Query.prepare(String query) |
Constructor and Description |
---|
StandardPropertyValue(String rawValue,
ControllerServiceLookup serviceLookup,
PreparedQuery preparedQuery,
VariableRegistry variableRegistry)
Constructs a new StandardPropertyValue with the given value & service
lookup and indicates whether or not the rawValue contains any NiFi
Expressions.
|
Copyright © 2016 Apache NiFi Project. All rights reserved.