public abstract class Report extends Object
Report is the abstract base class for all reports.| Constructor and Description |
|---|
Report(String dataPath)
Report constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Iterator |
getResult(Session session)
Runs the report and returns a result iterator over
Object[]
instances. |
public Report(String dataPath)
dataPath - the path where the query statistics are stored.public abstract Iterator getResult(Session session) throws RepositoryException
Object[]
instances.session - 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