Interface AddOnConfigDataImportService

All Known Implementing Classes:
DefaultAddOnConfigDataImportService

public interface AddOnConfigDataImportService
Defines services for addon configuration data import
  • Method Details

    • executeImport

      boolean executeImport(String extensionName, AddonConfigDataImportType importType, ImpexMacroParameterData macroParameters)
      Imports data
      Parameters:
      extensionName - the extension name
      importType - the data type to import
      macroParameters - the impex macro parameters
      Returns:
      whether the import was successful or not