Uses of Class
org.qubership.atp.mia.controllers.api.dto.FlowConfigSectionDto
Packages that use FlowConfigSectionDto
-
Uses of FlowConfigSectionDto in org.qubership.atp.mia.controllers.api.dto
Methods in org.qubership.atp.mia.controllers.api.dto that return FlowConfigSectionDtoModifier and TypeMethodDescriptionFlowConfigSectionDto.addProcessesItem(ExecutableDto processesItem) FlowConfigSectionDto.addSectionsItem(FlowConfigSectionDto sectionsItem) FlowConfigSectionDto.processes(List<@Valid ExecutableDto> processes) FlowConfigSectionDto.sections(List<@Valid FlowConfigSectionDto> sections) Methods in org.qubership.atp.mia.controllers.api.dto that return types with arguments of type FlowConfigSectionDtoModifier and TypeMethodDescription@Valid List<@Valid FlowConfigSectionDto> FlowConfigDto.getSections()Get sections@Valid List<@Valid FlowConfigSectionDto> FlowConfigSectionDto.getSections()Get sectionsMethods in org.qubership.atp.mia.controllers.api.dto with parameters of type FlowConfigSectionDtoModifier and TypeMethodDescriptionFlowConfigDto.addSectionsItem(FlowConfigSectionDto sectionsItem) FlowConfigSectionDto.addSectionsItem(FlowConfigSectionDto sectionsItem) Method parameters in org.qubership.atp.mia.controllers.api.dto with type arguments of type FlowConfigSectionDtoModifier and TypeMethodDescriptionFlowConfigDto.sections(List<@Valid FlowConfigSectionDto> sections) FlowConfigSectionDto.sections(List<@Valid FlowConfigSectionDto> sections) voidFlowConfigDto.setSections(List<@Valid FlowConfigSectionDto> sections) voidFlowConfigSectionDto.setSections(List<@Valid FlowConfigSectionDto> sections)