Uses of Class
org.pentaho.di.imp.ImportRules
-
Packages that use ImportRules Package Description org.pentaho.di.imp org.pentaho.di.repository -
-
Uses of ImportRules in org.pentaho.di.imp
Methods in org.pentaho.di.imp that return ImportRules Modifier and Type Method Description ImportRulesImportRules. clone()Perform a deep clone -
Uses of ImportRules in org.pentaho.di.repository
Methods in org.pentaho.di.repository that return ImportRules Modifier and Type Method Description ImportRulesRepositoryImporter. getImportRules()Methods in org.pentaho.di.repository with parameters of type ImportRules Modifier and Type Method Description voidIRepositoryImporter. setImportRules(ImportRules importRules)Set the list of rules that need to be applied to every imported object.voidRepositoryImporter. setImportRules(ImportRules importRules)voidIRepositoryExporter. setImportRulesToValidate(ImportRules importRules)Pass a set of import rules to the exporter to validate against during the export.voidRepositoryExporter. setImportRulesToValidate(ImportRules importRules)static voidRepositoryImporter. validateImportedElement(ImportRules importRules, Object subject)Validates the repository element that is about to get imported against the list of import rules.Constructors in org.pentaho.di.repository with parameters of type ImportRules Constructor Description RepositoryImporter(Repository repository, ImportRules importRules, List<String> limitDirs)RepositoryImporter(Repository repository, ImportRules importRules, List<String> limitDirs, org.pentaho.di.core.logging.LogChannelInterface log)
-