Uses of Interface
org.pentaho.di.job.entry.validator.JobEntryValidator
-
Packages that use JobEntryValidator Package Description org.pentaho.di.job.entry.validator -
-
Uses of JobEntryValidator in org.pentaho.di.job.entry.validator
Classes in org.pentaho.di.job.entry.validator that implement JobEntryValidator 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.pentaho.di.job.entry.validator with parameters of type JobEntryValidator Modifier and Type Method Description static ValidatorContextAndValidator. putValidators(JobEntryValidator... validators)Uses varargs to conveniently add validators to the list of validators consumed byAndValidator.static voidAndValidator. putValidators(ValidatorContext context, JobEntryValidator... validators)Uses varargs to conveniently add validators to the list of validators consumed byAndValidator.
-