Local adapter for the JCR-RMI
RemoteQueryResult
interface. This class makes a remote query result locally available using
the JCR QueryResult interface.
@Deprecated public class ClientQueryResult extends ClientObject implements QueryResult
QueryResult,
RemoteQueryResult| Constructor and Description |
|---|
ClientQueryResult(Session session,
RemoteQueryResult remote,
LocalAdapterFactory factory)
Deprecated.
Creates a client adapter for the given remote query result.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getColumnNames()
Deprecated.
|
NodeIterator |
getNodes()
Deprecated.
|
RowIterator |
getRows()
Deprecated.
|
String[] |
getSelectorNames()
Deprecated.
|
getFactory, getItem, getNode, getNodeTypeArraypublic ClientQueryResult(Session session, RemoteQueryResult remote, LocalAdapterFactory factory)
session - current sessionremote - remote query resultfactory - adapter factorypublic String[] getColumnNames() throws RepositoryException
getColumnNames in interface QueryResultRepositoryExceptionpublic RowIterator getRows() throws RepositoryException
getRows in interface QueryResultRepositoryExceptionpublic NodeIterator getNodes() throws RepositoryException
getNodes in interface QueryResultRepositoryExceptionpublic String[] getSelectorNames() throws RepositoryException
getSelectorNames in interface QueryResultRepositoryExceptionCopyright © 2004–2024 The Apache Software Foundation. All rights reserved.