Uses of Class
org.qubership.atp.itf.lite.backend.model.api.response.GroupResponse
Packages that use GroupResponse
Package
Description
-
Uses of GroupResponse in org.qubership.atp.itf.lite.backend.controllers
Methods in org.qubership.atp.itf.lite.backend.controllers that return types with arguments of type GroupResponseModifier and TypeMethodDescriptionorg.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 GroupResponse in org.qubership.atp.itf.lite.backend.model.api.response
Methods in org.qubership.atp.itf.lite.backend.model.api.response with parameters of type GroupResponseModifier and TypeMethodDescriptionvoidGroupResponse.addChildren(GroupResponse child) intGroupResponse.compareTo(GroupResponse node) Method parameters in org.qubership.atp.itf.lite.backend.model.api.response with type arguments of type GroupResponseModifier and TypeMethodDescriptionvoidGroupResponse.addChildren(Collection<GroupResponse> children) -
Uses of GroupResponse in org.qubership.atp.itf.lite.backend.service
Methods in org.qubership.atp.itf.lite.backend.service that return GroupResponseModifier and TypeMethodDescriptionFolderService.getFolderRequestsTree(Boolean onlyFolders, FolderTreeSearchRequest request) Get tree for folders and requests by specified search request.FolderService.getRequestTreeByParentFolderId(UUID parentFolderId) Get request tree.