Uses of Class
org.qubership.atp.mia.controllers.api.dto.SectionHistoryChangeDto
Packages that use SectionHistoryChangeDto
Package
Description
-
Uses of SectionHistoryChangeDto in org.qubership.atp.mia.controllers.api.dto
Methods in org.qubership.atp.mia.controllers.api.dto that return SectionHistoryChangeDtoModifier and TypeMethodDescriptionSectionHistoryChangeDto.addChildSectionsItem(String childSectionsItem) SectionHistoryChangeDto.addCompoundsItem(String compoundsItem) SectionHistoryChangeDto.addProcessesItem(String processesItem) SectionHistoryChangeDto.childSections(List<String> childSections) SectionHistoryChangeDto.createdWhen(Long createdWhen) SectionHistoryChangeDto.entityType(HistoryItemTypeDto entityType) SectionHistoryChangeDto.modifiedBy(String modifiedBy) SectionHistoryChangeDto.modifiedWhen(Long modifiedWhen) SectionHistoryChangeDto.parentSection(String parentSection) SectionHistoryChangeDto.place(BigDecimal place) -
Uses of SectionHistoryChangeDto in org.qubership.atp.mia.service.history.impl
Methods in org.qubership.atp.mia.service.history.impl with parameters of type SectionHistoryChangeDtoModifier and TypeMethodDescriptionvoidSectionVersioningMapper.mapSpecificFields(SectionConfiguration source, SectionHistoryChangeDto destination)