Uses of Class
org.qubership.atp.mia.controllers.api.dto.CompoundShortDto
Packages that use CompoundShortDto
Package
Description
-
Uses of CompoundShortDto in org.qubership.atp.mia.controllers
Methods in org.qubership.atp.mia.controllers that return types with arguments of type CompoundShortDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<CompoundShortDto>> MiaConfigurationController.deleteCompound(UUID projectId, UUID compoundId) org.springframework.http.ResponseEntity<List<CompoundShortDto>> MiaConfigurationController.getCompounds(UUID projectId) -
Uses of CompoundShortDto in org.qubership.atp.mia.controllers.api
Methods in org.qubership.atp.mia.controllers.api that return types with arguments of type CompoundShortDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<CompoundShortDto>> MiaConfigurationControllerApi.deleteCompound(UUID projectId, UUID compoundId) DELETE /configuration/{projectId}/compound/{compoundId} Delete mia compoundorg.springframework.http.ResponseEntity<List<CompoundShortDto>> MiaConfigurationControllerApi.getCompounds(UUID projectId) GET /configuration/{projectId}/compound Get mia all compounds for the project -
Uses of CompoundShortDto in org.qubership.atp.mia.controllers.api.dto
Methods in org.qubership.atp.mia.controllers.api.dto that return CompoundShortDtoModifier and TypeMethodDescriptionCompoundShortDto.addInSectionsItem(UUID inSectionsItem) CompoundShortDto.addProcessesItem(ProcessShortDto processesItem) CompoundShortDto.inSections(List<UUID> inSections) CompoundShortDto.processes(List<@Valid ProcessShortDto> processes) Methods in org.qubership.atp.mia.controllers.api.dto that return types with arguments of type CompoundShortDtoModifier and TypeMethodDescription@Valid List<@Valid CompoundShortDto> SectionsDto.getCompounds()Get compoundsMethods in org.qubership.atp.mia.controllers.api.dto with parameters of type CompoundShortDtoMethod parameters in org.qubership.atp.mia.controllers.api.dto with type arguments of type CompoundShortDtoModifier and TypeMethodDescriptionSectionsDto.compounds(List<@Valid CompoundShortDto> compounds) voidSectionsDto.setCompounds(List<@Valid CompoundShortDto> compounds) -
Uses of CompoundShortDto in org.qubership.atp.mia.service.configuration
Methods in org.qubership.atp.mia.service.configuration that return types with arguments of type CompoundShortDtoModifier and TypeMethodDescriptionCompoundConfigurationService.compoundsDto(List<CompoundConfiguration> compoundConfigurationList) Map list of CompoundConfiguration to list of CompoundShortDto.CompoundConfigurationService.deleteCompound(ProjectConfiguration projectConfiguration, UUID compoundId) Delete compound.