Uses of Class
org.apache.nifi.processor.exception.ProcessException
Packages that use ProcessException
Package
Description
-
Uses of ProcessException in org.apache.nifi.components
Methods in org.apache.nifi.components that throw ProcessExceptionModifier and TypeMethodDescriptionPropertyValue.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.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.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) 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) 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) 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 ProcessException in org.apache.nifi.expression
Methods in org.apache.nifi.expression that throw ProcessExceptionModifier and TypeMethodDescriptionAttributeExpression.evaluate()
AttributeExpression.evaluate
(AttributeValueDecorator decorator) Evaluates the expression without additional attributes but enables the expression result to be decorated before returning.Evaluates the expression providing access to additional variables including the flow file properties such as file size, identifier, etc..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.. -
Uses of ProcessException in org.apache.nifi.processor
Methods in org.apache.nifi.processor that throw ProcessExceptionModifier and TypeMethodDescriptionabstract void
AbstractProcessor.onTrigger
(ProcessContext context, ProcessSession session) final void
AbstractProcessor.onTrigger
(ProcessContext context, ProcessSessionFactory sessionFactory) void
Processor.onTrigger
(ProcessContext context, ProcessSessionFactory sessionFactory) The method called when this processor is triggered to operate by the controller. -
Uses of ProcessException in org.apache.nifi.processor.exception
Subclasses of ProcessException in org.apache.nifi.processor.exceptionModifier and TypeClassDescriptionclass
This Exception is thrown whenever a user terminates a Processor and the Processor subsequently attempts to call a method on aProcessSession
,ProcessSessionFactory
,ProcessContext
, or anInputStream
orOutputStream
that were generated from the associated Process Sessions