Class OrderByExprs
- java.lang.Object
-
- org.nuxeo.ecm.core.query.sql.model.OrderByExprs
-
public class OrderByExprs extends Object
Helper to instantiateOrderByExpr
s 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 OrderByExpr
asc(String name)
static OrderByExpr
desc(String name)
-
-
-
Method Detail
-
asc
public static OrderByExpr asc(String name)
-
desc
public static OrderByExpr desc(String name)
-
-