Uses of Class
io.apicurio.registry.storage.dto.VersionSearchResultsDto
-
-
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 VersionSearchResultsV1ApiUtil. 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 VersionSearchResultsV2ApiUtil. 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 VersionSearchResultsDtoRegistryStorage. searchVersions(String groupId, String artifactId, int offset, int limit)Fetch the versions of the given artifact -
Uses of VersionSearchResultsDto in io.apicurio.registry.storage.decorator
Methods in io.apicurio.registry.storage.decorator that return VersionSearchResultsDto Modifier and Type Method Description VersionSearchResultsDtoRegistryStorageDecorator. searchVersions(String groupId, String artifactId, int offset, int limit) -
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 VersionSearchResultsDtoAbstractSqlRegistryStorage. searchVersions(String groupId, String artifactId, int offset, int limit)
-