Package | Description |
---|---|
org.apache.nifi.components |
Modifier and Type | Method and Description |
---|---|
ValidationContext |
ValidationContext.getControllerServiceValidationContext(ControllerService controllerService) |
Modifier and Type | Method and Description |
---|---|
protected Collection<ValidationResult> |
AbstractConfigurableComponent.customValidate(ValidationContext validationContext)
Allows subclasses to perform their own validation on the already set
properties.
|
private boolean |
PropertyDescriptor.isDependentServiceEnableable(ValidationContext context,
String serviceId)
Will validate if the dependent service (service identified with the
'serviceId') is 'enableable' which means that the dependent service is
either in ENABLING or ENABLED state.
|
ValidationResult |
Validator.validate(String subject,
String input,
ValidationContext context) |
ValidationResult |
PropertyDescriptor.ConstrainedSetValidator.validate(String subject,
String input,
ValidationContext context) |
ValidationResult |
PropertyDescriptor.validate(String input,
ValidationContext context)
Validates the given input against this property descriptor's validator.
|
Collection<ValidationResult> |
ConfigurableComponent.validate(ValidationContext context)
Validates a set of properties, returning ValidationResults for any
invalid properties.
|
Collection<ValidationResult> |
AbstractConfigurableComponent.validate(ValidationContext context) |
Copyright © 2017 Apache NiFi Project. All rights reserved.