| Package | Description |
|---|---|
| org.apache.nifi.components | |
| org.apache.nifi.expression |
| Modifier and Type | Method and Description |
|---|---|
PropertyValue |
PropertyValue.evaluateAttributeExpressions(AttributeValueDecorator decorator)
Replaces values in the Property Value using the NiFi Expression Language.
|
PropertyValue |
PropertyValue.evaluateAttributeExpressions(FlowFile flowFile,
AttributeValueDecorator decorator)
Replaces values in the Property Value using the NiFi Expression Language.
|
PropertyValue |
PropertyValue.evaluateAttributeExpressions(FlowFile flowFile,
Map<String,String> additionalAttributes,
AttributeValueDecorator decorator)
Replaces values in the Property Value using the NiFi Expression Language;
a PropertyValue with the new value is then returned, supporting call
chaining.
|
PropertyValue |
PropertyValue.evaluateAttributeExpressions(FlowFile flowFile,
Map<String,String> additionalAttributes,
AttributeValueDecorator decorator,
Map<String,String> stateValues)
Replaces values in the Property Value using the NiFi Expression
Language; a PropertyValue with the new value is then returned, supporting
call chaining.
|
PropertyValue |
PropertyValue.evaluateAttributeExpressions(Map<String,String> attributes,
AttributeValueDecorator decorator)
Replaces values in the Property Value using the NiFi Expression Language.
|
| Modifier and Type | Method and Description |
|---|---|
String |
AttributeExpression.evaluate(AttributeValueDecorator decorator)
Evaluates the expression without additional attributes but enables the
expression result to be decorated before returning.
|
String |
AttributeExpression.evaluate(FlowFile flowFile,
AttributeValueDecorator decorator)
Evaluates the expression providing access to additional variables
including the flow file properties such as file size, identifier, etc..
|
Copyright © 2022 Apache NiFi Project. All rights reserved.