public class ClientQueryResult extends ClientObject
RemoteQueryResult
interface. This class makes a remote query result locally available using
the JCR QueryResult interface.QueryResult,
RemoteQueryResult| Constructor and Description |
|---|
ClientQueryResult(Session session,
RemoteQueryResult remote,
LocalAdapterFactory factory)
Creates a client adapter for the given remote query result.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getColumnNames() |
NodeIterator |
getNodes() |
RowIterator |
getRows() |
String[] |
getSelectorNames() |
public ClientQueryResult(Session session,
RemoteQueryResult remote,
LocalAdapterFactory factory)
session - current sessionremote - remote query resultfactory - adapter factorypublic String[] getColumnNames() throws RepositoryException
RepositoryExceptionpublic RowIterator getRows()
throws RepositoryException
RepositoryExceptionpublic NodeIterator getNodes()
throws RepositoryException
RepositoryExceptionpublic String[] getSelectorNames() throws RepositoryException
RepositoryException"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"