public interface ParameterLookup
| Modifier and Type | Field and Description |
|---|---|
static ParameterLookup |
EMPTY |
| Modifier and Type | Method and Description |
|---|---|
Optional<Parameter> |
getParameter(String parameterName)
Returns the Parameter with the given name, considering the base and all inherited ParameterContexts.
|
long |
getVersion()
Indicates the current Version of the Parameter Context.
|
boolean |
isEmpty()
Returns false if any Parameters are available, true if no Parameters have been defined in this or any
inherited ParameterContexts.
|
static final ParameterLookup EMPTY
Optional<Parameter> getParameter(String parameterName)
parameterName - the name of the Parameterboolean isEmpty()
long getVersion()
Copyright © 2023 Apache NiFi Project. All rights reserved.