Interface PostImportTask

    • Method Detail

      • execute

        void execute​(ImportContext context)
              throws ImportExportException
        Deprecated.
        Perform any necessary clean-up to ensure the imported data is internally consistent.
        Parameters:
        context - the context of the import which has just finished
        Throws:
        ImportExportException - if there was a problem with this task that should mean aborting the import entirely. Most implementations should not throw any exceptions, but rather log an error and allow the import to continue.