Uses of Interface
org.apache.nifi.attribute.expression.language.Expression
Packages that use Expression
-
Uses of Expression in org.apache.nifi.attribute.expression.language
Classes in org.apache.nifi.attribute.expression.language that implement ExpressionModifier and TypeClassDescriptionclass
class
class
Fields in org.apache.nifi.attribute.expression.language with type parameters of type ExpressionModifier and TypeFieldDescriptionprivate final List
<Expression> StandardPreparedQuery.expressions
Methods in org.apache.nifi.attribute.expression.language that return types with arguments of type ExpressionModifier and TypeMethodDescriptionEmptyPreparedQuery.getExpressions()
InvalidPreparedQuery.getExpressions()
PreparedQuery.getExpressions()
StandardPreparedQuery.getExpressions()
Method parameters in org.apache.nifi.attribute.expression.language with type arguments of type ExpressionModifier and TypeMethodDescriptionprivate static void
Query.addLiteralsAndParameters
(ParameterParser parser, String input, List<Expression> expressions, boolean allowSensitiveParameterReference) Constructor parameters in org.apache.nifi.attribute.expression.language with type arguments of type Expression