Nuxeo Enterprise Platform 5.4

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

All Superinterfaces:
BaseQuery, java.io.Serializable
All Known Subinterfaces:
NativeQuery, NativeQueryString
All Known Implementing Classes:
AbstractNativeQuery, NativeQueryImpl, NativeQueryStringImpl

public interface BaseNativeQuery
extends BaseQuery

Base interface for native queries.

Author:
Julien Anguenot

Method Summary
 java.lang.String getBackendName()
          Returns the name of the targeted backend.
 
Methods inherited from interface org.nuxeo.ecm.core.search.api.client.query.BaseQuery
getSearchPrincipal, setSearchPrincipal
 

Method Detail

getBackendName

java.lang.String getBackendName()
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.

Returns:
the name of the targeted backend

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.