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 PropertyDescriptorPropertyDescriptor.NULL_DESCRIPTORMethods in org.apache.nifi.components that return PropertyDescriptorModifier and TypeMethodDescriptionPropertyDescriptor.Builder.build()final PropertyDescriptorAbstractConfigurableComponent.getPropertyDescriptor(String descriptorName) ConfigurableComponent.getPropertyDescriptor(String name) protected PropertyDescriptorAbstractConfigurableComponent.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.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 aListof allPropertyDescriptors 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 TypeMethodDescriptionintPropertyDescriptor.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 givenStringarguments.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 givenDescribedValuearguments.PropertyDescriptor.Builder.fromPropertyDescriptor(PropertyDescriptor specDescriptor) default booleanValidationContext.isDependencySatisfied(PropertyDescriptor propertyDescriptor, Function<String, PropertyDescriptor> propertyDescriptorLookup) Determines whether or not the dependencies of the given Property Descriptor are satisfied.voidAbstractConfigurableComponent.onPropertyModified(PropertyDescriptor descriptor, String oldValue, String newValue) Hook method allowing subclasses to eagerly react to a configuration change for the given property descriptor.voidConfigurableComponent.onPropertyModified(PropertyDescriptor descriptor, String oldValue, String newValue) Hook method allowing subclasses to eagerly react to a configuration change for the given property descriptor.Method parameters in org.apache.nifi.components with type arguments of type PropertyDescriptorModifier and TypeMethodDescriptiondefault booleanValidationContext.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
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 PropertyValueAbstractControllerService.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 voidAbstractDocumentationWriter.writeProperties(List<PropertyDescriptor> properties, Map<String, ServiceAPI> propertyServices) -
Uses of PropertyDescriptor in org.apache.nifi.documentation.xml
Method parameters in org.apache.nifi.documentation.xml with type arguments of type PropertyDescriptorModifier and TypeMethodDescriptionprotected voidXmlDocumentationWriter.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 booleanPropertyConfiguration.hasProperty(PropertyDescriptor descriptor) Determines whether or not the configuration has an entry for the given property.default booleanPropertyConfiguration.isPropertySet(PropertyDescriptor descriptor) Indicates whether or not the property identified by the given descriptor name has been set to a non-null valuedefault voidPropertyConfiguration.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 TypeMethodDescriptionbooleanProcessContext.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