public interface EvaluationContext
Modifier and Type | Method and Description |
---|---|
EvaluatorState |
getEvaluatorState() |
Set<String> |
getExpressionKeys()
Returns the names of all attributes, variables, etc.
|
String |
getExpressionValue(String name)
Returns the name of an attribute, variable, environment variable, or system variable that can be referenced in the Expression Language
|
Parameter |
getParameter(String parameterName) |
String |
getState(String key) |
String getExpressionValue(String name)
name
- the name of the attribute, variable, etc.null
if no such value existsSet<String> getExpressionKeys()
EvaluatorState getEvaluatorState()
Copyright © 2019 Apache NiFi Project. All rights reserved.