Uses of Class
org.qubership.atp.itf.lite.backend.service.RequestService
Packages that use RequestService
Package
Description
-
Uses of RequestService in org.qubership.atp.itf.lite.backend.components.export.strategies.request
Constructors in org.qubership.atp.itf.lite.backend.components.export.strategies.request with parameters of type RequestServiceModifierConstructorDescriptionItfRestRequestExportStrategy(KafkaExportEventSendingService kafkaExportEventSendingService, RequestService requestService) ItfSoapRequestExportStrategy(KafkaExportEventSendingService kafkaExportEventSendingService, RequestService requestService) MiaRestRequestExportStrategy(KafkaExportEventSendingService kafkaExportEventSendingService, RequestService requestService, org.modelmapper.ModelMapper modelMapper) MiaSoapRequestExportStrategy(KafkaExportEventSendingService kafkaExportEventSendingService, RequestService requestService, org.modelmapper.ModelMapper modelMapper) -
Uses of RequestService in org.qubership.atp.itf.lite.backend.service.history.impl
Constructors in org.qubership.atp.itf.lite.backend.service.history.impl with parameters of type RequestServiceModifierConstructorDescriptionHttpRequestRestoreHistoryService(org.javers.core.Javers javers, RequestService configurationService, ValidateReferenceExistsService validateReferenceExistsService, org.modelmapper.ModelMapper modelMapper)