Nuxeo Enterprise Platform 5.4

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

All Superinterfaces:
BaseNativeQuery, BaseQuery, Serializable
All Known Implementing Classes:
NativeQueryStringImpl

public interface NativeQueryString
extends BaseNativeQuery

Native query string wrapper.

Author:
Julien Anguenot

Method Summary
 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

String getQuery()
Gets the actual native query string.

Returns:
a query string.

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.