Uses of Class
org.qubership.atp.mia.controllers.api.dto.MoveProjectFileRequestDto
Packages that use MoveProjectFileRequestDto
Package
Description
-
Uses of MoveProjectFileRequestDto in org.qubership.atp.mia.controllers
Methods in org.qubership.atp.mia.controllers with parameters of type MoveProjectFileRequestDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> MiaConfigurationController.moveProjectFile(UUID projectId, UUID fileId, MoveProjectFileRequestDto moveProjectFileRequestDto) -
Uses of MoveProjectFileRequestDto in org.qubership.atp.mia.controllers.api
Methods in org.qubership.atp.mia.controllers.api with parameters of type MoveProjectFileRequestDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> MiaConfigurationControllerApi.moveProjectFile(UUID projectId, UUID fileId, @Valid MoveProjectFileRequestDto moveProjectFileRequestDto) PATCH /configuration/{projectId}/projectFile/{fileId} Move mia project file -
Uses of MoveProjectFileRequestDto in org.qubership.atp.mia.controllers.api.dto
Methods in org.qubership.atp.mia.controllers.api.dto that return MoveProjectFileRequestDtoModifier and TypeMethodDescription -
Uses of MoveProjectFileRequestDto in org.qubership.atp.mia.service.configuration
Methods in org.qubership.atp.mia.service.configuration with parameters of type MoveProjectFileRequestDtoModifier and TypeMethodDescriptionvoidFileConfigurationService.moveProjectFile(ProjectConfiguration projectConfiguration, UUID fileId, MoveProjectFileRequestDto moveProjectFileRequestDto) Move file.