StatisticsService
...@Deprecated
public interface StatisticsService
Modifier and Type | Method and Description |
---|---|
void |
addEntry(com.day.crx.statistics.Entry entry)
Deprecated.
Adds an entry to the statistics workspace.
|
java.lang.String |
getPath()
Deprecated.
|
java.util.Iterator |
runReport(com.day.crx.statistics.Report report)
Deprecated.
Runs a report and returns the result of the report.
|
java.util.Iterator |
runReport(Session session,
com.day.crx.statistics.Report report)
Deprecated.
Runs a report and returns the result of the report.
|
java.util.Iterator runReport(com.day.crx.statistics.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.java.util.Iterator runReport(Session session, com.day.crx.statistics.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(com.day.crx.statistics.Entry entry) throws RepositoryException
entry
- the entry to add.RepositoryException
- if an error occurs while writing to the
workspace.java.lang.String getPath()
Copyright © 2010 - 2020 Adobe. All Rights Reserved