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
Constructor Summary |
Page(int firstResult,
int maxResults)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
firstResult
protected int firstResult
maxResults
protected int maxResults
Page
public Page(int firstResult,
int maxResults)
getFirstResult
public int getFirstResult()
getMaxResults
public int getMaxResults()
Copyright © 2017 camunda services GmbH. All rights reserved.