Uses of Class
org.qubership.atp.itf.lite.backend.feign.dto.history.HistoryItemResponseDto
Packages that use HistoryItemResponseDto
Package
Description
-
Uses of HistoryItemResponseDto in org.qubership.atp.itf.lite.backend.controllers
Methods in org.qubership.atp.itf.lite.backend.controllers that return types with arguments of type HistoryItemResponseDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<HistoryItemResponseDto> HistoryChangeController.getAllHistory(UUID projectId, String itemType, UUID id, Integer offset, Integer limit) Get all history. -
Uses of HistoryItemResponseDto in org.qubership.atp.itf.lite.backend.service.history.iface
Methods in org.qubership.atp.itf.lite.backend.service.history.iface that return HistoryItemResponseDtoModifier and TypeMethodDescriptionRetrieveHistoryService.getAllHistory(UUID id, Integer offset, Integer limit) -
Uses of HistoryItemResponseDto in org.qubership.atp.itf.lite.backend.service.history.impl
Methods in org.qubership.atp.itf.lite.backend.service.history.impl that return HistoryItemResponseDtoModifier and TypeMethodDescriptionAbstractRetrieveHistoryService.getAllHistory(UUID id, Integer offset, Integer limit) Finds all history of changes for provided entity id.