Uses of Class
org.pentaho.di.job.entry.validator.ValidatorContext
-
Packages that use ValidatorContext Package Description org.pentaho.di.job.entry.validator -
-
Uses of ValidatorContext in org.pentaho.di.job.entry.validator
Methods in org.pentaho.di.job.entry.validator that return ValidatorContext Modifier and Type Method Description ValidatorContextValidatorContext. put(String key, Object value)ValidatorContextValidatorContext. putAll(Map<String,Object> t)ValidatorContextValidatorContext. putAsList(String key, Object... value)static ValidatorContextFileExistsValidator. putFailIfDoesNotExist(boolean failIfDoesNotExist)static ValidatorContextFileDoesNotExistValidator. putFailIfExists(boolean failIfExists)static ValidatorContextAndValidator. putValidators(JobEntryValidator... validators)Uses varargs to conveniently add validators to the list of validators consumed byAndValidator.static ValidatorContextAbstractFileValidator. putVariableSpace(org.pentaho.di.core.variables.VariableSpace variableSpace)Methods in org.pentaho.di.job.entry.validator with parameters of type ValidatorContext Modifier and Type Method Description protected booleanFileExistsValidator. getFailIfDoesNotExist(org.pentaho.di.core.CheckResultSourceInterface source, String propertyName, List<org.pentaho.di.core.CheckResultInterface> remarks, ValidatorContext context)protected booleanFileDoesNotExistValidator. getFailIfExists(org.pentaho.di.core.CheckResultSourceInterface source, String propertyName, List<org.pentaho.di.core.CheckResultInterface> remarks, ValidatorContext context)static intJobEntryValidatorUtils. getLevelOnFail(ValidatorContext context, String validatorName)Gets thelevelOnFailtype for givenvalidatorName.protected org.pentaho.di.core.variables.VariableSpaceAbstractFileValidator. getVariableSpace(org.pentaho.di.core.CheckResultSourceInterface source, String propertyName, List<org.pentaho.di.core.CheckResultInterface> remarks, ValidatorContext context)static voidFileExistsValidator. putFailIfDoesNotExist(ValidatorContext context, boolean failIfDoesNotExist)static voidFileDoesNotExistValidator. putFailIfExists(ValidatorContext context, boolean failIfExists)static voidAndValidator. putValidators(ValidatorContext context, JobEntryValidator... validators)Uses varargs to conveniently add validators to the list of validators consumed byAndValidator.static voidAbstractFileValidator. putVariableSpace(ValidatorContext context, org.pentaho.di.core.variables.VariableSpace variableSpace)booleanAndValidator. validate(org.pentaho.di.core.CheckResultSourceInterface source, String propertyName, List<org.pentaho.di.core.CheckResultInterface> remarks, ValidatorContext context)booleanEmailValidator. validate(org.pentaho.di.core.CheckResultSourceInterface source, String propertyName, List<org.pentaho.di.core.CheckResultInterface> remarks, ValidatorContext context)booleanFileDoesNotExistValidator. validate(org.pentaho.di.core.CheckResultSourceInterface source, String propertyName, List<org.pentaho.di.core.CheckResultInterface> remarks, ValidatorContext context)booleanFileExistsValidator. validate(org.pentaho.di.core.CheckResultSourceInterface source, String propertyName, List<org.pentaho.di.core.CheckResultInterface> remarks, ValidatorContext context)booleanIntegerValidator. validate(org.pentaho.di.core.CheckResultSourceInterface source, String propertyName, List<org.pentaho.di.core.CheckResultInterface> remarks, ValidatorContext context)booleanJobEntryValidator. 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 namedpropertyNamefrom the beansourceand runs the validation putting any messages intoremarks.booleanLongValidator. validate(org.pentaho.di.core.CheckResultSourceInterface source, String propertyName, List<org.pentaho.di.core.CheckResultInterface> remarks, ValidatorContext context)booleanNotBlankValidator. validate(org.pentaho.di.core.CheckResultSourceInterface source, String propertyName, List<org.pentaho.di.core.CheckResultInterface> remarks, ValidatorContext context)booleanNotNullValidator. validate(org.pentaho.di.core.CheckResultSourceInterface source, String propertyName, List<org.pentaho.di.core.CheckResultInterface> remarks, ValidatorContext context)
-