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 |
|---|---|
java.lang.String[] |
getColumnNames() |
NodeIterator |
getNodes() |
RowIterator |
getRows() |
java.lang.String[] |
getSelectorNames() |
public ClientQueryResult(Session session,
RemoteQueryResult remote,
LocalAdapterFactory factory)
session - current sessionremote - remote query resultfactory - adapter factorypublic java.lang.String[] getColumnNames()
throws RepositoryException
RepositoryExceptionpublic RowIterator getRows()
throws RepositoryException
RepositoryExceptionpublic NodeIterator getNodes()
throws RepositoryException
RepositoryExceptionpublic java.lang.String[] getSelectorNames()
throws RepositoryException
RepositoryException"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"