Oracle® Collaboration Suite Workspaces API Reference
10g (10.1.1.0.2)

Part No. B16233-01


oracle.workspaces.search
Class CwDiscussionSearchResultSet

java.lang.Object
  extended byoracle.workspaces.search.CwSearchResultSet
      extended byoracle.workspaces.search.CwDiscussionSearchResultSet


public class CwDiscussionSearchResultSet
extends CwSearchResultSet

Result set class for discussions searches.


Constructor Summary
CwDiscussionSearchResultSet(CwSession session, oracle.search.QueryResult qr, oracle.search.SimpleQuery query, CwSearchContainer container)
API users should not call result set constructors.

Method Summary
void fetchRows(int rowStart, int rowLimit)
Fetch the specified number of rows from the specified start index from this result set.

Methods inherited from class oracle.workspaces.search.CwSearchResultSet
getColumns, getContainer, getCwException, getIsErrorResult, getQuery, getQueryResult, getRowCount, getRowLimit, getRows, getRowStart, getSearchSession, getSession, getTotalCount

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

CwDiscussionSearchResultSet

public CwDiscussionSearchResultSet(CwSession session,
                                   oracle.search.QueryResult qr,
                                   oracle.search.SimpleQuery query,
                                   CwSearchContainer container)
                            throws CwException
API users should not call result set constructors.

Method Detail

fetchRows

public void fetchRows(int rowStart,
                      int rowLimit)
               throws CwException
Fetch the specified number of rows from the specified start index from this result set.
Overrides:
fetchRows in class CwSearchResultSet
Parameters:
rowStart - The starting row number of the search results.
rowLimit - the max number of rows to be returned.
Throws:
CwException

Copyright © 2001, 2005, Oracle. All rights reserved.