Uses of Interface
org.alfresco.repo.search.impl.querymodel.Ordering
-
-
Uses of Ordering in org.alfresco.repo.search.adaptor.lucene
Method parameters in org.alfresco.repo.search.adaptor.lucene with type arguments of type Ordering Modifier and Type Method Description S
LuceneQueryParserAdaptor. 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 Ordering Modifier and Type Method Description Ordering
QueryModelFactory. createOrdering(Column column, Order order)
Methods in org.alfresco.repo.search.impl.querymodel that return types with arguments of type Ordering Modifier and Type Method Description List<Ordering>
Query. 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 Ordering Modifier and Type Class Description class
BaseOrdering
Methods in org.alfresco.repo.search.impl.querymodel.impl that return types with arguments of type Ordering Modifier and Type Method Description List<Ordering>
BaseQuery. getOrderings()
-
Uses of Ordering in org.alfresco.repo.search.impl.querymodel.impl.lucene
Classes in org.alfresco.repo.search.impl.querymodel.impl.lucene that implement Ordering Modifier and Type Class Description class
LuceneOrdering
Methods in org.alfresco.repo.search.impl.querymodel.impl.lucene that return Ordering Modifier and Type Method Description Ordering
LuceneQueryModelFactory. createOrdering(Column column, Order order)
-