public class QueriesByResultReport extends Report
QueriesByResultReport implements a report that returns queries
for a given result path. The queries are grouped by the twelve most recent
calendar months.| Constructor and Description |
|---|
QueriesByResultReport(String dataPath,
String path)
Creates a new report.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator |
getResult(Session session)
Runs the report and returns a result iterator over
Object[]
instances. |
public Iterator getResult(Session session) throws RepositoryException
Object[]
instances.
Returns result rows with the following objects:
Long timestamp, which indicates the monthString[] with recent queries in that month, which lead
to the result page.getResult in class Reportsession - the session giving access to the workspace.Object[] results.RepositoryException - if an error occurs while reading from the
repository.Copyright © 2010 - 2020 Adobe. All Rights Reserved