Interface ImportService

All Known Implementing Classes:
ImportServiceImpl

public interface ImportService
  • Method Details

    • deleteImport

      long deleteImport(de.uniba.minf.registry.model.Import i)
    • deleteImport

      long deleteImport(String uniqueId)
    • importAsync

      void importAsync(ImportRunner ir)
    • getStatus

      de.uniba.minf.core.rest.model.RestActionResponse.ApiActionStatus getStatus(String runnerId)
    • getImportResult

      ImportResult getImportResult(String runnerId)