Uses of Interface
org.apache.nifi.expression.AttributeValueDecorator
Packages that use AttributeValueDecorator
-
Uses of AttributeValueDecorator in org.apache.nifi.components
Methods in org.apache.nifi.components with parameters of type AttributeValueDecoratorModifier and TypeMethodDescriptionPropertyValue.evaluateAttributeExpressions(Map<String, String> attributes, AttributeValueDecorator decorator) Replaces values in the Property Value using the NiFi Expression Language.PropertyValue.evaluateAttributeExpressions(AttributeValueDecorator decorator) Replaces values in the Property Value using the NiFi Expression Language.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.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.evaluateAttributeExpressions(FlowFile flowFile, AttributeValueDecorator decorator) Replaces values in the Property Value using the NiFi Expression Language. -
Uses of AttributeValueDecorator in org.apache.nifi.expression
Methods in org.apache.nifi.expression with parameters of type AttributeValueDecoratorModifier and TypeMethodDescriptionAttributeExpression.evaluate(AttributeValueDecorator decorator) Evaluates the expression without additional attributes but enables the expression result to be decorated before returning.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..