Uses of Class
org.activiti.api.runtime.shared.query.Order
-
Packages that use Order Package Description org.activiti.api.runtime.shared.query -
-
Uses of Order in org.activiti.api.runtime.shared.query
Methods in org.activiti.api.runtime.shared.query that return Order Modifier and Type Method Description static OrderOrder. by(java.lang.String property, Order.Direction direction)OrderPageable. getOrder()Methods in org.activiti.api.runtime.shared.query with parameters of type Order Modifier and Type Method Description static PageablePageable. of(int startIndex, int maxItems, Order order)
-