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. rules
Methods 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 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 Modifier and Type Method Description ImportRuleInterface
ImportRuleInterface. clone()
ImportRuleInterface
ImportValidationFeedback. getImportRule()
Methods in org.pentaho.di.imp.rule with parameters of type ImportRuleInterface Modifier and Type Method Description void
ImportValidationFeedback. 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 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 Modifier and Type Method Description ImportRuleInterface
BaseImportRule. clone()
ImportRuleInterface
DatabaseConfigurationImportRule. clone()
-