Class InvalidParameterValueProvider
java.lang.Object
org.apache.nifi.components.AbstractConfigurableComponent
org.apache.nifi.stateless.parameter.AbstractParameterValueProvider
org.apache.nifi.stateless.parameters.InvalidParameterValueProvider
- All Implemented Interfaces:
org.apache.nifi.components.ConfigurableComponent,ParameterValueProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Collection<org.apache.nifi.components.ValidationResult> customValidate(org.apache.nifi.components.ValidationContext validationContext) getParameterValue(String contextName, String parameterName) 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
equals, getPropertyDescriptor, getPropertyDescriptors, getSupportedDynamicPropertyDescriptor, getSupportedPropertyDescriptors, 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
-
Constructor Details
-
InvalidParameterValueProvider
public InvalidParameterValueProvider()
-
-
Method Details
-
customValidate
protected Collection<org.apache.nifi.components.ValidationResult> customValidate(org.apache.nifi.components.ValidationContext validationContext) - Overrides:
customValidatein classorg.apache.nifi.components.AbstractConfigurableComponent
-
getParameterValue
-
isParameterDefined
-