Package | Description |
---|---|
org.apache.nifi.components | |
org.apache.nifi.controller | |
org.apache.nifi.expression | |
org.apache.nifi.processor | |
org.apache.nifi.processor.exception |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Triggerable.onTrigger(ProcessContext context,
ProcessSessionFactory sessionFactory)
The method called when this processor is triggered to operate by the
controller.
|
Modifier and Type | Method and Description |
---|---|
String |
AttributeExpression.evaluate() |
String |
AttributeExpression.evaluate(AttributeValueDecorator decorator)
Evaluates the expression without providing any FlowFile Attributes.
|
String |
AttributeExpression.evaluate(FlowFile flowFile)
Evaluates the expression, providing access to the attributes, file size,
id, etc.
|
String |
AttributeExpression.evaluate(FlowFile flowFile,
AttributeValueDecorator decorator)
Evaluates the expression, providing access to the attributes, file size,
id, etc.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractProcessor.onTrigger(ProcessContext context,
ProcessSession session) |
void |
Processor.onTrigger(ProcessContext context,
ProcessSessionFactory sessionFactory)
The method called when this processor is triggered to operate by the
controller.
|
void |
AbstractProcessor.onTrigger(ProcessContext context,
ProcessSessionFactory sessionFactory) |
Modifier and Type | Class and Description |
---|---|
class |
FlowFileHandlingException
Thrown when a flow file is referenced that is not part of the appropriate
session or is not properly accounted for by a transfer or removal within a
session.
|
Copyright © 2016 Apache NiFi Project. All rights reserved.