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