Uses of Class
org.qubership.atp.itf.lite.backend.model.documentation.RequestDocumentation
Packages that use RequestDocumentation
Package
Description
-
Uses of RequestDocumentation in org.qubership.atp.itf.lite.backend.controllers
Methods in org.qubership.atp.itf.lite.backend.controllers that return types with arguments of type RequestDocumentationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<RequestDocumentation> DocumentationController.getRequest(UUID requestId) -
Uses of RequestDocumentation in org.qubership.atp.itf.lite.backend.facade
Methods in org.qubership.atp.itf.lite.backend.facade that return types with arguments of type RequestDocumentationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<RequestDocumentation> DocumentationFacade.getRequestDocumentation(UUID requestId) -
Uses of RequestDocumentation in org.qubership.atp.itf.lite.backend.service
Methods in org.qubership.atp.itf.lite.backend.service that return RequestDocumentationModifier and TypeMethodDescriptionDocumentationService.editDocumentationRequest(UUID requestId, RequestEntityEditDocumentation documentationRequest) Edit documentation for request.