Class OrderByExprs
- java.lang.Object
-
- org.nuxeo.ecm.core.query.sql.model.OrderByExprs
-
public class OrderByExprs extends Object
Helper to instantiateOrderByExprs compatible with the search service inside Audit.This class is meant to be moved and to grow up in order to handle every cases.
- Since:
- 9.3
-
-
Constructor Summary
Constructors Constructor Description OrderByExprs()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OrderByExprasc(String name)static OrderByExprdesc(String name)
-
-
-
Method Detail
-
asc
public static OrderByExpr asc(String name)
-
desc
public static OrderByExpr desc(String name)
-
-