public interface RemoteQueryManager extends Remote
QueryManager
interface.
Used by the ServerQueryManager
and ClientQueryManager
adapter base classes to provide transparent RMI access to remote items.
RMI errors are signaled with RemoteExceptions.
QueryManager
,
ClientQueryManager
,
ServerQueryManager
Modifier and Type | Method and Description |
---|---|
RemoteQuery |
createQuery(String statement,
String language) |
RemoteQuery |
getQuery(String absPath) |
String[] |
getSupportedQueryLanguages() |
RemoteQuery createQuery(String statement, String language) throws RepositoryException, RemoteException
statement
- query statementlanguage
- query languageRepositoryException
- on repository errorsRemoteException
- on RMI errorsQueryManager
RemoteQuery getQuery(String absPath) throws RepositoryException, RemoteException
absPath
- node path of a persisted query (that is, a node of type nt:query
).Query
object.RepositoryException
- on repository errorsRemoteException
- on RMI errorsQueryManager
String[] getSupportedQueryLanguages() throws RepositoryException, RemoteException
RepositoryException
- on repository errorsRemoteException
- on RMI errorsSee {@link Query}.
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"