Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.search.api.client.query.impl
Class NativeQueryStringImpl

java.lang.Object
  extended by org.nuxeo.ecm.core.search.api.client.query.AbstractQuery
      extended by org.nuxeo.ecm.core.search.api.client.query.impl.AbstractNativeQuery
          extended by org.nuxeo.ecm.core.search.api.client.query.impl.NativeQueryStringImpl
All Implemented Interfaces:
Serializable, BaseNativeQuery, BaseQuery, NativeQueryString

public class NativeQueryStringImpl
extends AbstractNativeQuery
implements NativeQueryString

Native query string implementation.

Author:
Julien Anguenot
See Also:
Serialized Form

Constructor Summary
NativeQueryStringImpl(String backendName, String queryString)
           
NativeQueryStringImpl(String backendName, String queryString, SearchPrincipal principal)
           
 
Method Summary
 String getQuery()
          Gets the actual native query string.
 
Methods inherited from class org.nuxeo.ecm.core.search.api.client.query.impl.AbstractNativeQuery
getBackendName
 
Methods inherited from class org.nuxeo.ecm.core.search.api.client.query.AbstractQuery
getSearchPrincipal, setSearchPrincipal
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

NativeQueryStringImpl

public NativeQueryStringImpl(String backendName,
                             String queryString)

NativeQueryStringImpl

public NativeQueryStringImpl(String backendName,
                             String queryString,
                             SearchPrincipal principal)
Method Detail

getQuery

public String getQuery()
Description copied from interface: NativeQueryString
Gets the actual native query string.

Specified by:
getQuery in interface NativeQueryString
Returns:
a query string.

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.