Uses of Class
org.qubership.atp.ram.model.JaversCountResponse
Packages that use JaversCountResponse
Package
Description
-
Uses of JaversCountResponse in org.qubership.atp.ram.history.job
Methods in org.qubership.atp.ram.history.job that return types with arguments of type JaversCountResponseModifier and TypeMethodDescriptionJaversSnapshotScheduler.findCdoIdAndCount(List<String> listOfCdoId) Get list of unique cdoId with number of objects with this cdoId.Methods in org.qubership.atp.ram.history.job with parameters of type JaversCountResponseModifier and TypeMethodDescriptionvoidJaversSnapshotScheduler.execute(JaversCountResponse response) Delete old versions.JaversSnapshotScheduler.findObjectWithMinVersion(JaversCountResponse response, List<JaversVersionsResponse> oldObjects) Get cdo object with min version.JaversSnapshotScheduler.findOldObjects(JaversCountResponse response) Get old cdo objects. -
Uses of JaversCountResponse in org.qubership.atp.ram.repositories
Methods in org.qubership.atp.ram.repositories that return types with arguments of type JaversCountResponseModifier and TypeMethodDescriptionJaversSnapshotRepository.findCdoIdAndCount(List<String> listOfCdoId) -
Uses of JaversCountResponse in org.qubership.atp.ram.repositories.impl
Methods in org.qubership.atp.ram.repositories.impl that return types with arguments of type JaversCountResponseModifier and TypeMethodDescriptionJaversSnapshotRepositoryImpl.findCdoIdAndCount(List<String> listOfCdoId) Returns cdoId and number of objects with current cdoId.