Uses of Class
org.qubership.integration.platform.runtime.catalog.persistence.configs.entity.ImportSession
Packages that use ImportSession
Package
Description
-
Uses of ImportSession in org.qubership.integration.platform.runtime.catalog.rest.v2.mapper
Methods in org.qubership.integration.platform.runtime.catalog.rest.v2.mapper with parameters of type ImportSessionModifier and TypeMethodDescriptionImportChainAsyncMapper.asImportStatus(ImportSession importSession) ImportChainAsyncMapperImpl.asImportStatus(ImportSession importSession) default booleanImportChainAsyncMapper.isDone(ImportSession importSession) -
Uses of ImportSession in org.qubership.integration.platform.runtime.catalog.rest.v3.mapper
Methods in org.qubership.integration.platform.runtime.catalog.rest.v3.mapper with parameters of type ImportSessionModifier and TypeMethodDescriptiondefault booleanImportSessionMapper.isDone(ImportSession importSession) ImportSessionMapper.toImportSessionResponse(ImportSession importSession) ImportSessionMapperImpl.toImportSessionResponse(ImportSession importSession) -
Uses of ImportSession in org.qubership.integration.platform.runtime.catalog.service.exportimport
Methods in org.qubership.integration.platform.runtime.catalog.service.exportimport that return ImportSessionModifier and TypeMethodDescriptionGeneralImportService.getImportSession(String importId) ImportSessionService.getImportSession(String importId) Methods in org.qubership.integration.platform.runtime.catalog.service.exportimport with parameters of type ImportSessionModifier and TypeMethodDescriptionvoidImportSessionService.saveImportSession(ImportSession importSession)