Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.ecm.core.search.api.client.query.SearchPrincipal

Packages that use SearchPrincipal
org.nuxeo.ecm.core.search.api.client Nuxeo Core search engine client API. 
org.nuxeo.ecm.core.search.api.client.query Nuxeo Core search engine query abstraction API. 
org.nuxeo.ecm.core.search.api.client.query.impl Nuxeo Core search engine query abstraction API implementation. 
org.nuxeo.ecm.core.search.api.client.search.results.impl Client search results api implementation. 
org.nuxeo.ecm.core.search.service   
org.nuxeo.ecm.platform.search.ejb Nuxeo Core search engine EJB facade. 
 

Uses of SearchPrincipal in org.nuxeo.ecm.core.search.api.client
 

Methods in org.nuxeo.ecm.core.search.api.client that return SearchPrincipal
 SearchPrincipal SearchService.getSearchPrincipal(java.security.Principal principal)
          Computes a search principal out from a principal instance.
 

Uses of SearchPrincipal in org.nuxeo.ecm.core.search.api.client.query
 

Methods in org.nuxeo.ecm.core.search.api.client.query that return SearchPrincipal
 SearchPrincipal BaseQuery.getSearchPrincipal()
          Returns the caller principal who performed the query.
 SearchPrincipal AbstractQuery.getSearchPrincipal()
           
 

Methods in org.nuxeo.ecm.core.search.api.client.query with parameters of type SearchPrincipal
 void BaseQuery.setSearchPrincipal(SearchPrincipal principal)
          Set the caller principal who performed the query.
 void AbstractQuery.setSearchPrincipal(SearchPrincipal principal)
           
 

Uses of SearchPrincipal in org.nuxeo.ecm.core.search.api.client.query.impl
 

Classes in org.nuxeo.ecm.core.search.api.client.query.impl that implement SearchPrincipal
 class SearchPrincipalImpl
          Search principal implementation.
 

Constructors in org.nuxeo.ecm.core.search.api.client.query.impl with parameters of type SearchPrincipal
ComposedNXQueryImpl(SQLQuery query, SearchPrincipal principal)
           
NativeQueryImpl(java.io.Serializable queryObject, java.lang.String backendName, SearchPrincipal principal)
           
NativeQueryStringImpl(java.lang.String backendName, java.lang.String queryString, SearchPrincipal principal)
           
 

Uses of SearchPrincipal in org.nuxeo.ecm.core.search.api.client.search.results.impl
 

Constructors in org.nuxeo.ecm.core.search.api.client.search.results.impl with parameters of type SearchPrincipal
ResultSetImpl(SQLQuery sqlQuery, SearchPrincipal principal, int offset, int range, java.util.List<ResultItem> resultItems, int totalHits, int pageHits)
          Deprecated. use the constructor taking a CoreSession instead
 

Uses of SearchPrincipal in org.nuxeo.ecm.core.search.service
 

Methods in org.nuxeo.ecm.core.search.service that return SearchPrincipal
 SearchPrincipal SearchServiceImpl.getSearchPrincipal(java.security.Principal principal)
           
 

Uses of SearchPrincipal in org.nuxeo.ecm.platform.search.ejb
 

Methods in org.nuxeo.ecm.platform.search.ejb that return SearchPrincipal
 SearchPrincipal SearchServiceBean.getSearchPrincipal(java.security.Principal principal)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.