Uses of Class
org.qubership.atp.itf.lite.backend.model.entities.history.RequestExecution
Packages that use RequestExecution
Package
Description
-
Uses of RequestExecution in org.qubership.atp.itf.lite.backend.controllers
Methods in org.qubership.atp.itf.lite.backend.controllers that return types with arguments of type RequestExecutionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PaginatedResponse<RequestExecution>> HistoryController.getExecutionsHistory(HistorySearchRequest request) -
Uses of RequestExecution in org.qubership.atp.itf.lite.backend.dataaccess.repository
Methods in org.qubership.atp.itf.lite.backend.dataaccess.repository that return RequestExecutionMethods in org.qubership.atp.itf.lite.backend.dataaccess.repository that return types with arguments of type RequestExecutionModifier and TypeMethodDescriptionCustomRequestExecutionRepository.findAllRequestExecutions(HistorySearchRequest request) CustomRequestExecutionRepositoryImpl.findAllRequestExecutions(HistorySearchRequest request) Methods in org.qubership.atp.itf.lite.backend.dataaccess.repository with parameters of type RequestExecutionModifier and TypeMethodDescriptionRequestExecutionDetailsRepository.findByRequestExecution(RequestExecution requestExecution) -
Uses of RequestExecution in org.qubership.atp.itf.lite.backend.model.entities.history
Fields in org.qubership.atp.itf.lite.backend.model.entities.history declared as RequestExecutionModifier and TypeFieldDescriptionprotected RequestExecutionRequestExecutionDetails.requestExecutionMethods in org.qubership.atp.itf.lite.backend.model.entities.history with parameters of type RequestExecutionModifier and TypeMethodDescriptionvoidHttpRequestExecutionDetails.update(RequestExecution requestExecution, HttpRequestEntitySaveRequest request, RequestExecutionResponse response, Exception errorMessage, HistoryRequestBody requestBody) Update requestHeaders and responseHeaders.voidRequestExecutionDetails.update(RequestExecution requestExecution, RequestEntitySaveRequest request, RequestExecutionResponse response, Exception errorMessage, HistoryRequestBody requestBody) Update request.Constructors in org.qubership.atp.itf.lite.backend.model.entities.history with parameters of type RequestExecutionModifierConstructorDescriptionHttpRequestExecutionDetails(RequestExecution requestExecution, HttpRequestEntitySaveRequest request, RequestExecutionResponse response, Exception errorMessage, HistoryRequestBody requestBody) HttpRequestExecutionDetails constructor. -
Uses of RequestExecution in org.qubership.atp.itf.lite.backend.service
Methods in org.qubership.atp.itf.lite.backend.service that return types with arguments of type RequestExecutionModifier and TypeMethodDescriptionRequestExecutionHistoryService.getExecutionHistory(HistorySearchRequest request) Get execution requests high level information.protected org.springframework.data.jpa.repository.JpaRepository<RequestExecution, UUID> RequestExecutionHistoryService.repository()