Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.ecm.core.search.api.client.query.ComposedNXQuery

Packages that use ComposedNXQuery
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.query.impl Nuxeo Core search engine query abstraction 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 ComposedNXQuery in org.nuxeo.ecm.core.search.api.backend
 

Methods in org.nuxeo.ecm.core.search.api.backend with parameters of type ComposedNXQuery
 ResultSet SearchEngineBackend.searchQuery(ComposedNXQuery nxqlQuery, int offset, int range)
          Searches results given an NXQL query.
 

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

Methods in org.nuxeo.ecm.core.search.api.client with parameters of type ComposedNXQuery
 ResultSet SearchService.searchQuery(ComposedNXQuery nxqlQuery, int offset, int range)
          Deprecated. use CoreSession#query instead
 

Uses of ComposedNXQuery in org.nuxeo.ecm.core.search.api.client.query.impl
 

Classes in org.nuxeo.ecm.core.search.api.client.query.impl that implement ComposedNXQuery
 class ComposedNXQueryImpl
          Composed NXQL query implementation.
 

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

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

Methods in org.nuxeo.ecm.core.search.api.security with parameters of type ComposedNXQuery
 ComposedNXQuery SearchPolicyService.applyPolicy(ComposedNXQuery nxqlQuery)
          Deprecated.  
 ComposedNXQuery SearchPolicy.applyPolicy(ComposedNXQuery nxqlQuery)
          Returns new query with its policy applied
 

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

Methods in org.nuxeo.ecm.core.search.service with parameters of type ComposedNXQuery
 ResultSet SearchServiceImpl.searchQuery(ComposedNXQuery nxqlQuery, int offset, int range)
           
 

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

Methods in org.nuxeo.ecm.platform.search.backend.core with parameters of type ComposedNXQuery
 ResultSet CoreSearchBackend.searchQuery(ComposedNXQuery nxQuery, int offset, int limit)
           
 

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

Methods in org.nuxeo.ecm.platform.search.ejb with parameters of type ComposedNXQuery
 ResultSet SearchServiceBean.searchQuery(ComposedNXQuery nxqlQuery, int offset, int range)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.