Class Order
- java.lang.Object
-
- org.activiti.api.runtime.shared.query.Order
-
public class Order extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOrder.Direction
-
Constructor Summary
Constructors Constructor Description Order(java.lang.String property)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Orderby(java.lang.String property, Order.Direction direction)Order.DirectiongetDirection()java.lang.StringgetProperty()
-
-
-
Method Detail
-
getProperty
public java.lang.String getProperty()
-
getDirection
public Order.Direction getDirection()
-
by
public static Order by(java.lang.String property, Order.Direction direction)
-
-