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   
org.pentaho.di.ui.imp   
org.pentaho.di.ui.imp.rule   
org.pentaho.di.ui.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()
           
 

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

Methods in org.pentaho.di.ui.imp with parameters of type ImportRuleInterface
 ImportRuleCompositeInterface ImportRulesDialog.getImportRuleComposite(ImportRuleInterface rule)
           
 

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

Methods in org.pentaho.di.ui.imp.rule with parameters of type ImportRuleInterface
 Composite ImportRuleCompositeInterface.getComposite(Composite parent, ImportRuleInterface importRule)
          Get a composite with all controls on it that will allow a user to edit the import rule settings.
 void ImportRuleCompositeInterface.getCompositeData(ImportRuleInterface importRule)
          Get the data from the composite controls and set them in the import rule provided.
 void ImportRuleCompositeInterface.setCompositeData(ImportRuleInterface importRule)
          Set the import rule data onto the composite
 

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

Methods in org.pentaho.di.ui.imp.rules with parameters of type ImportRuleInterface
 Composite DatabaseConfigurationImportRuleComposite.getComposite(Composite parent, ImportRuleInterface importRule)
           
 Composite ParameterLessImportRuleComposite.getComposite(Composite parent, ImportRuleInterface importRule)
           
 Composite JobHasDescriptionImportRuleComposite.getComposite(Composite parent, ImportRuleInterface importRule)
           
 Composite TransformationHasTransLogConfiguredImportRuleComposite.getComposite(Composite parent, ImportRuleInterface importRule)
           
 Composite JobHasJobLogConfiguredImportRuleComposite.getComposite(Composite parent, ImportRuleInterface importRule)
           
 Composite TransformationHasDescriptionImportRuleComposite.getComposite(Composite parent, ImportRuleInterface importRule)
           
 void DatabaseConfigurationImportRuleComposite.getCompositeData(ImportRuleInterface importRule)
           
 void ParameterLessImportRuleComposite.getCompositeData(ImportRuleInterface importRule)
           
 void JobHasDescriptionImportRuleComposite.getCompositeData(ImportRuleInterface importRule)
           
 void TransformationHasTransLogConfiguredImportRuleComposite.getCompositeData(ImportRuleInterface importRule)
           
 void JobHasJobLogConfiguredImportRuleComposite.getCompositeData(ImportRuleInterface importRule)
           
 void TransformationHasDescriptionImportRuleComposite.getCompositeData(ImportRuleInterface importRule)
           
 void DatabaseConfigurationImportRuleComposite.setCompositeData(ImportRuleInterface importRule)
           
 void ParameterLessImportRuleComposite.setCompositeData(ImportRuleInterface importRule)
           
 void JobHasDescriptionImportRuleComposite.setCompositeData(ImportRuleInterface importRule)
           
 void TransformationHasTransLogConfiguredImportRuleComposite.setCompositeData(ImportRuleInterface importRule)
           
 void JobHasJobLogConfiguredImportRuleComposite.setCompositeData(ImportRuleInterface importRule)
           
 void TransformationHasDescriptionImportRuleComposite.setCompositeData(ImportRuleInterface importRule)