Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.core.query.sql.model.SQLQuery

Packages that use SQLQuery
org.nuxeo.ecm.core.query.sql   
org.nuxeo.ecm.core.query.sql.model   
org.nuxeo.ecm.core.query.test Base JUnit test cases that test NXQL queries. 
org.nuxeo.ecm.core.search.api.client.query Nuxeo Core search engine query abstraction API. 
org.nuxeo.ecm.core.search.api.client.query.impl Nuxeo Core search engine query abstraction API implementation. 
org.nuxeo.ecm.core.search.api.client.search.results.impl Client search results api implementation. 
org.nuxeo.ecm.core.storage.sql.jdbc   
 

Uses of SQLQuery in org.nuxeo.ecm.core.query.sql
 

Methods in org.nuxeo.ecm.core.query.sql that return SQLQuery
static SQLQuery SQLQueryParser.parse(java.io.Reader reader)
           
static SQLQuery SQLQueryParser.parse(java.lang.String string)
           
 

Uses of SQLQuery in org.nuxeo.ecm.core.query.sql.model
 

Methods in org.nuxeo.ecm.core.query.sql.model that return SQLQuery
 SQLQuery SQLQuery.Transformer.transform(java.security.Principal principal, SQLQuery query)
           
 SQLQuery SQLQuery.IdentityTransformer.transform(java.security.Principal principal, SQLQuery query)
           
 

Methods in org.nuxeo.ecm.core.query.sql.model with parameters of type SQLQuery
 SQLQuery SQLQuery.Transformer.transform(java.security.Principal principal, SQLQuery query)
           
 SQLQuery SQLQuery.IdentityTransformer.transform(java.security.Principal principal, SQLQuery query)
           
 void IVisitor.visitQuery(SQLQuery node)
           
 void DefaultQueryVisitor.visitQuery(SQLQuery node)
           
 

Constructors in org.nuxeo.ecm.core.query.sql.model with parameters of type SQLQuery
SQLQuery(SQLQuery other)
          Copying constructor.
 

Uses of SQLQuery in org.nuxeo.ecm.core.query.test
 

Methods in org.nuxeo.ecm.core.query.test that return SQLQuery
 SQLQuery NoFile2SecurityPolicy.NoFileTransformer.transform(java.security.Principal principal, SQLQuery query)
           
 

Methods in org.nuxeo.ecm.core.query.test with parameters of type SQLQuery
 SQLQuery NoFile2SecurityPolicy.NoFileTransformer.transform(java.security.Principal principal, SQLQuery query)
           
 

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

Methods in org.nuxeo.ecm.core.search.api.client.query that return SQLQuery
 SQLQuery ComposedNXQuery.getQuery()
          Returns an NXQL parsed query.
 

Methods in org.nuxeo.ecm.core.search.api.client.query with parameters of type SQLQuery
 void ComposedNXQuery.setQuery(SQLQuery query)
          Sets the NXQL parsed query.
 

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

Methods in org.nuxeo.ecm.core.search.api.client.query.impl that return SQLQuery
 SQLQuery ComposedNXQueryImpl.getQuery()
           
 

Methods in org.nuxeo.ecm.core.search.api.client.query.impl with parameters of type SQLQuery
 void ComposedNXQueryImpl.setQuery(SQLQuery query)
           
 

Constructors in org.nuxeo.ecm.core.search.api.client.query.impl with parameters of type SQLQuery
ComposedNXQueryImpl(SQLQuery query)
           
ComposedNXQueryImpl(SQLQuery query, SearchPrincipal principal)
           
 

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

Constructors in org.nuxeo.ecm.core.search.api.client.search.results.impl with parameters of type SQLQuery
ResultSetImpl(SQLQuery sqlQuery, SearchPrincipal principal, int offset, int range, java.util.List<ResultItem> resultItems, int totalHits, int pageHits)
          Deprecated. use the constructor taking a CoreSession instead
 

Uses of SQLQuery in org.nuxeo.ecm.core.storage.sql.jdbc
 

Methods in org.nuxeo.ecm.core.storage.sql.jdbc with parameters of type SQLQuery
 void NXQLQueryMaker.WhereBuilder.visitQuery(SQLQuery node)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.