org.nuxeo.ecm.core.search.api.client.query.impl
Class AbstractNativeQuery
java.lang.Object
org.nuxeo.ecm.core.search.api.client.query.AbstractQuery
org.nuxeo.ecm.core.search.api.client.query.impl.AbstractNativeQuery
- All Implemented Interfaces:
- 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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
backendName
protected String backendName
AbstractNativeQuery
protected AbstractNativeQuery()
AbstractNativeQuery
protected AbstractNativeQuery(String backendName)
AbstractNativeQuery
public AbstractNativeQuery(String backendName,
SearchPrincipal principal)
getBackendName
public 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
Copyright ? 2007 Nuxeo SAS. All Rights Reserved.