Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

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

Methods in org.nuxeo.ecm.platform.query.api that return PredicateDefinition
 PredicateDefinition[] WhereClauseDefinition.getPredicates()
           
 

Methods in org.nuxeo.ecm.platform.query.api with parameters of type PredicateDefinition
 void WhereClauseDefinition.setPredicates(PredicateDefinition[] predicates)
           
 

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

Classes in org.nuxeo.ecm.platform.query.core that implement PredicateDefinition
 class PredicateDescriptor
          Predicate descriptor accepting a schema and field, an operator, and a parameter.
 

Methods in org.nuxeo.ecm.platform.query.core that return PredicateDefinition
 PredicateDefinition[] WhereClauseDescriptor.getPredicates()
           
 

Methods in org.nuxeo.ecm.platform.query.core with parameters of type PredicateDefinition
 void WhereClauseDescriptor.setPredicates(PredicateDefinition[] predicates)
           
 

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

Methods in org.nuxeo.ecm.platform.query.nxql with parameters of type PredicateDefinition
static String NXQLQueryBuilder.getQueryElement(DocumentModel model, PredicateDefinition predicateDescriptor, Escaper escaper)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.