Package | Description |
---|---|
org.apache.nifi.components | |
org.apache.nifi.components.state | |
org.apache.nifi.controller | |
org.apache.nifi.processor | |
org.apache.nifi.reporting | |
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(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.getProperty(PropertyDescriptor property) |
PropertyValue |
ValidationContext.newPropertyValue(String value) |
Modifier and Type | Method and Description |
---|---|
PropertyValue |
StateProviderInitializationContext.getProperty(PropertyDescriptor property)
Returns the configured value for the given property
|
Modifier and Type | Method and Description |
---|---|
Map<PropertyDescriptor,PropertyValue> |
StateProviderInitializationContext.getProperties() |
Modifier and Type | Method and Description |
---|---|
PropertyValue |
ConfigurationContext.getProperty(PropertyDescriptor property) |
protected PropertyValue |
AbstractControllerService.getProperty(PropertyDescriptor descriptor) |
Modifier and Type | Method and Description |
---|---|
PropertyValue |
ProcessContext.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
|
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 |
ReportingContext.getProperty(PropertyDescriptor propertyName) |
Modifier and Type | Method and Description |
---|---|
PropertyValue |
SearchContext.getProperty(PropertyDescriptor property) |
Copyright © 2016 Apache NiFi Project. All rights reserved.