| 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(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 providing any FlowFile Attributes.
|
String |
AttributeExpression.evaluate(FlowFile flowFile,
AttributeValueDecorator decorator)
Evaluates the expression, providing access to the attributes, file size,
id, etc.
|
Copyright © 2016 Apache NiFi Project. All rights reserved.