Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.core.search.api.client.SearchException

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

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

Methods in org.nuxeo.ecm.core.search.api.client.search.results that throw SearchException
 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 SearchException in org.nuxeo.ecm.core.search.api.client.search.results.impl
 

Methods in org.nuxeo.ecm.core.search.api.client.search.results.impl that throw SearchException
 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.