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 class
AbstractFileValidator
class
AndValidator
Boolean ANDs the results of all validators.class
EmailValidator
class
FileDoesNotExistValidator
Fails if a field's value is a filename and the file does not exist.class
FileExistsValidator
Fails if a field's value is a filename and the file does not exist.class
IntegerValidator
Fails if a field's value is not an integer.class
LongValidator
class
NotBlankValidator
Fails if the field's value is eithernull
, an empty string, or a string containing only whitespace.class
NotNullValidator
Fails 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 ValidatorContext
AndValidator. putValidators(JobEntryValidator... validators)
Uses varargs to conveniently add validators to the list of validators consumed byAndValidator
.static void
AndValidator. putValidators(ValidatorContext context, JobEntryValidator... validators)
Uses varargs to conveniently add validators to the list of validators consumed byAndValidator
.
-