Uses of Class
io.apicurio.registry.storage.dto.ArtifactSearchResultsDto
-
-
Uses of ArtifactSearchResultsDto in io.apicurio.registry.rest.v1
Methods in io.apicurio.registry.rest.v1 with parameters of type ArtifactSearchResultsDto Modifier and Type Method Description static ArtifactSearchResultsV1ApiUtil. dtoToSearchResults(ArtifactSearchResultsDto dto) -
Uses of ArtifactSearchResultsDto in io.apicurio.registry.rest.v2
Methods in io.apicurio.registry.rest.v2 with parameters of type ArtifactSearchResultsDto Modifier and Type Method Description static ArtifactSearchResultsV2ApiUtil. dtoToSearchResults(ArtifactSearchResultsDto dto) -
Uses of ArtifactSearchResultsDto in io.apicurio.registry.storage
Methods in io.apicurio.registry.storage that return ArtifactSearchResultsDto Modifier and Type Method Description ArtifactSearchResultsDtoRegistryStorage. searchArtifacts(Set<SearchFilter> filters, OrderBy orderBy, OrderDirection orderDirection, int offset, int limit)Search artifacts by given criteria -
Uses of ArtifactSearchResultsDto in io.apicurio.registry.storage.decorator
Methods in io.apicurio.registry.storage.decorator that return ArtifactSearchResultsDto Modifier and Type Method Description ArtifactSearchResultsDtoRegistryStorageDecorator. searchArtifacts(Set<SearchFilter> filters, OrderBy orderBy, OrderDirection orderDirection, int offset, int limit) -
Uses of ArtifactSearchResultsDto in io.apicurio.registry.storage.impl.sql
Methods in io.apicurio.registry.storage.impl.sql that return ArtifactSearchResultsDto Modifier and Type Method Description ArtifactSearchResultsDtoAbstractSqlRegistryStorage. searchArtifacts(Set<SearchFilter> filters, OrderBy orderBy, OrderDirection orderDirection, int offset, int limit)
-