org.activiti.engine.impl
类 Page
java.lang.Object
org.activiti.engine.impl.Page
public class Page
- extends Object
holds the parameters of a page (partial result) for a query.
- 作者:
- Joram Barrez, Tom Baeyens
构造方法摘要 |
Page(int firstResult,
int maxResults)
|
从类 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 © 2013 Alfresco. All rights reserved.