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