Uses of Interface
org.pentaho.di.imp.rule.ImportRuleInterface
-
Packages that use ImportRuleInterface Package Description org.pentaho.di.imp org.pentaho.di.imp.rule org.pentaho.di.imp.rules -
-
Uses of ImportRuleInterface in org.pentaho.di.imp
Fields in org.pentaho.di.imp with type parameters of type ImportRuleInterface Modifier and Type Field Description protected List<ImportRuleInterface>ImportRules. rulesMethods in org.pentaho.di.imp that return types with arguments of type ImportRuleInterface Modifier and Type Method Description List<ImportRuleInterface>ImportRules. getRules()Method parameters in org.pentaho.di.imp with type arguments of type ImportRuleInterface Modifier and Type Method Description voidImportRules. setRules(List<ImportRuleInterface> rules) -
Uses of ImportRuleInterface in org.pentaho.di.imp.rule
Methods in org.pentaho.di.imp.rule that return ImportRuleInterface Modifier and Type Method Description ImportRuleInterfaceImportRuleInterface. clone()ImportRuleInterfaceImportValidationFeedback. getImportRule()Methods in org.pentaho.di.imp.rule with parameters of type ImportRuleInterface Modifier and Type Method Description voidImportValidationFeedback. setImportRule(ImportRuleInterface importRule)Constructors in org.pentaho.di.imp.rule with parameters of type ImportRuleInterface Constructor Description 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 Modifier and Type Class Description classBaseImportRuleclassDatabaseConfigurationImportRuleclassJobHasANoteImportRuleclassJobHasDescriptionImportRuleclassJobHasJobLogConfiguredImportRuleThis rule verifies that a job contains a certain job log table configuration.classJobHasNoDisabledHopsImportRuleclassTransformationHasANoteImportRuleclassTransformationHasDescriptionImportRuleclassTransformationHasNoDisabledHopsImportRuleclassTransformationHasTransLogConfiguredImportRuleThis rule verifies that a transformation contains a certain transformation log table configuration.Methods in org.pentaho.di.imp.rules that return ImportRuleInterface Modifier and Type Method Description ImportRuleInterfaceBaseImportRule. clone()ImportRuleInterfaceDatabaseConfigurationImportRule. clone()
-