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:
ConfigurableComponent,ParameterValueProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Collection<ValidationResult> customValidate(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
- Overrides:
customValidatein classAbstractConfigurableComponent
-
getParameterValue
-
isParameterDefined
-