Uses of Interface
org.apache.hop.workflow.action.validator.IActionValidator
-
Packages that use IActionValidator Package Description org.apache.hop.workflow.action.validator -
-
Uses of IActionValidator in org.apache.hop.workflow.action.validator
Classes in org.apache.hop.workflow.action.validator that implement IActionValidator Modifier and Type Class Description classAbstractFileValidatorclassAndValidatorBoolean ANDs the results of all validators.classEmailValidatorclassFileDoesNotExistValidatorFails if a field's value is a filename and the file does not exist.classFileExistsValidatorFails if a field's value is a filename and the file does not exist.classIntegerValidatorFails if a field's value is not an integer.classLongValidatorclassNotBlankValidatorFails if the field's value is eithernull, an empty string, or a string containing only whitespace.classNotNullValidatorFails if a field's value isnull.Methods in org.apache.hop.workflow.action.validator with parameters of type IActionValidator Modifier and Type Method Description static ValidatorContextAndValidator. putValidators(IActionValidator... validators)Uses varargs to conveniently add validators to the list of validators consumed byAndValidator.static voidAndValidator. putValidators(ValidatorContext context, IActionValidator... validators)Uses varargs to conveniently add validators to the list of validators consumed byAndValidator.
-