Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.search.api.client.query
Interface BaseQuery

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
BaseNativeQuery, ComposedNXQuery, NativeQuery, NativeQueryString
All Known Implementing Classes:
AbstractNativeQuery, AbstractQuery, ComposedNXQueryImpl, NativeQueryImpl, NativeQueryStringImpl

public interface BaseQuery
extends java.io.Serializable

Base interface for NXSearch queries.

Author:
Julien Anguenot

Method Summary
 SearchPrincipal getSearchPrincipal()
          Returns the caller principal who performed the query.
 void setSearchPrincipal(SearchPrincipal principal)
          Set the caller principal who performed the query.
 

Method Detail

getSearchPrincipal

SearchPrincipal getSearchPrincipal()
Returns the caller principal who performed the query.

Returns:
the caller principal who performed the query.

setSearchPrincipal

void setSearchPrincipal(SearchPrincipal principal)
Set the caller principal who performed the query.

Parameters:
principal - : the caller principal

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.