Uses of Interface
org.alfresco.repo.search.impl.querymodel.Ordering
Packages that use Ordering
Package
Description
-
Uses of Ordering in org.alfresco.repo.search.adaptor
Method parameters in org.alfresco.repo.search.adaptor with type arguments of type OrderingModifier and TypeMethodDescriptionQueryParserAdaptor.buildSort
(List<Ordering> list, FunctionEvaluationContext functionContext) -
Uses of Ordering in org.alfresco.repo.search.impl.querymodel
Methods in org.alfresco.repo.search.impl.querymodel that return OrderingMethods in org.alfresco.repo.search.impl.querymodel that return types with arguments of type OrderingModifier and TypeMethodDescriptionQuery.getOrderings()
Get any orderings (may be an empty list or null) -
Uses of Ordering in org.alfresco.repo.search.impl.querymodel.impl
Classes in org.alfresco.repo.search.impl.querymodel.impl that implement OrderingMethods in org.alfresco.repo.search.impl.querymodel.impl that return types with arguments of type Ordering -
Uses of Ordering in org.alfresco.repo.search.impl.querymodel.impl.lucene
Classes in org.alfresco.repo.search.impl.querymodel.impl.lucene that implement OrderingMethods in org.alfresco.repo.search.impl.querymodel.impl.lucene that return OrderingModifier and TypeMethodDescriptionLuceneQueryModelFactory.createOrdering
(Column column, Order order)