Uses of Class
io.apicurio.registry.storage.dto.ArtifactSearchResultsDto
-
Packages that use ArtifactSearchResultsDto 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 ArtifactSearchResultsDto in io.apicurio.registry.events
Methods in io.apicurio.registry.events that return ArtifactSearchResultsDto Modifier and Type Method Description ArtifactSearchResultsDto
EventSourcedRegistryStorage. searchArtifacts(Set<SearchFilter> filters, OrderBy orderBy, OrderDirection orderDirection, int offset, int limit)
-
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 ArtifactSearchResults
V1ApiUtil. 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 ArtifactSearchResults
V2ApiUtil. 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 ArtifactSearchResultsDto
RegistryStorage. 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.impl.sql
Methods in io.apicurio.registry.storage.impl.sql that return ArtifactSearchResultsDto Modifier and Type Method Description ArtifactSearchResultsDto
AbstractSqlRegistryStorage. searchArtifacts(Set<SearchFilter> filters, OrderBy orderBy, OrderDirection orderDirection, int offset, int limit)
-