Uses of Class
org.qubership.atp.mia.controllers.api.dto.HistoryItemResponseDto
Packages that use HistoryItemResponseDto
Package
Description
-
Uses of HistoryItemResponseDto in org.qubership.atp.mia.controllers
Methods in org.qubership.atp.mia.controllers that return types with arguments of type HistoryItemResponseDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<HistoryItemResponseDto> HistoryChangeController.getAllHistory(UUID projectId, String itemType, UUID id, @Valid Integer offset, @Valid Integer limit) Get entity changes. -
Uses of HistoryItemResponseDto in org.qubership.atp.mia.controllers.api
Methods in org.qubership.atp.mia.controllers.api that return types with arguments of type HistoryItemResponseDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<HistoryItemResponseDto> MiaHistoryChangesControllerApi.getAllHistory(UUID projectId, String itemType, UUID id, @Valid Integer offset, @Valid Integer limit) GET /rest/history/{projectId}/{itemType}/{id} : finds all changes history for defined object -
Uses of HistoryItemResponseDto in org.qubership.atp.mia.controllers.api.dto
Methods in org.qubership.atp.mia.controllers.api.dto that return HistoryItemResponseDtoModifier and TypeMethodDescriptionHistoryItemResponseDto.addHistoryItemsItem(HistoryItemDto historyItemsItem) HistoryItemResponseDto.historyItems(List<@Valid HistoryItemDto> historyItems) HistoryItemResponseDto.pageInfo(PageInfoDto pageInfo) -
Uses of HistoryItemResponseDto in org.qubership.atp.mia.service.history
Methods in org.qubership.atp.mia.service.history that return HistoryItemResponseDtoModifier and TypeMethodDescriptionRetrieveHistoryService.getAllHistory(UUID id, Integer offset, Integer limit) -
Uses of HistoryItemResponseDto in org.qubership.atp.mia.service.history.impl
Methods in org.qubership.atp.mia.service.history.impl that return HistoryItemResponseDtoModifier and TypeMethodDescriptionAbstractRetrieveHistoryService.getAllHistory(UUID id, Integer offset, Integer limit) Finds all history of changes for provided entity id.