Uses of Interface
org.opencastproject.assetmanager.api.query.Order
-
Packages that use Order Package Description org.opencastproject.assetmanager.api.query Implementations are required to be immutable. -
-
Uses of Order in org.opencastproject.assetmanager.api.query
Methods in org.opencastproject.assetmanager.api.query that return Order Modifier and Type Method Description OrderField. asc()Create an ascending order specifier for the field.OrderField. desc()Create a descending order specifier for the field.Methods in org.opencastproject.assetmanager.api.query with parameters of type Order Modifier and Type Method Description ASelectQueryASelectQuery. orderBy(Order order)Specify an order.
-