StatisticsService...@Deprecated public interface StatisticsService
| Modifier and Type | Method and Description |
|---|---|
void |
addEntry(Entry entry)
Deprecated.
Adds an entry to the statistics workspace.
|
String |
getPath()
Deprecated.
|
Iterator |
runReport(Report report)
Deprecated.
Runs a report and returns the result of the report.
|
Iterator |
runReport(Session session,
Report report)
Deprecated.
Runs a report and returns the result of the report.
|
Iterator runReport(Report report) throws RepositoryException
runReport(Session , Report)
instead and provide your own session.
This method is thread-safe.report - the report to run.RepositoryException - if an error occurs while reading from the
workspace.Iterator runReport(Session session, Report report) throws RepositoryException
session - The Session to access the data from the repository to
generate the reportreport - the report to run.RepositoryException - if an error occurs while reading from the
workspace.void addEntry(Entry entry) throws RepositoryException
entry - the entry to add.RepositoryException - if an error occurs while writing to the
workspace.String getPath()
Copyright © 2010 - 2020 Adobe. All Rights Reserved