Uses of Class
org.qubership.atp.mia.controllers.api.dto.CompoundDto
Packages that use CompoundDto
Package
Description
-
Uses of CompoundDto in org.qubership.atp.mia.controllers
Methods in org.qubership.atp.mia.controllers that return types with arguments of type CompoundDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CompoundDto> MiaConfigurationController.addCompound(UUID projectId, CompoundDto compoundDto) org.springframework.http.ResponseEntity<CompoundDto> MiaConfigurationController.getCompound(UUID projectId, UUID compoundId) org.springframework.http.ResponseEntity<CompoundDto> MiaConfigurationController.updateCompound(UUID projectId, CompoundDto compoundDto) Methods in org.qubership.atp.mia.controllers with parameters of type CompoundDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CompoundDto> MiaConfigurationController.addCompound(UUID projectId, CompoundDto compoundDto) org.springframework.http.ResponseEntity<CompoundDto> MiaConfigurationController.updateCompound(UUID projectId, CompoundDto compoundDto) -
Uses of CompoundDto in org.qubership.atp.mia.controllers.api
Methods in org.qubership.atp.mia.controllers.api that return types with arguments of type CompoundDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CompoundDto> MiaConfigurationControllerApi.addCompound(UUID projectId, @Valid CompoundDto compoundDto) POST /configuration/{projectId}/compound Add mia compoundorg.springframework.http.ResponseEntity<CompoundDto> MiaConfigurationControllerApi.getCompound(UUID projectId, UUID compoundId) GET /configuration/{projectId}/compound/{compoundId} Get mia compoundorg.springframework.http.ResponseEntity<CompoundDto> MiaConfigurationControllerApi.updateCompound(UUID projectId, @Valid CompoundDto compoundDto) PUT /configuration/{projectId}/compound Update mia compoundMethods in org.qubership.atp.mia.controllers.api with parameters of type CompoundDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CompoundDto> MiaConfigurationControllerApi.addCompound(UUID projectId, @Valid CompoundDto compoundDto) POST /configuration/{projectId}/compound Add mia compoundorg.springframework.http.ResponseEntity<CompoundDto> MiaConfigurationControllerApi.updateCompound(UUID projectId, @Valid CompoundDto compoundDto) PUT /configuration/{projectId}/compound Update mia compound -
Uses of CompoundDto in org.qubership.atp.mia.controllers.api.dto
Methods in org.qubership.atp.mia.controllers.api.dto that return CompoundDtoModifier and TypeMethodDescriptionCompoundDto.addInSectionsItem(UUID inSectionsItem) CompoundDto.addProcessesItem(ProcessDto processesItem) @Valid CompoundDtoExecutionRequestDto.getCompound()Get compoundCompoundDto.inSections(List<UUID> inSections) CompoundDto.processes(List<@Valid ProcessDto> processes) CompoundDto.referToInput(String referToInput) Methods in org.qubership.atp.mia.controllers.api.dto that return types with arguments of type CompoundDtoModifier and TypeMethodDescription@Valid List<@Valid CompoundDto> SectionDto.getCompounds()Get compoundsMethods in org.qubership.atp.mia.controllers.api.dto with parameters of type CompoundDtoModifier and TypeMethodDescriptionSectionDto.addCompoundsItem(CompoundDto compoundsItem) ExecutionRequestDto.compound(CompoundDto compound) voidExecutionRequestDto.setCompound(CompoundDto compound) Method parameters in org.qubership.atp.mia.controllers.api.dto with type arguments of type CompoundDtoModifier and TypeMethodDescriptionSectionDto.compounds(List<@Valid CompoundDto> compounds) voidSectionDto.setCompounds(List<@Valid CompoundDto> compounds) -
Uses of CompoundDto in org.qubership.atp.mia.service.configuration
Methods in org.qubership.atp.mia.service.configuration that return CompoundDtoModifier and TypeMethodDescriptionCompoundConfigurationService.addCompound(ProjectConfiguration projectConfiguration, CompoundDto compoundDto) Add compound.CompoundConfigurationService.toDto(CompoundConfiguration compoundConfiguration) Map list of CompoundConfiguration to list of CompoundDto.CompoundConfigurationService.updateCompound(ProjectConfiguration projectConfiguration, CompoundDto compoundDto) Update compound.Methods in org.qubership.atp.mia.service.configuration with parameters of type CompoundDtoModifier and TypeMethodDescriptionCompoundConfigurationService.addCompound(ProjectConfiguration projectConfiguration, CompoundDto compoundDto) Add compound.CompoundConfigurationService.updateCompound(ProjectConfiguration projectConfiguration, CompoundDto compoundDto) Update compound.