Package | Description |
---|---|
org.apache.nifi.components | |
org.apache.nifi.context | |
org.apache.nifi.controller | |
org.apache.nifi.processor | |
org.apache.nifi.search |
Modifier and Type | Method and Description |
---|---|
PropertyValue |
PropertyValue.evaluateAttributeExpressions()
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(AttributeValueDecorator decorator)
Replaces values in the Property Value using the NiFi Expression Language.
|
PropertyValue |
PropertyValue.evaluateAttributeExpressions(FlowFile flowFile)
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,
AttributeValueDecorator decorator)
Replaces values in the Property Value using the NiFi Expression Language.
|
PropertyValue |
PropertyValue.evaluateAttributeExpressions(FlowFile flowFile,
Map<String,String> additionalAttributes)
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)
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)
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.
|
PropertyValue |
ValidationContext.newPropertyValue(String value) |
Modifier and Type | Method and Description |
---|---|
PropertyValue |
PropertyContext.getProperty(PropertyDescriptor descriptor)
Retrieves the current value set for the given descriptor, if a value is
set - else uses the descriptor to determine the appropriate default value
|
Modifier and Type | Method and Description |
---|---|
protected PropertyValue |
AbstractControllerService.getProperty(PropertyDescriptor descriptor) |
Modifier and Type | Method and Description |
---|---|
PropertyValue |
ProcessContext.getProperty(String propertyName)
Retrieves the current value set for the given descriptor, if a value is
set - else uses the descriptor to determine the appropriate default value
|
PropertyValue |
ProcessContext.newPropertyValue(String rawValue)
Creates and returns a
PropertyValue object that can be used for
evaluating the value of the given String |
Modifier and Type | Method and Description |
---|---|
PropertyValue |
SearchContext.getProperty(PropertyDescriptor property) |
Copyright © 2023 Apache NiFi Project. All rights reserved.