|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.QueryResult
wt.fc.PagingQueryResult
public class PagingQueryResult
This class is a container of results returned from a query along with
paging session information.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
PagingSessionSpec |
getPagingSpec()
Gets the value of the attribute: pagingSpec; Paging specification object used to fetch subsequent pages. |
long |
getSessionId()
Gets the value of the attribute: sessionId; Identifies the persistent paging session. |
int |
getTotalSize()
Gets the value of the attribute: totalSize; Total number of results that can be paged through. |
| Methods inherited from class wt.fc.QueryResult |
|---|
getEnumeration, getObjectVectorIfc, hasMoreElements, nextElement, reset, size |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public PagingSessionSpec getPagingSpec()
public int getTotalSize()
public long getSessionId()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||