public interface IRepositoryExporterFeedback extends IRepositoryExporter
| Modifier and Type | Method and Description | 
|---|---|
List<ExportFeedback> | 
exportAllObjectsWithFeedback(org.pentaho.di.core.ProgressMonitorListener monitor,
                            String xmlFilename,
                            org.pentaho.di.repository.RepositoryDirectoryInterface root,
                            String exportType)  | 
boolean | 
isRulesViolation()
Call to this fast-access way to determine that export had rules violations. 
 | 
exportAllObjects, setImportRulesToValidateList<ExportFeedback> exportAllObjectsWithFeedback(org.pentaho.di.core.ProgressMonitorListener monitor, String xmlFilename, org.pentaho.di.repository.RepositoryDirectoryInterface root, String exportType) throws org.pentaho.di.core.exception.KettleException
monitor - - export monitor.xmlFilename - - export output file nameroot - - repository to export fromexportType - - type of items to exportorg.pentaho.di.core.exception.KettleExceptionboolean isRulesViolation()