Class Page

java.lang.Object
org.camunda.bpm.engine.impl.Page

public class Page extends Object
holds the parameters of a page (partial result) for a query.
Author:
Joram Barrez, Tom Baeyens
  • Field Details

    • firstResult

      protected int firstResult
    • maxResults

      protected int maxResults
  • Constructor Details

    • Page

      public Page(int firstResult, int maxResults)
  • Method Details

    • getFirstResult

      public int getFirstResult()
    • getMaxResults

      public int getMaxResults()