Nuxeo Enterprise Platform 5.4

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

All Superinterfaces:
BaseNativeQuery, BaseQuery, java.io.Serializable
All Known Implementing Classes:
NativeQueryImpl

public interface NativeQuery
extends BaseNativeQuery

Native query wrapper.

Ensure serialization purpose wrapper.

Author:
Julien Anguenot

Method Summary
 java.io.Serializable getQuery()
          Gets the actual native query object.
 
Methods inherited from interface org.nuxeo.ecm.core.search.api.client.query.BaseNativeQuery
getBackendName
 
Methods inherited from interface org.nuxeo.ecm.core.search.api.client.query.BaseQuery
getSearchPrincipal, setSearchPrincipal
 

Method Detail

getQuery

java.io.Serializable getQuery()
Gets the actual native query object.

Returns:
a serializable object representing the native query.

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.