Nuxeo Enterprise Platform 5.4

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

Packages that use Predicate
org.nuxeo.ecm.core.query.sql.model   
org.nuxeo.ecm.core.query.test Base JUnit test cases that test NXQL queries. 
 

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

Subclasses of Predicate in org.nuxeo.ecm.core.query.sql.model
 class MultiExpression
          An expression for an single operator with an arbitrary number of operands.
 

Fields in org.nuxeo.ecm.core.query.sql.model declared as Predicate
 Predicate WhereClause.predicate
           
 Predicate HavingClause.predicate
           
 

Constructors in org.nuxeo.ecm.core.query.sql.model with parameters of type Predicate
HavingClause(Predicate predicate)
           
WhereClause(Predicate predicate)
           
 

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

Fields in org.nuxeo.ecm.core.query.test declared as Predicate
static Predicate NoFile2SecurityPolicy.NoFileTransformer.NO_FILE
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.