Uses of Class
org.pentaho.di.imp.rule.ImportValidationFeedback
Packages that use ImportValidationFeedback
Package
Description
-
Uses of ImportValidationFeedback in org.pentaho.di.imp
Methods in org.pentaho.di.imp that return types with arguments of type ImportValidationFeedback -
Uses of ImportValidationFeedback in org.pentaho.di.imp.rule
Methods in org.pentaho.di.imp.rule that return types with arguments of type ImportValidationFeedbackModifier and TypeMethodDescriptionstatic List<ImportValidationFeedback>
ImportValidationFeedback.getErrors
(List<ImportValidationFeedback> feedback) 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 ImportValidationFeedbackModifier and TypeMethodDescriptionstatic 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 ImportValidationFeedbackModifier and TypeMethodDescriptionabstract List<ImportValidationFeedback>
BaseImportRule.verifyRule
(Object subject) DatabaseConfigurationImportRule.verifyRule
(Object subject) JobHasANoteImportRule.verifyRule
(Object subject) JobHasDescriptionImportRule.verifyRule
(Object subject) JobHasJobLogConfiguredImportRule.verifyRule
(Object subject) JobHasNoDisabledHopsImportRule.verifyRule
(Object subject) TransformationHasANoteImportRule.verifyRule
(Object subject) TransformationHasDescriptionImportRule.verifyRule
(Object subject) TransformationHasNoDisabledHopsImportRule.verifyRule
(Object subject) 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 ImportValidationFeedbackMethod parameters in org.pentaho.di.repository with type arguments of type ImportValidationFeedbackModifier and TypeMethodDescriptionvoid
ExportFeedback.setResult
(List<ImportValidationFeedback> result)