public class ResultQualityReport extends Report
ResultQualityReport returns a historical list of average
positions in a query result list for a given node.| Constructor and Description |
|---|
ResultQualityReport(String dataPath,
String path)
Creates a new report.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getPeriod() |
Iterator |
getResult(Session session)
Runs the report and returns a result iterator over
Object[]
instances. |
void |
setPeriod(int period) |
public Iterator getResult(Session session) throws RepositoryException
Object[]
instances.
Returns result rows with the following objects:
String indicating the monthLonggetResult in class Reportsession - the session giving access to the workspace.Object[] results.RepositoryException - if an error occurs while reading from the
repository.public int getPeriod()
public void setPeriod(int period)
period - the report period in number of days.Copyright © 2010 - 2020 Adobe. All Rights Reserved