Uses of Class
org.pentaho.di.imp.ImportRules
-
Uses of ImportRules in org.pentaho.di.imp
-
Uses of ImportRules in org.pentaho.di.repository
Modifier and TypeMethodDescriptionvoid
IRepositoryImporter.setImportRules
(ImportRules importRules) Set the list of rules that need to be applied to every imported object.void
RepositoryImporter.setImportRules
(ImportRules importRules) void
IRepositoryExporter.setImportRulesToValidate
(ImportRules importRules) Pass a set of import rules to the exporter to validate against during the export.void
RepositoryExporter.setImportRulesToValidate
(ImportRules importRules) static void
RepositoryImporter.validateImportedElement
(ImportRules importRules, Object subject) Validates the repository element that is about to get imported against the list of import rules.ModifierConstructorDescriptionRepositoryImporter
(Repository repository, ImportRules importRules, List<String> limitDirs) RepositoryImporter
(Repository repository, ImportRules importRules, List<String> limitDirs, org.pentaho.di.core.logging.LogChannelInterface log)