Uses of Class
org.qubership.atp.itf.lite.backend.model.entities.Request
Packages that use Request
Package
Description
-
Uses of Request in org.qubership.atp.itf.lite.backend.components.export.strategies.request
Methods in org.qubership.atp.itf.lite.backend.components.export.strategies.request with parameters of type RequestModifier and TypeMethodDescriptionvoidItfRestRequestExportStrategy.export(UUID exportRequestId, RequestExportRequest exportRequest, Request request, String context, UUID environmentId) voidItfSoapRequestExportStrategy.export(UUID exportRequestId, RequestExportRequest exportRequest, Request request, String context, UUID environmentId) voidMiaRestRequestExportStrategy.export(UUID exportRequestId, RequestExportRequest exportRequest, Request request, String context, UUID environmentId) voidMiaSoapRequestExportStrategy.export(UUID exportRequestId, RequestExportRequest exportRequest, Request request, String context, UUID environmentId) voidRequestExportStrategy.export(UUID exportRequestId, RequestExportRequest exportRequest, Request request, String context, UUID environmentId) voidMiaAbstractRequestExportStrategy.sendExportRequestEvent(UUID exportRequestId, RequestMiaExportRequest requestMiaExportRequest, Request request, String context) Sends request to kafka for export request into MIA. -
Uses of Request in org.qubership.atp.itf.lite.backend.controllers
Methods in org.qubership.atp.itf.lite.backend.controllers that return types with arguments of type RequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Request> RequestController.copyRequest(UUID requestId, @Valid RequestEntityCopyRequest request) org.springframework.http.ResponseEntity<Request> RequestController.createRequest(@Valid RequestEntityCreateRequest request) org.springframework.http.ResponseEntity<Request> RequestController.editRequest(UUID requestId, @Valid RequestEntityEditRequest request) Update request entity configuration.org.springframework.http.ResponseEntity<Collection<Request>> RequestController.getAllRequests(UUID projectId, UUID folderId) org.springframework.http.ResponseEntity<Request> RequestController.getRequest(UUID projectId, UUID requestId) Get request by request id.org.springframework.http.ResponseEntity<Request> RequestController.importRequest(@Valid CurlStringImportRequest importRequest) Imports request from curl string.org.springframework.http.ResponseEntity<Request> RequestController.moveRequest(UUID requestId, @Valid RequestEntityMoveRequest request) org.springframework.http.ResponseEntity<Request> RequestController.saveRequest(UUID requestId, UUID sessionId, org.springframework.web.multipart.MultipartFile file, List<org.springframework.web.multipart.MultipartFile> files, @Valid RequestEntitySaveRequest requestEntity) Saves request entity and file to file system and grid fs if exists. -
Uses of Request in org.qubership.atp.itf.lite.backend.dataaccess.repository
Methods in org.qubership.atp.itf.lite.backend.dataaccess.repository that return RequestModifier and TypeMethodDescriptionRequestRepository.getByProjectIdAndSourceId(UUID projectId, UUID sourceId) Methods in org.qubership.atp.itf.lite.backend.dataaccess.repository that return types with arguments of type RequestModifier and TypeMethodDescriptionRequestRepository.findAllByFolderId(UUID folderId) RequestRepository.findAllByFolderIdIn(Set<UUID> folderIds) RequestRepository.findAllByFolderIdOrderByOrder(UUID folderId) RequestRepository.findAllByIdIn(Set<UUID> requestIds) RequestRepository.findAllByName(String name) RequestRepository.findAllByProjectId(UUID projectId) RequestRepository.findAllByProjectIdAndFolderId(UUID projectId, UUID folderId) RequestRepository.findAllByProjectIdAndIdIn(UUID projectId, Set<UUID> requestIds) RequestRepository.findAllByProjectIdAndIdInOrderByOrder(UUID projectId, Set<UUID> requestIds) RequestRepository.findAllByProjectIdAndNameContains(UUID projectId, String name) RequestRepository.findByProjectIdAndId(UUID projectId, UUID id) -
Uses of Request in org.qubership.atp.itf.lite.backend.model.api.response
Constructors in org.qubership.atp.itf.lite.backend.model.api.response with parameters of type RequestModifierConstructorDescriptionGroupResponse(Request request, ParentRequestAuthorization parentAuth) Constructor. -
Uses of Request in org.qubership.atp.itf.lite.backend.model.entities
Constructors in org.qubership.atp.itf.lite.backend.model.entities with parameters of type Request -
Uses of Request in org.qubership.atp.itf.lite.backend.model.entities.http
Subclasses of Request in org.qubership.atp.itf.lite.backend.model.entities.http -
Uses of Request in org.qubership.atp.itf.lite.backend.service
Methods in org.qubership.atp.itf.lite.backend.service that return RequestModifier and TypeMethodDescriptionRequestService.copyRequest(UUID requestId, RequestEntityCopyRequest requestEntityCopyRequest) Copy request to different folder.RequestService.createRequest(RequestEntityCreateRequest requestCreationRequest) Create request.RequestService.createRequest(Request request) Create request.RequestService.editRequest(UUID requestId, RequestEntityEditRequest requestEntityCreateRequest) Edit request.RequestService.getByProjectIdAndSourceId(UUID projectId, UUID sourceId) RequestService.getRequest(UUID requestId) Get request by specified identifier.RequestService.getRequest(UUID requestId, UUID projectId) Get request by specified identifier.RequestService.getRequestByProjectIdAndRequestId(UUID projectId, UUID requestId) Get request by specified identifier and project id.RequestService.importRequest(CurlStringImportRequest importRequest) Import cURL string to Request.RequestService.moveRequest(UUID requestId, RequestEntityMoveRequest requestEntityMoveRequest) Move request to different folder.Save request (and update folder children).RequestService.saveRequest(UUID requestId, RequestEntitySaveRequest requestEntitySaveRequest, List<org.springframework.web.multipart.MultipartFile> files, Optional<FileBody> fileInfo) Save request.Methods in org.qubership.atp.itf.lite.backend.service that return types with arguments of type RequestModifier and TypeMethodDescriptionRequestService.createRequests(List<Request> requests) Create requests.org.springframework.data.jpa.domain.Specification<Request> RequestSpecificationService.generateSpecificationToFilterRequestsByProjectIdFolderIdsRequestIds(UUID projectId, Set<UUID> folderIds, Set<UUID> requestIds) Specification to filter requests by project id, folder ids, request ids.RequestService.getAllRequests(UUID projectId, UUID folderId) Get all requests specified by project.RequestService.getAllRequestsByProjectIdFolderIdsRequestIds(UUID projectId, Set<UUID> folderIds, Set<UUID> requestIds) Gets collection of requests by projectId, folderIds and requestIds.RequestService.repository()Methods in org.qubership.atp.itf.lite.backend.service with parameters of type RequestModifier and TypeMethodDescriptionvoidRequestService.addPostfixIfNameIsTaken(List<Request> folderRequests, Request request) Add postfix "Copy" if request with the same name already exists in folder.RequestService.createRequest(Request request) Create request.RequestService.executeRequestWithRamAdapterLogging(ExecutionCollectionRequestExecuteRequest requestExecuteRequest, Request request, UUID environmentId) Execute request with RAM Adapter logging.Save request (and update folder children).voidCalculate and set order for the request.voidFolderService.updateAuthorizationFolderId(Request request) Updates InheritAuthorizationRequest.Method parameters in org.qubership.atp.itf.lite.backend.service with type arguments of type RequestModifier and TypeMethodDescriptionvoidRequestService.addPostfixIfNameIsTaken(List<Request> folderRequests, Request request) Add postfix "Copy" if request with the same name already exists in folder.RequestService.createRequests(List<Request> requests) Create requests. -
Uses of Request in org.qubership.atp.itf.lite.backend.service.history.impl
Classes in org.qubership.atp.itf.lite.backend.service.history.impl with type parameters of type RequestModifier and TypeClassDescriptionclassAbstractRequestRetrieveHistoryService<S extends Request,D extends AbstractCompareEntityDto> Methods in org.qubership.atp.itf.lite.backend.service.history.impl with parameters of type RequestModifier and TypeMethodDescriptionprotected voidHttpRequestRestoreHistoryService.copyValues(Request shadow, Request actualObject) Method parameters in org.qubership.atp.itf.lite.backend.service.history.impl with type arguments of type RequestModifier and TypeMethodDescriptionHttpRequestRestoreHistoryService.getChildShadows(org.javers.shadow.Shadow<Request> parentShadow, Class targetObject) -
Uses of Request in org.qubership.atp.itf.lite.backend.utils
Methods in org.qubership.atp.itf.lite.backend.utils that return RequestModifier and TypeMethodDescriptionstatic RequestRequestUtils.copyRequestFromRequest(Request requestToCopy) Creates copy of provided request with new UUID.Methods in org.qubership.atp.itf.lite.backend.utils with parameters of type RequestModifier and TypeMethodDescriptionstatic RequestRequestUtils.copyRequestFromRequest(Request requestToCopy) Creates copy of provided request with new UUID.