Package wt.fc

Class PagingQueryResult

java.lang.Object
wt.fc.QueryResult
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:
  • Method Details

    • 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