|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Report | |
---|---|
com.jivesoftware.base.stats | Core reporting engine classes and interfaces. |
com.jivesoftware.forum.stats | Jive Forums reporting engine. |
com.jivesoftware.forum.stats.report | Forum specific report classes. |
Uses of Report in com.jivesoftware.base.stats |
---|
Classes in com.jivesoftware.base.stats that implement Report | |
---|---|
class |
AbstractReport
An abstract base class of Report which offers a default implementation of the interface. |
Methods in com.jivesoftware.base.stats that return Report | |
---|---|
Report[] |
AbstractReportManager.getAvailableReports()
|
Report[] |
ReportManager.getAvailableReports()
Returns an array of available reports in the system. |
Report |
AbstractReportManager.getReport(int index)
|
Report |
ReportManager.getReport(int index)
Gets the installed report at index i. |
Report[] |
AbstractReport.getSeries()
|
Report[] |
Report.getSeries()
|
Methods in com.jivesoftware.base.stats with parameters of type Report | |
---|---|
void |
AbstractReportManager.addReport(Report report)
|
void |
ReportManager.addReport(Report report)
Installs a report. |
void |
AbstractReport.addSeries(Report report)
|
protected void |
AbstractReportRunner.generateChart(Report report,
int i,
java.io.File outputDir)
|
protected void |
AbstractReportRunner.generateCSV(Report report,
int i,
java.io.File outputDir)
|
static void |
ChartWriter.writeChart(Report report,
Chart reportChart,
Histogram hist,
java.io.File outputDir,
java.lang.String filename)
Create a graph of a report. |
Uses of Report in com.jivesoftware.forum.stats |
---|
Classes in com.jivesoftware.forum.stats that implement Report | |
---|---|
class |
AbstractForumReport
An abstract base class of Report which offers a default implementation of the interface. |
Uses of Report in com.jivesoftware.forum.stats.report |
---|
Classes in com.jivesoftware.forum.stats.report that implement Report | |
---|---|
class |
DayOfWeekReport
Shows postings by day of the week. |
class |
GroupPostReport
A report that shows the number of postings by users in a particular group over time. |
class |
HourOfDayReport
A report that shows the total number of messages posted per hour of day over a given date range. |
class |
HTTPPageViewsReport
Reports on the number of HTTP page views over a given time frame. |
class |
MessageLengthReport
Create a report that looks at the distribution of message lengths |
class |
NewMessagesReport
Reports on the number of new reports over time. |
class |
NNTPPageViewsReport
Reports on the number of NNTP page views over time. |
class |
QuestionResolutionTime
|
class |
RepliesPerThreadReport
Create a report that counts the # of messages per thread |
class |
SearchFailedReport
A report to show the number of search queries over a given time period. |
class |
SearchQueryDayOfWeekReport
A report to show search queries by day of week over a given time period. |
class |
SearchQueryHourOfDayReport
A report to show search queries by hour of the day over a given time period. |
class |
SearchQueryReport
A report to show the number of search queries over a given time period. |
class |
SearchQuerySearchTimeFreqReport
A report to show search queries search time over a given time period. |
class |
SearchQuerySearchTimeReport
A report to show the number of search queries over a given time period. |
class |
SearchSuccessReport
A report to show the number of search queries over a given time period. |
class |
SearchTopClickThroughReport
A report to show the top search terms. |
class |
SearchTopQueryTermsReport
A report to show the top search terms. |
class |
ThreadTTLReport
Generate a report that counts the number of messages created per day. |
class |
TopForumsReport
Reports on the top forums over time. |
class |
UniqueHTTPVisitorsReport
Reports over unique HTTP traffic over time. |
class |
UniqueNNTPVisitorsReport
Reports over unique NNTP traffic over time. |
class |
UserCreationReport
Reports on the number of users created over time. |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |