Class DatasetListImportService

java.lang.Object
org.qubership.atp.dataset.service.direct.importexport.service.DatasetListImportService

@Service public class DatasetListImportService extends Object
  • Constructor Details

    • DatasetListImportService

      public DatasetListImportService()
  • Method Details

    • importDataSetList

      public DatasetListImportResponse importDataSetList(UUID targetProjectId, UUID targetDslId, InputStream inputStream, boolean isJavers) throws Exception
      Import attribute parameters into specified dataset list from Excel file.
      Parameters:
      targetProjectId - target project
      targetDslId - target data set list
      inputStream - excel file input stream
      Returns:
      import response
      Throws:
      Exception - possible import exception