Uses of Class
org.qubership.atp.mia.controllers.api.dto.FlowConfigDto
Packages that use FlowConfigDto
Package
Description
-
Uses of FlowConfigDto in org.qubership.atp.mia.controllers
Methods in org.qubership.atp.mia.controllers that return types with arguments of type FlowConfigDto -
Uses of FlowConfigDto in org.qubership.atp.mia.controllers.api
Methods in org.qubership.atp.mia.controllers.api that return types with arguments of type FlowConfigDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<FlowConfigDto> MiaConfigurationControllerApi.getConfig(@NotNull @Valid UUID projectId, @NotNull @Valid Boolean needReload) Deprecated. -
Uses of FlowConfigDto in org.qubership.atp.mia.controllers.api.dto
Methods in org.qubership.atp.mia.controllers.api.dto that return FlowConfigDtoModifier and TypeMethodDescriptionFlowConfigDto.addSectionsItem(FlowConfigSectionDto sectionsItem) FlowConfigDto.commonConfiguration(CommonConfigurationDto commonConfiguration) FlowConfigDto.defaultSystem(String defaultSystem) FlowConfigDto.headerConfiguration(HeaderConfigurationDto headerConfiguration) FlowConfigDto.potHeaderConfiguration(PotHeaderConfigurationDto potHeaderConfiguration) FlowConfigDto.sections(List<@Valid FlowConfigSectionDto> sections) FlowConfigDto.validationResult(String validationResult) -
Uses of FlowConfigDto in org.qubership.atp.mia.service.configuration
Methods in org.qubership.atp.mia.service.configuration that return FlowConfigDtoModifier and TypeMethodDescriptionConfigurationFileSerializer.getOldConfig(ProjectConfiguration projectConfiguration, boolean isForFile) Make old version of config for backward compatible.ProjectConfigurationService.getOldConfig(UUID projectId) Make old version of config for backward compatible.