| Methods in org.pentaho.di.job.entry.validator with parameters of type ValidatorContext | 
static int | 
JobEntryValidatorUtils.getLevelOnFail(ValidatorContext context,
               String validatorName)
 
          Gets the levelOnFail type for given validatorName. | 
static void | 
FileExistsValidator.putFailIfDoesNotExist(ValidatorContext context,
                      boolean failIfDoesNotExist)
 
            | 
static void | 
FileDoesNotExistValidator.putFailIfExists(ValidatorContext context,
                boolean failIfExists)
 
            | 
static void | 
AndValidator.putValidators(ValidatorContext context,
              JobEntryValidator... validators)
 
          Uses varargs to conveniently add validators to the list of validators consumed by AndValidator. | 
static void | 
AbstractFileValidator.putVariableSpace(ValidatorContext context,
                 org.pentaho.di.core.variables.VariableSpace variableSpace)
 
            | 
 boolean | 
NotBlankValidator.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 | 
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 | 
NotNullValidator.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 | 
AndValidator.validate(org.pentaho.di.core.CheckResultSourceInterface source,
         String propertyName,
         List<org.pentaho.di.core.CheckResultInterface> remarks,
         ValidatorContext context)
 
            | 
 boolean | 
LongValidator.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)
 
            |