Uses of Class
org.activiti.api.runtime.shared.query.Pageable
-
Packages that use Pageable Package Description org.activiti.api.runtime.shared.query -
-
Uses of Pageable in org.activiti.api.runtime.shared.query
Methods in org.activiti.api.runtime.shared.query that return Pageable Modifier and Type Method Description static PageablePageable. of(int startIndex, int maxItems)static PageablePageable. of(int startIndex, int maxItems, Order order)
-