| Package | Description |
|---|---|
| org.dspace.app.statistics |
Defines usage event instrumentation points and provides implementations for
testing.
|
| Modifier and Type | Method and Description |
|---|---|
static Statistics |
ReportGenerator.prepareStats(Map<String,String> aggregator,
boolean sort,
boolean translate)
a standard stats block preparation method for use when an aggregator
has to be put out in its entirity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Report.addBlock(Statistics stat)
add a statistics block to the report to the class register
|
void |
HTMLReport.addBlock(Statistics stat)
add a statistics block to the report to the class register
|
String |
Report.statBlock(Statistics content)
output the report block based on the passed statistics object array
|
String |
HTMLReport.statBlock(Statistics content)
output the report block based on the passed mapping, where the mapping
sould be "name of report element" => "value", where both sides of the
mapping should be Strings.
|
Copyright © 2013 DuraSpace. All Rights Reserved.