Uses of Class
org.pentaho.di.trans.steps.validator.Validation

Packages that use Validation
org.pentaho.di.trans.steps.validator   
 

Uses of Validation in org.pentaho.di.trans.steps.validator
 

Methods in org.pentaho.di.trans.steps.validator that return Validation
 Validation Validation.clone()
           
static Validation Validation.findValidation(List<Validation> validations, String name)
          Find a validation by name in a list of validations
 Validation KettleValidatorException.getValidatorField()
           
 

Methods in org.pentaho.di.trans.steps.validator that return types with arguments of type Validation
 List<Validation> ValidatorMeta.getValidations()
           
 

Methods in org.pentaho.di.trans.steps.validator with parameters of type Validation
 boolean Validation.equals(Validation validation)
           
 void KettleValidatorException.setValidatorField(Validation validatorField)
           
 

Method parameters in org.pentaho.di.trans.steps.validator with type arguments of type Validation
static Validation Validation.findValidation(List<Validation> validations, String name)
          Find a validation by name in a list of validations
 void ValidatorMeta.setValidations(List<Validation> validations)
           
 

Constructors in org.pentaho.di.trans.steps.validator with parameters of type Validation
KettleValidatorException(Validator validator, Validation validatorField, int code, String message, String fieldname)
          Constructs a new Throwable with the specified detail message.