| Package | Description |
|---|---|
| org.apache.nifi.parameter |
| Modifier and Type | Field and Description |
|---|---|
private Map<String,ParameterSensitivity> |
ParameterGroupConfiguration.parameterSensitivities |
| Modifier and Type | Method and Description |
|---|---|
static ParameterSensitivity |
ParameterSensitivity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterSensitivity[] |
ParameterSensitivity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ParameterSensitivity> |
ParameterGroupConfiguration.getParameterSensitivities() |
| Constructor and Description |
|---|
ParameterGroupConfiguration(String groupName,
String parameterContextName,
Map<String,ParameterSensitivity> parameterSensitivities,
Boolean isSynchronized)
Creates a named group of parameter names.
|
Copyright © 2023 Apache NiFi Project. All rights reserved.