Uses of Interface
org.apache.nifi.attribute.expression.language.PreparedQuery
Packages that use PreparedQuery
-
Uses of PreparedQuery in org.apache.nifi.attribute.expression.language
Classes in org.apache.nifi.attribute.expression.language that implement PreparedQueryModifier and TypeClassDescriptionclass
class
An implementation of PreparedQuery that throws anAttributeExpressionLanguageException
when attempting to evaluate the query.class
Fields in org.apache.nifi.attribute.expression.language declared as PreparedQueryMethods in org.apache.nifi.attribute.expression.language that return PreparedQueryModifier and TypeMethodDescriptionstatic PreparedQuery
private static PreparedQuery
static PreparedQuery
Query.prepareWithParametersPreEvaluated
(String query) Constructors in org.apache.nifi.attribute.expression.language with parameters of type PreparedQueryModifierConstructorDescriptionStandardPropertyValue
(org.apache.nifi.components.resource.ResourceContext resourceContext, String rawValue, org.apache.nifi.controller.ControllerServiceLookup serviceLookup, ParameterLookup parameterLookup, PreparedQuery preparedQuery) Constructs a new StandardPropertyValue with the given value invalid input: '&' service lookup and indicates whether or not the rawValue contains any NiFi Expressions.