|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RemoteQuery | |
|---|---|
| org.exoplatform.services.jcr.rmi.api.client | |
| org.exoplatform.services.jcr.rmi.api.remote | |
| org.exoplatform.services.jcr.rmi.impl.server | |
| Uses of RemoteQuery in org.exoplatform.services.jcr.rmi.api.client |
|---|
| Methods in org.exoplatform.services.jcr.rmi.api.client with parameters of type RemoteQuery | |
|---|---|
javax.jcr.query.Query |
LocalAdapterFactoryImpl.getQuery(javax.jcr.Session session,
RemoteQuery remote)
Creates and returns a ClientQuery instance. |
javax.jcr.query.Query |
LocalAdapterFactory.getQuery(javax.jcr.Session session,
RemoteQuery remote)
Factory method for creating a local adapter for a remote query. |
| Constructors in org.exoplatform.services.jcr.rmi.api.client with parameters of type RemoteQuery | |
|---|---|
ClientQuery(javax.jcr.Session session,
RemoteQuery remote,
LocalAdapterFactory factory)
Creates a client adapter for the given query. |
|
| Uses of RemoteQuery in org.exoplatform.services.jcr.rmi.api.remote |
|---|
| Methods in org.exoplatform.services.jcr.rmi.api.remote that return RemoteQuery | |
|---|---|
RemoteQuery |
RemoteQueryManager.createQuery(java.lang.String statement,
java.lang.String language)
|
RemoteQuery |
RemoteQueryManager.getQuery(java.lang.String absPath)
|
RemoteQuery |
RemoteAdapterFactory.getRemoteQuery(javax.jcr.query.Query query)
Returns a remote adapter for the given local query. |
| Uses of RemoteQuery in org.exoplatform.services.jcr.rmi.impl.server |
|---|
| Classes in org.exoplatform.services.jcr.rmi.impl.server that implement RemoteQuery | |
|---|---|
class |
ServerQuery
Remote adapter for the JCR Query interface. |
| Methods in org.exoplatform.services.jcr.rmi.impl.server that return RemoteQuery | |
|---|---|
RemoteQuery |
ServerQueryManager.createQuery(java.lang.String statement,
java.lang.String language)
|
RemoteQuery |
ServerQueryManager.getQuery(java.lang.String absPath)
|
RemoteQuery |
RemoteAdapterFactoryImpl.getRemoteQuery(javax.jcr.query.Query query)
Creates a ServerQuery instance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||