Uses of Class
org.qubership.atp.mia.controllers.api.dto.HistoryItemDto
Packages that use HistoryItemDto
Package
Description
-
Uses of HistoryItemDto in org.qubership.atp.mia.controllers.api.dto
Methods in org.qubership.atp.mia.controllers.api.dto that return HistoryItemDtoModifier and TypeMethodDescriptionHistoryItemDto.addAddedItem(String addedItem) HistoryItemDto.addChangedItem(String changedItem) HistoryItemDto.addDeletedItem(String deletedItem) HistoryItemDto.modifiedBy(String modifiedBy) HistoryItemDto.modifiedWhen(String modifiedWhen) HistoryItemDto.type(HistoryItemTypeDto type) Methods in org.qubership.atp.mia.controllers.api.dto that return types with arguments of type HistoryItemDtoModifier and TypeMethodDescription@Valid List<@Valid HistoryItemDto> HistoryItemResponseDto.getHistoryItems()Get historyItemsMethods in org.qubership.atp.mia.controllers.api.dto with parameters of type HistoryItemDtoModifier and TypeMethodDescriptionHistoryItemResponseDto.addHistoryItemsItem(HistoryItemDto historyItemsItem) Method parameters in org.qubership.atp.mia.controllers.api.dto with type arguments of type HistoryItemDtoModifier and TypeMethodDescriptionHistoryItemResponseDto.historyItems(List<@Valid HistoryItemDto> historyItems) voidHistoryItemResponseDto.setHistoryItems(List<@Valid HistoryItemDto> historyItems) -
Uses of HistoryItemDto in org.qubership.atp.mia.service.history.impl
Methods in org.qubership.atp.mia.service.history.impl with parameters of type HistoryItemDtoModifier and TypeMethodDescriptionprotected voidAbstractRetrieveHistoryService.processChildChanges(org.javers.core.diff.Change propertyChange, HistoryItemDto historyItemDto)