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 |
---|---|
String[] |
getColumnNames() |
RangeIterator |
getRows() |
String[] |
getSelectorNames() |
RangeIterator getRows()
QueryResultRow
s.javax.jcr.query.QueryResult#getRows()
String[] getColumnNames()
String
s representing the column names of
the query result.javax.jcr.query.QueryResult#getColumnNames()
String[] getSelectorNames()
String
s representing the selector names of
the query result.javax.jcr.query.QueryResult#getSelectorNames()
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"