Nuxeo Enterprise Platform 5.4

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

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.NativeQueryImpl
All Implemented Interfaces:
java.io.Serializable, BaseNativeQuery, BaseQuery, NativeQuery

public class NativeQueryImpl
extends AbstractNativeQuery
implements NativeQuery

Native query implementation.

Author:
Julien Anguenot
See Also:
Serialized Form

Constructor Summary
NativeQueryImpl()
           
NativeQueryImpl(java.io.Serializable queryObject, java.lang.String backendName)
           
NativeQueryImpl(java.io.Serializable queryObject, java.lang.String backendName, SearchPrincipal principal)
           
 
Method Summary
 java.io.Serializable getQuery()
          Gets the actual native query object.
 
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

NativeQueryImpl

public NativeQueryImpl()

NativeQueryImpl

public NativeQueryImpl(java.io.Serializable queryObject,
                       java.lang.String backendName)

NativeQueryImpl

public NativeQueryImpl(java.io.Serializable queryObject,
                       java.lang.String backendName,
                       SearchPrincipal principal)
Method Detail

getQuery

public java.io.Serializable getQuery()
Description copied from interface: NativeQuery
Gets the actual native query object.

Specified by:
getQuery in interface NativeQuery
Returns:
a serializable object representing the native query.

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.