Uses of Class
org.qubership.atp.mia.controllers.api.dto.ProcessHistoryChangeDto
Packages that use ProcessHistoryChangeDto
Package
Description
-
Uses of ProcessHistoryChangeDto in org.qubership.atp.mia.controllers.api.dto
Methods in org.qubership.atp.mia.controllers.api.dto that return ProcessHistoryChangeDtoModifier and TypeMethodDescriptionProcessHistoryChangeDto.addInCompoundsItem(String inCompoundsItem) ProcessHistoryChangeDto.addInSectionsItem(String inSectionsItem) ProcessHistoryChangeDto.createdWhen(Long createdWhen) ProcessHistoryChangeDto.entityType(HistoryItemTypeDto entityType) ProcessHistoryChangeDto.inCompounds(List<String> inCompounds) ProcessHistoryChangeDto.inSections(List<String> inSections) ProcessHistoryChangeDto.modifiedBy(String modifiedBy) ProcessHistoryChangeDto.modifiedWhen(Long modifiedWhen) ProcessHistoryChangeDto.processSettings(ProcessSettingsDto processSettings) -
Uses of ProcessHistoryChangeDto in org.qubership.atp.mia.service.history.impl
Methods in org.qubership.atp.mia.service.history.impl with parameters of type ProcessHistoryChangeDtoModifier and TypeMethodDescriptionvoidProcessVersioningMapper.mapSpecificFields(ProcessConfiguration source, ProcessHistoryChangeDto destination)