Class Pageable

java.lang.Object
org.activiti.api.runtime.shared.query.Pageable

public class Pageable extends Object
  • Method Details

    • of

      public static Pageable of(int startIndex, int maxItems)
    • of

      public static Pageable of(int startIndex, int maxItems, Order order)
    • getStartIndex

      public int getStartIndex()
    • getMaxItems

      public int getMaxItems()
    • getOrder

      public Order getOrder()