Class DatasetListImportService
java.lang.Object
org.qubership.atp.dataset.service.direct.importexport.service.DatasetListImportService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionimportDataSetList(UUID targetProjectId, UUID targetDslId, InputStream inputStream, boolean isJavers) Import attribute parameters into specified dataset list from Excel file.
-
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 projecttargetDslId- target data set listinputStream- excel file input stream- Returns:
- import response
- Throws:
Exception- possible import exception
-