Uses of Class
org.apache.nifi.components.PropertyDescriptor
Packages that use PropertyDescriptor
Package
Description
-
Uses of PropertyDescriptor in org.apache.nifi.components
Fields in org.apache.nifi.components declared as PropertyDescriptorModifier and TypeFieldDescriptionstatic final PropertyDescriptor
PropertyDescriptor.NULL_DESCRIPTOR
Methods in org.apache.nifi.components that return PropertyDescriptorModifier and TypeMethodDescriptionPropertyDescriptor.Builder.build()
final PropertyDescriptor
AbstractConfigurableComponent.getPropertyDescriptor
(String descriptorName) private PropertyDescriptor
AbstractConfigurableComponent.getPropertyDescriptor
(PropertyDescriptor specDescriptor) ConfigurableComponent.getPropertyDescriptor
(String name) protected PropertyDescriptor
AbstractConfigurableComponent.getSupportedDynamicPropertyDescriptor
(String propertyDescriptorName) Used to allow subclasses to determine what PropertyDescriptor if any to use when a property is requested for which a descriptor is not already registered.private PropertyDescriptor
AbstractConfigurableComponent.getSupportedPropertyDescriptor
(PropertyDescriptor specDescriptor) Methods in org.apache.nifi.components that return types with arguments of type PropertyDescriptorModifier and TypeMethodDescriptionValidationContext.getProperties()
final List
<PropertyDescriptor> AbstractConfigurableComponent.getPropertyDescriptors()
ConfigurableComponent.getPropertyDescriptors()
Returns aList
of allPropertyDescriptor
s that this component supports.protected List
<PropertyDescriptor> AbstractConfigurableComponent.getSupportedPropertyDescriptors()
Allows subclasses to register which property descriptor objects are supported.Methods in org.apache.nifi.components with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionint
PropertyDescriptor.compareTo
(PropertyDescriptor o) PropertyDescriptor.Builder.dependsOn
(PropertyDescriptor property, String firstDependentValue, String... additionalDependentValues) Establishes a relationship between this Property and the given property by declaring that this Property is only relevant if the given Property has a value equal to one of the givenString
arguments.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.PropertyDescriptor.Builder.dependsOn
(PropertyDescriptor property, DescribedValue firstDependentValue, DescribedValue... additionalDependentValues) Establishes a relationship between this Property and the given property by declaring that this Property is only relevant if the given Property has a value equal to one of the givenDescribedValue
arguments.PropertyDescriptor.Builder.fromPropertyDescriptor
(PropertyDescriptor specDescriptor) private PropertyDescriptor
AbstractConfigurableComponent.getPropertyDescriptor
(PropertyDescriptor specDescriptor) private PropertyDescriptor
AbstractConfigurableComponent.getSupportedPropertyDescriptor
(PropertyDescriptor specDescriptor) boolean
ValidationContext.isDependencySatisfied
(PropertyDescriptor propertyDescriptor, Function<String, PropertyDescriptor> propertyDescriptorLookup) Determines whether or not the dependencies of the given Property Descriptor are satisfied.void
AbstractConfigurableComponent.onPropertyModified
(PropertyDescriptor descriptor, String oldValue, String newValue) Hook method allowing subclasses to eagerly react to a configuration change for the given property descriptor.void
ConfigurableComponent.onPropertyModified
(PropertyDescriptor descriptor, String oldValue, String newValue) Hook method allowing subclasses to eagerly react to a configuration change for the given property descriptor.private void
AbstractConfigurableComponent.validateDependencies
(PropertyDescriptor descriptor, ValidationContext context, Collection<ValidationResult> results) Method parameters in org.apache.nifi.components with type arguments of type PropertyDescriptorModifier and TypeMethodDescriptionboolean
ValidationContext.isDependencySatisfied
(PropertyDescriptor propertyDescriptor, Function<String, PropertyDescriptor> propertyDescriptorLookup) Determines whether or not the dependencies of the given Property Descriptor are satisfied. -
Uses of PropertyDescriptor in org.apache.nifi.components.resource
Fields in org.apache.nifi.components.resource declared as PropertyDescriptorModifier and TypeFieldDescriptionprivate final PropertyDescriptor
StandardResourceContext.propertyDescriptor
Methods in org.apache.nifi.components.resource that return PropertyDescriptorModifier and TypeMethodDescriptionResourceContext.getPropertyDescriptor()
StandardResourceContext.getPropertyDescriptor()
Constructors in org.apache.nifi.components.resource with parameters of type PropertyDescriptorModifierConstructorDescriptionStandardResourceContext
(ResourceReferenceFactory resourceReferenceFactory, PropertyDescriptor propertyDescriptor) -
Uses of PropertyDescriptor in org.apache.nifi.context
Methods in org.apache.nifi.context with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionPropertyContext.getProperty
(PropertyDescriptor descriptor) Retrieves the current value set for the given descriptor, if a value is set - else uses the descriptor to determine the appropriate default value -
Uses of PropertyDescriptor in org.apache.nifi.controller
Methods in org.apache.nifi.controller that return types with arguments of type PropertyDescriptorMethods in org.apache.nifi.controller with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionprotected PropertyValue
AbstractControllerService.getProperty
(PropertyDescriptor descriptor) -
Uses of PropertyDescriptor in org.apache.nifi.documentation
Method parameters in org.apache.nifi.documentation with type arguments of type PropertyDescriptorModifier and TypeMethodDescriptionprotected abstract void
AbstractDocumentationWriter.writeProperties
(List<PropertyDescriptor> properties, Map<String, ServiceAPI> propertyServices) -
Uses of PropertyDescriptor in org.apache.nifi.documentation.xml
Methods in org.apache.nifi.documentation.xml with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionprivate void
XmlDocumentationWriter.writeDependencies
(PropertyDescriptor propertyDescriptor) private void
XmlDocumentationWriter.writeProperty
(PropertyDescriptor property, Map<String, ServiceAPI> propertyServices) Method parameters in org.apache.nifi.documentation.xml with type arguments of type PropertyDescriptorModifier and TypeMethodDescriptionprotected void
XmlDocumentationWriter.writeProperties
(List<PropertyDescriptor> properties, Map<String, ServiceAPI> propertyServices) -
Uses of PropertyDescriptor in org.apache.nifi.flowanalysis
Methods in org.apache.nifi.flowanalysis that return types with arguments of type PropertyDescriptor -
Uses of PropertyDescriptor in org.apache.nifi.migration
Methods in org.apache.nifi.migration with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionPropertyConfiguration.getPropertyValue
(PropertyDescriptor descriptor) Returns an optional value representing the value of the property identified by the given descriptorPropertyConfiguration.getRawPropertyValue
(PropertyDescriptor descriptor) Returns an optional value representing the "raw" value of the property identified by the given descriptor.default boolean
PropertyConfiguration.hasProperty
(PropertyDescriptor descriptor) Determines whether or not the configuration has an entry for the given property.default boolean
PropertyConfiguration.isPropertySet
(PropertyDescriptor descriptor) Indicates whether or not the property identified by the given descriptor name has been set to a non-null valuedefault void
PropertyConfiguration.setProperty
(PropertyDescriptor descriptor, String propertyValue) Sets the value of the property identified by the given descriptor's name to the given value -
Uses of PropertyDescriptor in org.apache.nifi.processor
Methods in org.apache.nifi.processor that return types with arguments of type PropertyDescriptorMethods in org.apache.nifi.processor with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionboolean
ProcessContext.isExpressionLanguagePresent
(PropertyDescriptor property) -
Uses of PropertyDescriptor in org.apache.nifi.reporting
Methods in org.apache.nifi.reporting that return types with arguments of type PropertyDescriptor -
Uses of PropertyDescriptor in org.apache.nifi.search
Methods in org.apache.nifi.search that return types with arguments of type PropertyDescriptorMethods in org.apache.nifi.search with parameters of type PropertyDescriptor