Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.core.storage.sql.Session.PathResolver

Packages that use Session.PathResolver
org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database. 
org.nuxeo.ecm.core.storage.sql.jdbc   
org.nuxeo.ecm.core.storage.sql.management Simple MBean to report the status of a SQL repository. 
org.nuxeo.ecm.core.storage.sql.net   
org.nuxeo.ecm.platform.tag   
 

Uses of Session.PathResolver in org.nuxeo.ecm.core.storage.sql
 

Classes in org.nuxeo.ecm.core.storage.sql that implement Session.PathResolver
static class RepositoryImpl.SessionPathResolver
           
 

Fields in org.nuxeo.ecm.core.storage.sql declared as Session.PathResolver
 Session.PathResolver CapturingQueryMaker.Captured.pathResolver
           
 

Methods in org.nuxeo.ecm.core.storage.sql with parameters of type Session.PathResolver
 QueryMaker.Query CapturingQueryMaker.buildQuery(SQLInfo sqlInfo, Model model, Session.PathResolver pathResolver, String query, QueryFilter queryFilter, Object... params)
           
 Mapper RepositoryBackend.newMapper(Model model, Session.PathResolver pathResolver, Credentials credentials, boolean create)
          Creates a new instance a Mapper.
 

Uses of Session.PathResolver in org.nuxeo.ecm.core.storage.sql.jdbc
 

Methods in org.nuxeo.ecm.core.storage.sql.jdbc with parameters of type Session.PathResolver
 QueryMaker.Query QueryMaker.buildQuery(SQLInfo sqlInfo, Model model, Session.PathResolver pathResolver, String query, QueryFilter queryFilter, Object... params)
          Builds the query.
 QueryMaker.Query NXQLQueryMaker.buildQuery(SQLInfo sqlInfo, Model model, Session.PathResolver pathResolver, String query, QueryFilter queryFilter, Object... params)
           
 Mapper JDBCBackend.newMapper(Model model, Session.PathResolver pathResolver, Credentials credentials, boolean create)
           
 

Constructors in org.nuxeo.ecm.core.storage.sql.jdbc with parameters of type Session.PathResolver
JDBCMapper(Model model, Session.PathResolver pathResolver, SQLInfo sqlInfo, XADataSource xadatasource, ClusterNodeHandler clusterNodeHandler, JDBCConnectionPropagator connectionPropagator)
          Creates a new Mapper.
ResultSetQueryResult(QueryMaker queryMaker, String query, QueryFilter queryFilter, Session.PathResolver pathResolver, JDBCMapper mapper, Object... params)
           
 

Uses of Session.PathResolver in org.nuxeo.ecm.core.storage.sql.management
 

Methods in org.nuxeo.ecm.core.storage.sql.management with parameters of type Session.PathResolver
 Mapper MonitoredBackend.newMapper(Model model, Session.PathResolver pathResolver, Credentials credentials, boolean create)
           
 

Uses of Session.PathResolver in org.nuxeo.ecm.core.storage.sql.net
 

Methods in org.nuxeo.ecm.core.storage.sql.net with parameters of type Session.PathResolver
 Mapper NetBackend.newMapper(Model model, Session.PathResolver pathResolver, Credentials credentials, boolean create)
           
 

Uses of Session.PathResolver in org.nuxeo.ecm.platform.tag
 

Methods in org.nuxeo.ecm.platform.tag with parameters of type Session.PathResolver
 QueryMaker.Query TagQueryMaker.buildQuery(SQLInfo sqlInfo, Model model, Session.PathResolver pathResolver, String query, QueryFilter queryFilter, Object... params)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.