Uses of Class
org.qubership.atp.mia.model.configuration.SectionConfiguration
Packages that use SectionConfiguration
Package
Description
-
Uses of SectionConfiguration in org.qubership.atp.mia.ei.component
Methods in org.qubership.atp.mia.ei.component that return SectionConfigurationModifier and TypeMethodDescriptionImportLoaderSection.toEntity(ProjectConfiguration projectConfiguration, ExportImportSection exportImportSection) -
Uses of SectionConfiguration in org.qubership.atp.mia.model.configuration
Methods in org.qubership.atp.mia.model.configuration that return types with arguments of type SectionConfigurationModifier and TypeMethodDescriptionProjectConfiguration.getAllSections()Gets all sections.ProjectConfiguration.getRootSections()Gets root sections.ProjectConfiguration.getSections()Getter for sections.SectionConfiguration.getSections()Getter for sections.SectionConfiguration.getWithChildrenSections()Get section with all nested children.Methods in org.qubership.atp.mia.model.configuration with parameters of type SectionConfigurationModifier and TypeMethodDescriptionvoidSectionConfiguration.addSection(SectionConfiguration sectionConfiguration) Add section.voidProjectConfiguration.removeSection(SectionConfiguration section) Remove section.Method parameters in org.qubership.atp.mia.model.configuration with type arguments of type SectionConfigurationModifier and TypeMethodDescriptionvoidProcessConfiguration.setInSections(List<SectionConfiguration> sections) Set all processes. -
Uses of SectionConfiguration in org.qubership.atp.mia.model.ei
Constructors in org.qubership.atp.mia.model.ei with parameters of type SectionConfigurationModifierConstructorDescriptionCreate new one from SectionConfiguration. -
Uses of SectionConfiguration in org.qubership.atp.mia.service.configuration
Methods in org.qubership.atp.mia.service.configuration that return SectionConfigurationModifier and TypeMethodDescriptionSectionConfigurationService.findSectionByPath(UUID projectId, String miaPath) find section from miaPath, if section is not present then create too.SectionConfigurationService.restore(DateAuditorEntity entity) Methods in org.qubership.atp.mia.service.configuration that return types with arguments of type SectionConfigurationModifier and TypeMethodDescriptionstatic List<SectionConfiguration> SectionConfigurationService.filterSections(List<SectionConfiguration> sections, List<UUID> sectionsUuid) Filter sections by UUIDs.static List<SectionConfiguration> SectionConfigurationService.filterSectionsByIdOrSourceId(List<SectionConfiguration> sections, List<UUID> sectionsUuid) Filter sections by ID or source ID.Method parameters in org.qubership.atp.mia.service.configuration with type arguments of type SectionConfigurationModifier and TypeMethodDescriptionstatic List<SectionConfiguration> SectionConfigurationService.filterSections(List<SectionConfiguration> sections, List<UUID> sectionsUuid) Filter sections by UUIDs.static List<SectionConfiguration> SectionConfigurationService.filterSectionsByIdOrSourceId(List<SectionConfiguration> sections, List<UUID> sectionsUuid) Filter sections by ID or source ID.SectionConfigurationService.sectionsDto(List<SectionConfiguration> sectionConfigurationList) Map list of SectionConfiguration to list of SectionsDto. -
Uses of SectionConfiguration in org.qubership.atp.mia.service.history.impl
Methods in org.qubership.atp.mia.service.history.impl that return types with arguments of type SectionConfigurationModifier and TypeMethodDescriptionSectionConfigurationRestoreHistoryService.getEntityClass()SectionRetrieveHistoryService.getEntityClass()Methods in org.qubership.atp.mia.service.history.impl with parameters of type SectionConfigurationModifier and TypeMethodDescriptionprotected voidSectionConfigurationRestoreHistoryService.copyValues(SectionConfiguration shadow, SectionConfiguration actualObject) voidSectionRestoreMapper.mapSpecificFields(SectionConfiguration source, SectionConfiguration destination) voidSectionVersioningMapper.mapSpecificFields(SectionConfiguration source, SectionHistoryChangeDto destination) Constructor parameters in org.qubership.atp.mia.service.history.impl with type arguments of type SectionConfigurationModifierConstructorDescriptionSectionConfigurationRestoreHistoryService(org.javers.core.Javers javers, EntityHistoryService<SectionConfiguration> entityHistoryService, ValidateReferenceExistsService validateReferenceExistsService, SectionRestoreMapper modelMapper)