public interface QueryInfo
QueryInfo is the the return value of
RepositoryService.executeQuery(SessionInfo, String, String, Map, long, long, Map)
which is used to run a query on the RepositoryService. It
provides access to the rows of the query result as well as to the column
names.javax.jcr.query.QueryResult#getRows(),
javax.jcr.query.QueryResult#getColumnNames(),
javax.jcr.query.QueryResult#getNodes()| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getColumnNames() |
RangeIterator |
getRows() |
java.lang.String[] |
getSelectorNames() |
RangeIterator getRows()
QueryResultRows.javax.jcr.query.QueryResult#getRows()java.lang.String[] getColumnNames()
Strings representing the column names of
the query result.javax.jcr.query.QueryResult#getColumnNames()java.lang.String[] getSelectorNames()
Strings representing the selector names of
the query result.javax.jcr.query.QueryResult#getSelectorNames()"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"