|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.activiti.Page
public class Page
holds the parameters of a page (partial result) for a query.
| Field Summary | |
|---|---|
protected int |
maxResults
|
protected int |
offset
|
| Constructor Summary | |
|---|---|
Page(int offset,
int maxResults)
|
|
| Method Summary | |
|---|---|
int |
getMaxResults()
|
int |
getOffset()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int offset
protected int maxResults
| Constructor Detail |
|---|
public Page(int offset,
int maxResults)
| Method Detail |
|---|
public int getOffset()
public int getMaxResults()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||