Uses of Class
org.qubership.atp.mia.controllers.api.dto.CompareEntityResponseDto
Packages that use CompareEntityResponseDto
Package
Description
-
Uses of CompareEntityResponseDto in org.qubership.atp.mia.controllers
Methods in org.qubership.atp.mia.controllers that return types with arguments of type CompareEntityResponseDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<CompareEntityResponseDto>> HistoryChangeController.getEntitiesByVersion(UUID projectId, String itemType, UUID uuid, List<String> versions) Get all entity fields by versions for comparison. -
Uses of CompareEntityResponseDto in org.qubership.atp.mia.controllers.api
Methods in org.qubership.atp.mia.controllers.api that return types with arguments of type CompareEntityResponseDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<CompareEntityResponseDto>> MiaHistoryChangesControllerApi.getEntitiesByVersion(UUID projectId, String itemType, UUID uuid, @NotNull @Valid List<String> versions) GET /rest/entityversioning/{projectId}/{itemType}/{uuid} : getEntitiesByVersion -
Uses of CompareEntityResponseDto in org.qubership.atp.mia.controllers.api.dto
Methods in org.qubership.atp.mia.controllers.api.dto that return CompareEntityResponseDtoModifier and TypeMethodDescriptionCompareEntityResponseDto.compareEntity(AbstractCompareEntityDto compareEntity) -
Uses of CompareEntityResponseDto in org.qubership.atp.mia.service.history
Methods in org.qubership.atp.mia.service.history that return types with arguments of type CompareEntityResponseDtoModifier and TypeMethodDescriptionRetrieveHistoryService.getEntitiesByVersions(UUID id, List<String> versions) -
Uses of CompareEntityResponseDto in org.qubership.atp.mia.service.history.impl
Methods in org.qubership.atp.mia.service.history.impl that return types with arguments of type CompareEntityResponseDtoModifier and TypeMethodDescriptionAbstractRetrieveHistoryService.getEntitiesByVersions(UUID id, List<String> versions) Returns collection of entities with requested revision numbers.