Nuxeo Enterprise Platform 5.4

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

Packages that use SearchException
org.nuxeo.ecm.core.search.api.backend Nuxeo Core search engine backend API. 
org.nuxeo.ecm.core.search.api.client Nuxeo Core search engine client API. 
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. 
org.nuxeo.ecm.core.search.api.security   
org.nuxeo.ecm.core.search.service   
org.nuxeo.ecm.platform.search.backend.core   
org.nuxeo.ecm.platform.search.ejb Nuxeo Core search engine EJB facade. 
 

Uses of SearchException in org.nuxeo.ecm.core.search.api.backend
 

Methods in org.nuxeo.ecm.core.search.api.backend that throw SearchException
 ResultSet SearchEngineBackend.searchQuery(ComposedNXQuery nxqlQuery, int offset, int range)
          Searches results given an NXQL query.
 ResultSet SearchEngineBackend.searchQuery(NativeQuery nativeQuery, int offset, int range)
          Searches results given a native query.
 ResultSet SearchEngineBackend.searchQuery(NativeQueryString queryString, int offset, int range)
          Searches results given a backened specific native query string.
 

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

Methods in org.nuxeo.ecm.core.search.api.client that throw SearchException
 ResultSet SearchService.searchQuery(ComposedNXQuery nxqlQuery, int offset, int range)
          Deprecated. use CoreSession#query instead
 ResultSet SearchService.searchQuery(NativeQuery nativeQuery, int offset, int range)
          Deprecated. use CoreSession#query instead
 ResultSet SearchService.searchQuery(NativeQueryString queryString, java.lang.String backendName, int offset, int range)
          Deprecated. use CoreSession#query instead
 

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)
           
 

Uses of SearchException in org.nuxeo.ecm.core.search.api.security
 

Methods in org.nuxeo.ecm.core.search.api.security that throw SearchException
 ComposedNXQuery SearchPolicy.applyPolicy(ComposedNXQuery nxqlQuery)
          Returns new query with its policy applied
 

Uses of SearchException in org.nuxeo.ecm.core.search.service
 

Methods in org.nuxeo.ecm.core.search.service that throw SearchException
 ResultSet SearchServiceImpl.searchQuery(ComposedNXQuery nxqlQuery, int offset, int range)
           
 ResultSet SearchServiceImpl.searchQuery(NativeQuery nativeQuery, int offset, int range)
           
 ResultSet SearchServiceImpl.searchQuery(NativeQueryString queryString, java.lang.String backendName, int offset, int range)
           
 

Uses of SearchException in org.nuxeo.ecm.platform.search.backend.core
 

Methods in org.nuxeo.ecm.platform.search.backend.core that throw SearchException
 ResultSet CoreSearchBackend.searchQuery(ComposedNXQuery nxQuery, int offset, int limit)
           
 

Uses of SearchException in org.nuxeo.ecm.platform.search.ejb
 

Methods in org.nuxeo.ecm.platform.search.ejb that throw SearchException
 ResultSet SearchServiceBean.searchQuery(ComposedNXQuery nxqlQuery, int offset, int range)
           
 ResultSet SearchServiceBean.searchQuery(NativeQuery nativeQuery, int offset, int range)
           
 ResultSet SearchServiceBean.searchQuery(NativeQueryString queryString, java.lang.String backendName, int offset, int range)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.