Package wt.fc
Class PagingQueryResult
java.lang.Object
wt.fc.QueryResult
wt.fc.PagingQueryResult
- All Implemented Interfaces:
Externalizable,Serializable,Enumeration
This class is a container of results returned from a query along with
paging session information.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute: pagingSpec; Paging specification object used to fetch subsequent pages.longGets the value of the attribute: sessionId; Identifies the persistent paging session.intGets 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, sizeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Enumeration
asIterator
-
Method Details
-
getPagingSpec
Gets the value of the attribute: pagingSpec; Paging specification object used to fetch subsequent pages.
Supported API: true- Returns:
- PagingSessionSpec
-
getTotalSize
public int getTotalSize()Gets the value of the attribute: totalSize; Total number of results that can be paged through.
Supported API: true- Returns:
- int
-
getSessionId
public long getSessionId()Gets the value of the attribute: sessionId; Identifies the persistent paging session.
Supported API: true- Returns:
- long
-