Uses of Class
org.qubership.atp.mia.controllers.api.dto.FileHistoryChangeDto
Packages that use FileHistoryChangeDto
Package
Description
-
Uses of FileHistoryChangeDto in org.qubership.atp.mia.controllers.api.dto
Methods in org.qubership.atp.mia.controllers.api.dto that return FileHistoryChangeDtoModifier and TypeMethodDescriptionFileHistoryChangeDto.createdWhen(Long createdWhen) FileHistoryChangeDto.entityType(HistoryItemTypeDto entityType) FileHistoryChangeDto.modifiedBy(String modifiedBy) FileHistoryChangeDto.modifiedWhen(Long modifiedWhen) FileHistoryChangeDto.size(BigDecimal size) -
Uses of FileHistoryChangeDto in org.qubership.atp.mia.service.history.impl
Methods in org.qubership.atp.mia.service.history.impl with parameters of type FileHistoryChangeDtoModifier and TypeMethodDescriptionvoidFileVersioningMapper.mapSpecificFields(ProjectFile source, FileHistoryChangeDto destination)