QueryInfo
is the the return value of {@link 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.
@see javax.jcr.query.QueryResult#getRows()
@see javax.jcr.query.QueryResult#getColumnNames()
@see javax.jcr.query.QueryResult#getNodes()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|