Uses of Class
org.qubership.atp.mia.controllers.api.dto.candidates.ExportCandidateDto
Packages that use ExportCandidateDto
Package
Description
-
Uses of ExportCandidateDto in org.qubership.atp.mia.controllers
Methods in org.qubership.atp.mia.controllers that return types with arguments of type ExportCandidateDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<ExportCandidateDto>> ExportCandidatesController.getCandidates(UUID projectId) -
Uses of ExportCandidateDto in org.qubership.atp.mia.controllers.api
Methods in org.qubership.atp.mia.controllers.api that return types with arguments of type ExportCandidateDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<ExportCandidateDto>> CandidatesApi.getCandidates(UUID projectId) GET /api/mia/project/{projectId}/candidates : getCandidates -
Uses of ExportCandidateDto in org.qubership.atp.mia.controllers.api.dto.candidates
Methods in org.qubership.atp.mia.controllers.api.dto.candidates that return ExportCandidateDtoModifier and TypeMethodDescriptionExportCandidateDto.addEntitiesItem(ExportEntitiesCandidateDto entitiesItem) ExportCandidateDto.entities(List<@Valid ExportEntitiesCandidateDto> entities) -
Uses of ExportCandidateDto in org.qubership.atp.mia.service
Methods in org.qubership.atp.mia.service that return types with arguments of type ExportCandidateDtoModifier and TypeMethodDescriptionCandidatesService.getCandidates(UUID projectId) Get candidates by project ID.