-
Uses varargs to conveniently add validators to the list of validators consumed by AndValidator
.
AbstractFileValidator.putVariableSpace(org.pentaho.di.core.variables.VariableSpace variableSpace)
protected boolean
protected boolean
static int
Gets the levelOnFail
type for given validatorName
.
protected org.pentaho.di.core.variables.VariableSpace
static void
static void
static void
Uses varargs to conveniently add validators to the list of validators consumed by AndValidator
.
static void
boolean
AndValidator.validate(org.pentaho.di.core.CheckResultSourceInterface source,
String propertyName,
List<org.pentaho.di.core.CheckResultInterface> remarks,
ValidatorContext context)
boolean
EmailValidator.validate(org.pentaho.di.core.CheckResultSourceInterface source,
String propertyName,
List<org.pentaho.di.core.CheckResultInterface> remarks,
ValidatorContext context)
boolean
FileDoesNotExistValidator.validate(org.pentaho.di.core.CheckResultSourceInterface source,
String propertyName,
List<org.pentaho.di.core.CheckResultInterface> remarks,
ValidatorContext context)
boolean
FileExistsValidator.validate(org.pentaho.di.core.CheckResultSourceInterface source,
String propertyName,
List<org.pentaho.di.core.CheckResultInterface> remarks,
ValidatorContext context)
boolean
IntegerValidator.validate(org.pentaho.di.core.CheckResultSourceInterface source,
String propertyName,
List<org.pentaho.di.core.CheckResultInterface> remarks,
ValidatorContext context)
boolean
JobEntryValidator.validate(org.pentaho.di.core.CheckResultSourceInterface source,
String propertyName,
List<org.pentaho.di.core.CheckResultInterface> remarks,
ValidatorContext context)
Using reflection, the validator fetches the field named propertyName
from the bean source
and runs the validation putting any messages into remarks
.
boolean
LongValidator.validate(org.pentaho.di.core.CheckResultSourceInterface source,
String propertyName,
List<org.pentaho.di.core.CheckResultInterface> remarks,
ValidatorContext context)
boolean
NotBlankValidator.validate(org.pentaho.di.core.CheckResultSourceInterface source,
String propertyName,
List<org.pentaho.di.core.CheckResultInterface> remarks,
ValidatorContext context)
boolean
NotNullValidator.validate(org.pentaho.di.core.CheckResultSourceInterface source,
String propertyName,
List<org.pentaho.di.core.CheckResultInterface> remarks,
ValidatorContext context)