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 ExpressionLanguageScopePropertyDescriptor.Builder.expressionLanguageScopeprivate final ExpressionLanguageScopePropertyDescriptor.expressionLanguageScopeindicates whether or nor this property will evaluate expression language against the flow file attributesprivate final ExpressionLanguageScopePropertyDescriptor.ResourceDefinitionValidator.expressionLanguageScopeMethods 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 ExpressionLanguageScopeReturns 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.