Class GeneralImportService
java.lang.Object
org.qubership.integration.platform.runtime.catalog.service.exportimport.GeneralImportService
-
Constructor Summary
ConstructorsConstructorDescriptionGeneralImportService(CommonVariablesImportService commonVariablesImportService, SystemExportImportService systemExportImportService, ChainImportService chainImportService, ImportSessionService importSessionService, org.qubership.integration.platform.catalog.service.ActionsLogService actionsLogService, ImportInstructionsService importInstructionsService, org.qubership.integration.platform.catalog.mapping.exportimport.instructions.GeneralInstructionsMapper generalInstructionsMapper) -
Method Summary
Modifier and TypeMethodDescriptionorg.qubership.integration.platform.catalog.service.difference.EntityDifferenceResultcompareImportEntities(org.springframework.web.multipart.MultipartFile file, org.qubership.integration.platform.catalog.service.difference.ChainDifferenceRequest diffRequest) getImportPreview(org.springframework.web.multipart.MultipartFile file) getImportSession(String importId) importFileAsync(org.springframework.web.multipart.MultipartFile file, ImportRequest importRequest, Set<String> technicalLabels, boolean validateByHash)
-
Constructor Details
-
GeneralImportService
@Autowired public GeneralImportService(CommonVariablesImportService commonVariablesImportService, SystemExportImportService systemExportImportService, ChainImportService chainImportService, ImportSessionService importSessionService, org.qubership.integration.platform.catalog.service.ActionsLogService actionsLogService, ImportInstructionsService importInstructionsService, org.qubership.integration.platform.catalog.mapping.exportimport.instructions.GeneralInstructionsMapper generalInstructionsMapper)
-
-
Method Details
-
getImportSession
-
getImportPreview
-
compareImportEntities
public org.qubership.integration.platform.catalog.service.difference.EntityDifferenceResult compareImportEntities(org.springframework.web.multipart.MultipartFile file, org.qubership.integration.platform.catalog.service.difference.ChainDifferenceRequest diffRequest) -
importFileAsync
public String importFileAsync(org.springframework.web.multipart.MultipartFile file, ImportRequest importRequest, Set<String> technicalLabels, boolean validateByHash)
-