Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.core.search.api.client.search.results.ResultSet

Packages that use ResultSet
org.nuxeo.ecm.core.search.api.client.search.results Client search results api. 
org.nuxeo.ecm.core.search.api.client.search.results.document   
org.nuxeo.ecm.core.search.api.client.search.results.impl Client search results api implementation. 
 

Uses of ResultSet in org.nuxeo.ecm.core.search.api.client.search.results
 

Methods in org.nuxeo.ecm.core.search.api.client.search.results that return ResultSet
 ResultSet ResultSet.goToPage(int page)
          Goes to requested page.
 ResultSet ResultSet.nextPage()
          Computes the next page by replaying the exact same request.
 ResultSet ResultSet.replay()
          Replays the exact same query.
 ResultSet ResultSet.replay(int offset, int range)
          Replays the same query with new offset and range.
 

Uses of ResultSet in org.nuxeo.ecm.core.search.api.client.search.results.document
 

Constructors in org.nuxeo.ecm.core.search.api.client.search.results.document with parameters of type ResultSet
SearchPageProvider(ResultSet set)
          Deprecated. Constructor to create a non-sortable resultset.
SearchPageProvider(ResultSet set, boolean sortable, SortInfo sortInfo, String query)
          Deprecated. Constructor to create a sortable provider.
 

Uses of ResultSet in org.nuxeo.ecm.core.search.api.client.search.results.impl
 

Classes in org.nuxeo.ecm.core.search.api.client.search.results.impl that implement ResultSet
 class ResultSetImpl
          Result set implementation.
 

Methods in org.nuxeo.ecm.core.search.api.client.search.results.impl that return ResultSet
 ResultSet ResultSetImpl.goToPage(int page)
           
 ResultSet ResultSetImpl.nextPage()
           
 ResultSet ResultSetImpl.replay()
           
 ResultSet ResultSetImpl.replay(int offset, int range)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.