Uses of Class
org.qubership.atp.itf.lite.backend.model.api.request.FolderTreeSearchRequest
Packages that use FolderTreeSearchRequest
Package
Description
-
Uses of FolderTreeSearchRequest in org.qubership.atp.itf.lite.backend.controllers
Methods in org.qubership.atp.itf.lite.backend.controllers with parameters of type FolderTreeSearchRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TreeFolderDocumentationResponse> DocumentationController.getFolderRequestsTree(int page, int pageSize, @Valid FolderTreeSearchRequest request) Get lazy tree doc.org.springframework.http.ResponseEntity<GroupResponse> FolderController.getFolderRequestsTree(Boolean onlyFolders, @Valid FolderTreeSearchRequest request) Get all folders and requests for a specific level under a project. -
Uses of FolderTreeSearchRequest in org.qubership.atp.itf.lite.backend.facade
Methods in org.qubership.atp.itf.lite.backend.facade with parameters of type FolderTreeSearchRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TreeFolderDocumentationResponse> DocumentationFacade.getDocumentationByFolder(FolderTreeSearchRequest request, int page, int pageSize) -
Uses of FolderTreeSearchRequest in org.qubership.atp.itf.lite.backend.service
Methods in org.qubership.atp.itf.lite.backend.service with parameters of type FolderTreeSearchRequestModifier and TypeMethodDescriptionDocumentationService.getDescription(FolderTreeSearchRequest request, int page, int pageSize) Get description when use Folder.FolderService.getFolderRequestsTree(Boolean onlyFolders, FolderTreeSearchRequest request) Get tree for folders and requests by specified search request.