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