Package org.camunda.bpm.engine.impl
Class Page
java.lang.Object
org.camunda.bpm.engine.impl.Page
holds the parameters of a page (partial result) for a query.
- Author:
- Joram Barrez, Tom Baeyens
-
Field Summary
-
Constructor Summary
-
Method Summary
-
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()
-