Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.search.api.client.query.impl
Class AbstractNativeQuery

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

public abstract class AbstractNativeQuery
extends AbstractQuery
implements BaseNativeQuery

Abtract native query.

Author:
Julien Anguenot
See Also:
Serialized Form

Method Summary
 java.lang.String getBackendName()
          Returns the name of the targeted backend.
 
Methods inherited from class org.nuxeo.ecm.core.search.api.client.query.AbstractQuery
getSearchPrincipal, setSearchPrincipal
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nuxeo.ecm.core.search.api.client.query.BaseQuery
getSearchPrincipal, setSearchPrincipal
 

Method Detail

getBackendName

public java.lang.String getBackendName()
Description copied from interface: BaseNativeQuery
Returns the name of the targeted backend.

The name to returned is the name under which the backend has been registered within the search service.

Specified by:
getBackendName in interface BaseNativeQuery
Returns:
the name of the targeted backend

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.