Uses of Class
org.qubership.atp.mia.controllers.api.dto.CompoundHistoryChangeDto
Packages that use CompoundHistoryChangeDto
Package
Description
-
Uses of CompoundHistoryChangeDto in org.qubership.atp.mia.controllers.api.dto
Methods in org.qubership.atp.mia.controllers.api.dto that return CompoundHistoryChangeDtoModifier and TypeMethodDescriptionCompoundHistoryChangeDto.addInSectionsItem(String inSectionsItem) CompoundHistoryChangeDto.addProcessesItem(String processesItem) CompoundHistoryChangeDto.createdWhen(Long createdWhen) CompoundHistoryChangeDto.entityType(HistoryItemTypeDto entityType) CompoundHistoryChangeDto.inSections(List<String> inSections) CompoundHistoryChangeDto.modifiedBy(String modifiedBy) CompoundHistoryChangeDto.modifiedWhen(Long modifiedWhen) CompoundHistoryChangeDto.referToInput(String referToInput) -
Uses of CompoundHistoryChangeDto in org.qubership.atp.mia.service.history.impl
Methods in org.qubership.atp.mia.service.history.impl with parameters of type CompoundHistoryChangeDtoModifier and TypeMethodDescriptionvoidCompoundVersioningMapper.mapSpecificFields(CompoundConfiguration source, CompoundHistoryChangeDto destination)