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
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final org.apache.nifi.components.PropertyDescriptor(package private) static final org.apache.nifi.components.PropertyDescriptor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetParameterValue(String contextName, String parameterName) protected List<org.apache.nifi.components.PropertyDescriptor> booleanisParameterDefined(String contextName, String parameterName) Methods inherited from class org.apache.nifi.stateless.parameter.AbstractParameterValueProvider
getIdentifier, getPropertyContext, init, initializeMethods inherited from class org.apache.nifi.components.AbstractConfigurableComponent
customValidate, equals, getPropertyDescriptor, getPropertyDescriptors, getSupportedDynamicPropertyDescriptor, hashCode, onPropertyModified, toString, validateMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.nifi.components.ConfigurableComponent
getPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validate
-
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
- Overrides:
getSupportedPropertyDescriptorsin classorg.apache.nifi.components.AbstractConfigurableComponent
-
getParameterValue
-
isParameterDefined
-