| Package | Description |
|---|---|
| org.apache.nifi.components | |
| org.apache.nifi.documentation.xml |
| Modifier and Type | Field and Description |
|---|---|
private List<AllowableValue> |
PropertyDescriptor.allowableValues
The allowable values for this property.
|
private List<AllowableValue> |
PropertyDescriptor.Builder.allowableValues |
| Modifier and Type | Method and Description |
|---|---|
List<AllowableValue> |
PropertyDescriptor.getAllowableValues() |
| Modifier and Type | Method and Description |
|---|---|
PropertyDescriptor.Builder |
PropertyDescriptor.Builder.allowableValues(AllowableValue... values)
Sets the Allowable Values for this Property
|
PropertyDescriptor.Builder |
PropertyDescriptor.Builder.dependsOn(PropertyDescriptor property,
AllowableValue... dependentValues)
Establishes a relationship between this Property and the given property by declaring that this Property is only relevant if the given Property has a non-null value.
|
| Constructor and Description |
|---|
ConstrainedSetValidator(Collection<AllowableValue> validValues)
Constructs a validator that will check if the given value is in the
given set.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
XmlDocumentationWriter.writeAllowableValue(AllowableValue allowableValue) |
Copyright © 2022 Apache NiFi Project. All rights reserved.