wt.fc
Class PagingQueryResult

java.lang.Object
  extended by wt.fc.QueryResult
      extended by wt.fc.PagingQueryResult
All Implemented Interfaces:
Externalizable, Serializable, Enumeration

public class PagingQueryResult
extends QueryResult
implements Externalizable

This class is a container of results returned from a query along with paging session information.

Supported API: true

Extendable: false

See Also:
Serialized Form

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

getPagingSpec

public PagingSessionSpec 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