Uses of Interface
org.pentaho.di.imp.rule.ImportRuleInterface

Packages that use ImportRuleInterface
org.pentaho.di.imp   
org.pentaho.di.imp.rule   
org.pentaho.di.imp.rules   
 

Uses of ImportRuleInterface in org.pentaho.di.imp
 

Methods in org.pentaho.di.imp that return types with arguments of type ImportRuleInterface
 List<ImportRuleInterface> ImportRules.getRules()
           
 

Method parameters in org.pentaho.di.imp with type arguments of type ImportRuleInterface
 void ImportRules.setRules(List<ImportRuleInterface> rules)
           
 

Uses of ImportRuleInterface in org.pentaho.di.imp.rule
 

Methods in org.pentaho.di.imp.rule that return ImportRuleInterface
 ImportRuleInterface ImportRuleInterface.clone()
           
 ImportRuleInterface ImportValidationFeedback.getImportRule()
           
 

Methods in org.pentaho.di.imp.rule with parameters of type ImportRuleInterface
 void ImportValidationFeedback.setImportRule(ImportRuleInterface importRule)
           
 

Constructors in org.pentaho.di.imp.rule with parameters of type ImportRuleInterface
ImportValidationFeedback(ImportRuleInterface importRule, ImportValidationResultType resultType, String comment)
           
 

Uses of ImportRuleInterface in org.pentaho.di.imp.rules
 

Classes in org.pentaho.di.imp.rules that implement ImportRuleInterface
 class BaseImportRule
           
 class DatabaseConfigurationImportRule
           
 class JobHasANoteImportRule
           
 class JobHasDescriptionImportRule
           
 class JobHasJobLogConfiguredImportRule
          This rule verifies that a job contains a certain job log table configuration.
 class JobHasNoDisabledHopsImportRule
           
 class TransformationHasANoteImportRule
           
 class TransformationHasDescriptionImportRule
           
 class TransformationHasNoDisabledHopsImportRule
           
 class TransformationHasTransLogConfiguredImportRule
          This rule verifies that a transformation contains a certain transformation log table configuration.
 

Methods in org.pentaho.di.imp.rules that return ImportRuleInterface
 ImportRuleInterface BaseImportRule.clone()
           
 ImportRuleInterface DatabaseConfigurationImportRule.clone()