Package | Description |
---|---|
org.apache.nifi.components | |
org.apache.nifi.expression |
Modifier and Type | Field and Description |
---|---|
private ExpressionLanguageScope |
PropertyDescriptor.expressionLanguageScope
indicates whether or nor this property will evaluate expression language
against the flow file attributes
|
private ExpressionLanguageScope |
PropertyDescriptor.Builder.expressionLanguageScope |
private ExpressionLanguageScope |
PropertyDescriptor.ResourceDefinitionValidator.expressionLanguageScope |
Modifier and Type | Method and Description |
---|---|
ExpressionLanguageScope |
PropertyDescriptor.getExpressionLanguageScope() |
Modifier and Type | Method and Description |
---|---|
PropertyDescriptor.Builder |
PropertyDescriptor.Builder.expressionLanguageSupported(ExpressionLanguageScope expressionLanguageScope)
Sets the scope of the expression language evaluation
|
Constructor and Description |
---|
ResourceDefinitionValidator(ResourceDefinition resourceDefinition,
ExpressionLanguageScope expressionLanguageScope) |
Modifier and Type | Method and Description |
---|---|
static ExpressionLanguageScope |
ExpressionLanguageScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExpressionLanguageScope[] |
ExpressionLanguageScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022 Apache NiFi Project. All rights reserved.