Uses of Class
org.pentaho.di.imp.rule.ImportValidationFeedback
-
Packages that use ImportValidationFeedback Package Description org.pentaho.di.imp org.pentaho.di.imp.rule org.pentaho.di.imp.rules org.pentaho.di.repository -
-
Uses of ImportValidationFeedback in org.pentaho.di.imp
Methods in org.pentaho.di.imp that return types with arguments of type ImportValidationFeedback Modifier and Type Method Description List<ImportValidationFeedback>
ImportRules. verifyRules(Object subject)
-
Uses of ImportValidationFeedback in org.pentaho.di.imp.rule
Methods in org.pentaho.di.imp.rule that return types with arguments of type ImportValidationFeedback Modifier and Type Method Description static List<ImportValidationFeedback>
ImportValidationFeedback. getErrors(List<ImportValidationFeedback> feedback)
List<ImportValidationFeedback>
ImportRuleInterface. verifyRule(Object subject)
Validate the rule against a subject (transformation, job, database, ...)Method parameters in org.pentaho.di.imp.rule with type arguments of type ImportValidationFeedback Modifier and Type Method Description static List<ImportValidationFeedback>
ImportValidationFeedback. getErrors(List<ImportValidationFeedback> feedback)
-
Uses of ImportValidationFeedback in org.pentaho.di.imp.rules
Methods in org.pentaho.di.imp.rules that return types with arguments of type ImportValidationFeedback Modifier and Type Method Description abstract List<ImportValidationFeedback>
BaseImportRule. verifyRule(Object subject)
List<ImportValidationFeedback>
DatabaseConfigurationImportRule. verifyRule(Object subject)
List<ImportValidationFeedback>
JobHasANoteImportRule. verifyRule(Object subject)
List<ImportValidationFeedback>
JobHasDescriptionImportRule. verifyRule(Object subject)
List<ImportValidationFeedback>
JobHasJobLogConfiguredImportRule. verifyRule(Object subject)
List<ImportValidationFeedback>
JobHasNoDisabledHopsImportRule. verifyRule(Object subject)
List<ImportValidationFeedback>
TransformationHasANoteImportRule. verifyRule(Object subject)
List<ImportValidationFeedback>
TransformationHasDescriptionImportRule. verifyRule(Object subject)
List<ImportValidationFeedback>
TransformationHasNoDisabledHopsImportRule. verifyRule(Object subject)
List<ImportValidationFeedback>
TransformationHasTransLogConfiguredImportRule. verifyRule(Object subject)
-
Uses of ImportValidationFeedback in org.pentaho.di.repository
Methods in org.pentaho.di.repository that return types with arguments of type ImportValidationFeedback Modifier and Type Method Description List<ImportValidationFeedback>
ExportFeedback. getResult()
Method parameters in org.pentaho.di.repository with type arguments of type ImportValidationFeedback Modifier and Type Method Description void
ExportFeedback. setResult(List<ImportValidationFeedback> result)
-