Uses of Class
org.qubership.atp.environments.service.rest.server.dto.SharingRequestDto
Packages that use SharingRequestDto
Package
Description
-
Uses of SharingRequestDto in org.qubership.atp.environments.service.direct
Methods in org.qubership.atp.environments.service.direct with parameters of type SharingRequestDtoModifier and TypeMethodDescriptionSystemService.shareProcessing(UUID systemId, SharingRequestDto sharingRequestDto) -
Uses of SharingRequestDto in org.qubership.atp.environments.service.direct.impl
Methods in org.qubership.atp.environments.service.direct.impl with parameters of type SharingRequestDtoModifier and TypeMethodDescriptionSystemServiceImpl.shareProcessing(UUID systemId, SharingRequestDto sharingRequestDto) -
Uses of SharingRequestDto in org.qubership.atp.environments.service.rest.server
Methods in org.qubership.atp.environments.service.rest.server with parameters of type SharingRequestDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<System> SystemController.share(UUID id, SharingRequestDto sharingRequestDto, Long modified) Sharing the system.