public interface IRepositoryExporterFeedback extends IRepositoryExporter
Modifier and Type | Method and Description |
---|---|
List<ExportFeedback> |
exportAllObjectsWithFeedback(ProgressMonitorListener monitor,
String xmlFilename,
RepositoryDirectoryInterface root,
String exportType) |
boolean |
isRulesViolation()
Call to this fast-access way to determine that export had rules violations.
|
exportAllObjects, setImportRulesToValidate
List<ExportFeedback> exportAllObjectsWithFeedback(ProgressMonitorListener monitor, String xmlFilename, RepositoryDirectoryInterface root, String exportType) throws KettleException
monitor
- - export monitor.xmlFilename
- - export output file nameroot
- - repository to export fromexportType
- - type of items to exportKettleException
boolean isRulesViolation()
Copyright © 2018 Hitachi Vantara. All rights reserved.