| 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) |
private static PreparedQuery |
Query.prepare(String rawQuery,
boolean escapeParameterReferences) |
static PreparedQuery |
Query.prepareWithParametersPreEvaluated(String query) |
| Constructor and Description |
|---|
StandardPropertyValue(ResourceContext resourceContext,
String rawValue,
ControllerServiceLookup serviceLookup,
ParameterLookup parameterLookup,
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 © 2023 Apache NiFi Project. All rights reserved.