Uses of Enum Class
org.apache.nifi.expression.ExpressionLanguageScope
Packages that use ExpressionLanguageScope
-
Uses of ExpressionLanguageScope in org.apache.nifi.components
Fields in org.apache.nifi.components declared as ExpressionLanguageScopeModifier and TypeFieldDescriptionprivate ExpressionLanguageScope
PropertyDescriptor.Builder.expressionLanguageScope
private final ExpressionLanguageScope
PropertyDescriptor.expressionLanguageScope
indicates whether or nor this property will evaluate expression language against the flow file attributesprivate final ExpressionLanguageScope
PropertyDescriptor.ResourceDefinitionValidator.expressionLanguageScope
Methods in org.apache.nifi.components that return ExpressionLanguageScopeMethods in org.apache.nifi.components with parameters of type ExpressionLanguageScopeModifier and TypeMethodDescriptionPropertyDescriptor.Builder.expressionLanguageSupported
(ExpressionLanguageScope expressionLanguageScope) Sets the scope of the expression language evaluationConstructors in org.apache.nifi.components with parameters of type ExpressionLanguageScopeModifierConstructorDescriptionResourceDefinitionValidator
(ResourceDefinition resourceDefinition, ExpressionLanguageScope expressionLanguageScope) -
Uses of ExpressionLanguageScope in org.apache.nifi.expression
Methods in org.apache.nifi.expression that return ExpressionLanguageScopeModifier and TypeMethodDescriptionstatic ExpressionLanguageScope
Returns the enum constant of this class with the specified name.static ExpressionLanguageScope[]
ExpressionLanguageScope.values()
Returns an array containing the constants of this enum class, in the order they are declared.