| Package | Description |
|---|---|
| org.apache.nifi.attribute.expression.language |
| Modifier and Type | Class and Description |
|---|---|
class |
NamedVariableImpact |
class |
NoVariablesImpacted |
| Modifier and Type | Field and Description |
|---|---|
static VariableImpact |
VariableImpact.ALWAYS_IMPACTED |
static VariableImpact |
VariableImpact.NEVER_IMPACTED |
private VariableImpact |
StandardPreparedQuery.variableImpact |
| Modifier and Type | Method and Description |
|---|---|
VariableImpact |
EmptyPreparedQuery.getVariableImpact() |
VariableImpact |
InvalidPreparedQuery.getVariableImpact() |
VariableImpact |
PreparedQuery.getVariableImpact()
Returns a
VariableImpact that can be used to determine whether or not a given
variable impacts this Expression. |
VariableImpact |
StandardPreparedQuery.getVariableImpact() |
Copyright © 2023 Apache NiFi Project. All rights reserved.