Uses of Class
io.apicurio.registry.storage.dto.VersionSearchResultsDto
-
Packages that use VersionSearchResultsDto Package Description io.apicurio.registry.events io.apicurio.registry.rest.v1 io.apicurio.registry.rest.v2 io.apicurio.registry.storage io.apicurio.registry.storage.impl.sql -
-
Uses of VersionSearchResultsDto in io.apicurio.registry.events
Methods in io.apicurio.registry.events that return VersionSearchResultsDto Modifier and Type Method Description VersionSearchResultsDto
EventSourcedRegistryStorage. searchVersions(String groupId, String artifactId, int offset, int limit)
-
Uses of VersionSearchResultsDto in io.apicurio.registry.rest.v1
Methods in io.apicurio.registry.rest.v1 with parameters of type VersionSearchResultsDto Modifier and Type Method Description static VersionSearchResults
V1ApiUtil. dtoToSearchResults(VersionSearchResultsDto dto)
-
Uses of VersionSearchResultsDto in io.apicurio.registry.rest.v2
Methods in io.apicurio.registry.rest.v2 with parameters of type VersionSearchResultsDto Modifier and Type Method Description static VersionSearchResults
V2ApiUtil. dtoToSearchResults(VersionSearchResultsDto dto)
-
Uses of VersionSearchResultsDto in io.apicurio.registry.storage
Methods in io.apicurio.registry.storage that return VersionSearchResultsDto Modifier and Type Method Description VersionSearchResultsDto
RegistryStorage. searchVersions(String groupId, String artifactId, int offset, int limit)
Fetch the versions of the given artifact -
Uses of VersionSearchResultsDto in io.apicurio.registry.storage.impl.sql
Methods in io.apicurio.registry.storage.impl.sql that return VersionSearchResultsDto Modifier and Type Method Description VersionSearchResultsDto
AbstractSqlRegistryStorage. searchVersions(String groupId, String artifactId, int offset, int limit)
-