Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.search.api.client.query
Class AbstractQuery

java.lang.Object
  extended by org.nuxeo.ecm.core.search.api.client.query.AbstractQuery
All Implemented Interfaces:
java.io.Serializable, BaseQuery
Direct Known Subclasses:
AbstractNativeQuery, ComposedNXQueryImpl

public abstract class AbstractQuery
extends java.lang.Object
implements BaseQuery

Abstract query.

Author:
Julien Anguenot
See Also:
Serialized Form

Method Summary
 SearchPrincipal getSearchPrincipal()
          Returns the caller principal who performed the query.
 void setSearchPrincipal(SearchPrincipal principal)
          Set the caller principal who performed the query.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSearchPrincipal

public SearchPrincipal getSearchPrincipal()
Description copied from interface: BaseQuery
Returns the caller principal who performed the query.

Specified by:
getSearchPrincipal in interface BaseQuery
Returns:
the caller principal who performed the query.

setSearchPrincipal

public void setSearchPrincipal(SearchPrincipal principal)
Description copied from interface: BaseQuery
Set the caller principal who performed the query.

Specified by:
setSearchPrincipal in interface BaseQuery
Parameters:
principal - : the caller principal

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.