Class ParameterValueProviderWithProperties

java.lang.Object
org.apache.nifi.components.AbstractConfigurableComponent
org.apache.nifi.stateless.parameter.AbstractParameterValueProvider
org.apache.nifi.stateless.parameters.ParameterValueProviderWithProperties
All Implemented Interfaces:
org.apache.nifi.components.ConfigurableComponent, ParameterValueProvider

public class ParameterValueProviderWithProperties extends AbstractParameterValueProvider
  • Field Details

    • REQUIRED_PARAMETER

      static final org.apache.nifi.components.PropertyDescriptor REQUIRED_PARAMETER
    • OPTIONAL_PARAMETER

      static final org.apache.nifi.components.PropertyDescriptor OPTIONAL_PARAMETER
  • Constructor Details

    • ParameterValueProviderWithProperties

      public ParameterValueProviderWithProperties()
  • Method Details

    • getSupportedPropertyDescriptors

      protected List<org.apache.nifi.components.PropertyDescriptor> getSupportedPropertyDescriptors()
      Overrides:
      getSupportedPropertyDescriptors in class org.apache.nifi.components.AbstractConfigurableComponent
    • getParameterValue

      public String getParameterValue(String contextName, String parameterName)
    • isParameterDefined

      public boolean isParameterDefined(String contextName, String parameterName)