Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.core.search.api.client.querymodel.Escaper

Packages that use Escaper
org.nuxeo.ecm.core.search.api.client.querymodel   
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. 
org.nuxeo.ecm.platform.query.api   
org.nuxeo.ecm.platform.query.core   
org.nuxeo.ecm.platform.query.nxql   
 

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

Classes in org.nuxeo.ecm.core.search.api.client.querymodel that implement Escaper
 class LuceneMinimalEscaper
          A very minimal escaper: does double quotes (putting just one is incorrect), +, - and !
 

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

Methods in org.nuxeo.ecm.core.search.api.client.querymodel.descriptor with parameters of type Escaper
 String PredicateDescriptor.getQueryElement(DocumentModel model, Escaper escaper)
           
 

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

Methods in org.nuxeo.ecm.platform.query.api that return types with arguments of type Escaper
 Class<? extends Escaper> WhereClauseDefinition.getEscaperClass()
           
 

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

Methods in org.nuxeo.ecm.platform.query.core that return types with arguments of type Escaper
 Class<? extends Escaper> WhereClauseDescriptor.getEscaperClass()
           
 

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

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


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.