Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.core.search.api.client.querymodel.descriptor.WhereClauseDescriptor

Packages that use WhereClauseDescriptor
org.nuxeo.ecm.core.search.api.client.querymodel.descriptor query model descriptor hold information necessary to fire the proper query from either a document model (stateful) or a string with substitution places (question marks) and applicative feeding of them. 
 

Uses of WhereClauseDescriptor in org.nuxeo.ecm.core.search.api.client.querymodel.descriptor
 

Methods in org.nuxeo.ecm.core.search.api.client.querymodel.descriptor that return WhereClauseDescriptor
 WhereClauseDescriptor QueryModelDescriptor.getWhereClause()
           
 

Methods in org.nuxeo.ecm.core.search.api.client.querymodel.descriptor with parameters of type WhereClauseDescriptor
 void QueryModelDescriptor.setWhereClause(WhereClauseDescriptor whereClause)
           
 

Constructors in org.nuxeo.ecm.core.search.api.client.querymodel.descriptor with parameters of type WhereClauseDescriptor
QueryModelDescriptor(java.lang.String name, java.lang.String docType, java.lang.Integer max, WhereClauseDescriptor whereClause, FieldDescriptor sortColumnField, FieldDescriptor sortAscendingField)
           
QueryModelDescriptor(java.lang.String name, java.lang.String docType, java.lang.String pattern, java.util.List<FacetDescriptor> filterFacets, WhereClauseDescriptor whereClause)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.