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