Uses of Class
org.alfresco.repo.search.impl.querymodel.Order
-
Packages that use Order Package Description org.alfresco.repo.search.impl.querymodel org.alfresco.repo.search.impl.querymodel.impl org.alfresco.repo.search.impl.querymodel.impl.lucene -
-
Uses of Order in org.alfresco.repo.search.impl.querymodel
Methods in org.alfresco.repo.search.impl.querymodel that return Order Modifier and Type Method Description Order
Ordering. getOrder()
static Order
Order. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Order[]
Order. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.repo.search.impl.querymodel with parameters of type Order Modifier and Type Method Description Ordering
QueryModelFactory. createOrdering(Column column, Order order)
-
Uses of Order in org.alfresco.repo.search.impl.querymodel.impl
Methods in org.alfresco.repo.search.impl.querymodel.impl that return Order Modifier and Type Method Description Order
BaseOrdering. getOrder()
Constructors in org.alfresco.repo.search.impl.querymodel.impl with parameters of type Order Constructor Description BaseOrdering(Column column, Order order)
-
Uses of Order in org.alfresco.repo.search.impl.querymodel.impl.lucene
Methods in org.alfresco.repo.search.impl.querymodel.impl.lucene with parameters of type Order Modifier and Type Method Description Ordering
LuceneQueryModelFactory. createOrdering(Column column, Order order)
Constructors in org.alfresco.repo.search.impl.querymodel.impl.lucene with parameters of type Order Constructor Description LuceneOrdering(Column column, Order order)
-