Interface ExportModelValidationService


  • public interface ExportModelValidationService
    Perform validations on an ExportModel
    • 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.