Package org.dashbuilder.transfer
Interface ExportModelValidationService
-
public interface ExportModelValidationServicePerform validations on an ExportModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,List<String>>checkMissingDatasets(DataTransferExportModel exportModel)Check if there is datasets not exported for the given export model
-
-
-
Method Detail
-
checkMissingDatasets
Map<String,List<String>> checkMissingDatasets(DataTransferExportModel exportModel)
Check if there is datasets not exported for the given export model- Parameters:
exportModel- The export model to be validated- Returns:
- A map of pages with missing dependencies and the list of dependencies for each page.
-
-