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 SLuceneQueryParserAdaptor. 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 OrderingQueryModelFactory. 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 classBaseOrderingMethods 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 classLuceneOrderingMethods in org.alfresco.repo.search.impl.querymodel.impl.lucene that return Ordering Modifier and Type Method Description OrderingLuceneQueryModelFactory. createOrdering(Column column, Order order)
-