|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JobEntryValidator | |
---|---|
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 | |
---|---|
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 either null , an empty string, or a string containing only whitespace. |
class |
NotNullValidator
Fails if a field's value is null . |
Methods in org.pentaho.di.job.entry.validator with parameters of type JobEntryValidator | |
---|---|
static ValidatorContext |
AndValidator.putValidators(JobEntryValidator... validators)
Uses varargs to conveniently add validators to the list of validators consumed by AndValidator . |
static void |
AndValidator.putValidators(ValidatorContext context,
JobEntryValidator... validators)
Uses varargs to conveniently add validators to the list of validators consumed by AndValidator . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |