Package org.camunda.bpm.engine.impl
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 Summary
Fields Modifier and Type Field Description protected int
firstResult
protected int
maxResults
-
Constructor Summary
Constructors Constructor Description Page(int firstResult, int maxResults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getFirstResult()
int
getMaxResults()
-