Package | Description |
---|---|
org.apache.nifi.components | |
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 Attribute 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 Attribute Expression
Language.
|
PropertyValue |
PropertyValue.evaluateAttributeExpressions(FlowFile flowFile)
Replaces values in the Property Value using the Attribute 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 Attribute Expression
Language.
|
PropertyValue |
ValidationContext.getProperty(PropertyDescriptor property) |
PropertyValue |
ValidationContext.newPropertyValue(String value) |
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 © 2015 Apache NiFi Project. All rights reserved.