org.camunda.bpm.engine.impl
Class Page

java.lang.Object
  extended by 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
protected  int firstResult
           
protected  int maxResults
           
 
Constructor Summary
Page(int firstResult, int maxResults)
           
 
Method Summary
 int getFirstResult()
           
 int getMaxResults()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

firstResult

protected int firstResult

maxResults

protected int maxResults
Constructor Detail

Page

public Page(int firstResult,
            int maxResults)
Method Detail

getFirstResult

public int getFirstResult()

getMaxResults

public int getMaxResults()


Copyright © 2017 camunda services GmbH. All rights reserved.