Uses of Class
io.apicurio.registry.storage.dto.OrderBy
-
Packages that use OrderBy Package Description io.apicurio.registry.events io.apicurio.registry.storage io.apicurio.registry.storage.dto io.apicurio.registry.storage.impl.sql -
-
Uses of OrderBy in io.apicurio.registry.events
Methods in io.apicurio.registry.events with parameters of type OrderBy Modifier and Type Method Description ArtifactSearchResultsDto
EventSourcedRegistryStorage. searchArtifacts(Set<SearchFilter> filters, OrderBy orderBy, OrderDirection orderDirection, int offset, int limit)
-
Uses of OrderBy in io.apicurio.registry.storage
Methods in io.apicurio.registry.storage with parameters of type OrderBy 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 OrderBy in io.apicurio.registry.storage.dto
Methods in io.apicurio.registry.storage.dto that return OrderBy Modifier and Type Method Description static OrderBy
OrderBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static OrderBy[]
OrderBy. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OrderBy in io.apicurio.registry.storage.impl.sql
Methods in io.apicurio.registry.storage.impl.sql with parameters of type OrderBy Modifier and Type Method Description ArtifactSearchResultsDto
AbstractSqlRegistryStorage. searchArtifacts(Set<SearchFilter> filters, OrderBy orderBy, OrderDirection orderDirection, int offset, int limit)
-