Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.ecm.platform.query.api.WhereClauseDefinition

Packages that use WhereClauseDefinition
org.nuxeo.ecm.platform.query.api   
org.nuxeo.ecm.platform.query.core   
org.nuxeo.ecm.platform.query.nxql   
 

Uses of WhereClauseDefinition in org.nuxeo.ecm.platform.query.api
 

Methods in org.nuxeo.ecm.platform.query.api that return WhereClauseDefinition
 WhereClauseDefinition PageProviderDefinition.getWhereClause()
           
 

Uses of WhereClauseDefinition in org.nuxeo.ecm.platform.query.core
 

Classes in org.nuxeo.ecm.platform.query.core that implement WhereClauseDefinition
 class WhereClauseDescriptor
          Generic descriptor for query where clause, accepting predicates and a fixed part.
 

Methods in org.nuxeo.ecm.platform.query.core that return WhereClauseDefinition
 WhereClauseDefinition GenericPageProviderDescriptor.getWhereClause()
           
 WhereClauseDefinition CoreQueryPageProviderDescriptor.getWhereClause()
           
 

Uses of WhereClauseDefinition in org.nuxeo.ecm.platform.query.nxql
 

Methods in org.nuxeo.ecm.platform.query.nxql with parameters of type WhereClauseDefinition
static java.lang.String NXQLQueryBuilder.getQuery(DocumentModel model, WhereClauseDefinition whereClause, java.lang.Object[] params, SortInfo... sortInfos)
           
static java.lang.String NXQLQueryBuilder.getQueryElement(DocumentModel model, WhereClauseDefinition whereClause, java.lang.Object[] params)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.