Nuxeo Enterprise Platform 5.4

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

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

public interface NativeQueryString
extends BaseNativeQuery

Native query string wrapper.

Author:
Julien Anguenot

Method Summary
 java.lang.String getQuery()
          Gets the actual native query string.
 
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.lang.String getQuery()
Gets the actual native query string.

Returns:
a query string.

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.