Package | Description |
---|---|
org.pentaho.di.imp | |
org.pentaho.di.repository |
Modifier and Type | Method and Description |
---|---|
ImportRules |
ImportRules.clone()
Perform a deep clone
|
Modifier and Type | Method and Description |
---|---|
ImportRules |
RepositoryImporter.getImportRules() |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryImporter.setImportRules(ImportRules importRules) |
void |
IRepositoryImporter.setImportRules(ImportRules importRules)
Set the list of rules that need to be applied to every imported object.
|
void |
RepositoryExporter.setImportRulesToValidate(ImportRules importRules) |
void |
IRepositoryExporter.setImportRulesToValidate(ImportRules importRules)
Pass a set of import rules to the exporter to validate against during the export.
|
static void |
RepositoryImporter.validateImportedElement(ImportRules importRules,
Object subject)
Validates the repository element that is about to get imported against the list of import rules.
|
Constructor and Description |
---|
RepositoryImporter(Repository repository,
ImportRules importRules,
List<String> limitDirs) |
RepositoryImporter(Repository repository,
ImportRules importRules,
List<String> limitDirs,
LogChannelInterface log) |
Copyright © 2018 Hitachi Vantara. All rights reserved.