Class StandardAttributeExpression
java.lang.Object
org.apache.nifi.attribute.expression.language.StandardAttributeExpression
- All Implemented Interfaces:
org.apache.nifi.expression.AttributeExpression
public class StandardAttributeExpression
extends Object
implements org.apache.nifi.expression.AttributeExpression
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.nifi.expression.AttributeExpression
org.apache.nifi.expression.AttributeExpression.ResultType
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionevaluate()
evaluate
(org.apache.nifi.expression.AttributeValueDecorator decorator) evaluate
(org.apache.nifi.flowfile.FlowFile flowFile) evaluate
(org.apache.nifi.flowfile.FlowFile flowFile, org.apache.nifi.expression.AttributeValueDecorator decorator) org.apache.nifi.expression.AttributeExpression.ResultType
-
Field Details
-
query
-
parameterLookup
-
-
Constructor Details
-
StandardAttributeExpression
-
-
Method Details
-
getResultType
public org.apache.nifi.expression.AttributeExpression.ResultType getResultType()- Specified by:
getResultType
in interfaceorg.apache.nifi.expression.AttributeExpression
-
evaluate
- Specified by:
evaluate
in interfaceorg.apache.nifi.expression.AttributeExpression
- Throws:
org.apache.nifi.processor.exception.ProcessException
-
evaluate
public String evaluate(org.apache.nifi.expression.AttributeValueDecorator decorator) throws org.apache.nifi.processor.exception.ProcessException - Specified by:
evaluate
in interfaceorg.apache.nifi.expression.AttributeExpression
- Throws:
org.apache.nifi.processor.exception.ProcessException
-
evaluate
public String evaluate(org.apache.nifi.flowfile.FlowFile flowFile) throws org.apache.nifi.processor.exception.ProcessException - Specified by:
evaluate
in interfaceorg.apache.nifi.expression.AttributeExpression
- Throws:
org.apache.nifi.processor.exception.ProcessException
-
evaluate
public String evaluate(org.apache.nifi.flowfile.FlowFile flowFile, org.apache.nifi.expression.AttributeValueDecorator decorator) throws org.apache.nifi.processor.exception.ProcessException - Specified by:
evaluate
in interfaceorg.apache.nifi.expression.AttributeExpression
- Throws:
org.apache.nifi.processor.exception.ProcessException
-