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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
firstResultprotected int firstResult
- 
maxResultsprotected int maxResults
 
- 
- 
Constructor Details- 
Pagepublic Page(int firstResult, int maxResults) 
 
- 
- 
Method Details- 
getFirstResultpublic int getFirstResult()
- 
getMaxResultspublic int getMaxResults()
 
-