Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.ecm.core.query.QueryResult

Packages that use QueryResult
org.nuxeo.ecm.core.query   
org.nuxeo.ecm.core.storage.sql.coremodel   
 

Uses of QueryResult in org.nuxeo.ecm.core.query
 

Methods in org.nuxeo.ecm.core.query that return QueryResult
 QueryResult Query.execute()
          Makes a query to the backend.
 QueryResult Query.execute(boolean countTotal)
          Makes a query to the backend.
 QueryResult FilterableQuery.execute(QueryFilter queryFilter, boolean countTotal)
          Makes a query to the backend with filtering on the BROWSE permission for the principal, facets, and query transformers.
 

Uses of QueryResult in org.nuxeo.ecm.core.storage.sql.coremodel
 

Classes in org.nuxeo.ecm.core.storage.sql.coremodel that implement QueryResult
 class SQLQueryResult
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.