Package | Description |
---|---|
com.xpn.xwiki.api | |
com.xpn.xwiki.criteria.impl | |
com.xpn.xwiki.stats.api | |
com.xpn.xwiki.stats.impl | |
com.xpn.xwiki.stats.impl.xwiki |
Modifier and Type | Method and Description |
---|---|
Map<?,?> |
StatsService.getActionStatistics(String action,
Scope scope,
Period period,
Duration step)
Shows how the statistics for the specified action have evolved over the specified period of time.
|
Modifier and Type | Field and Description |
---|---|
static Duration |
DurationFactory.DAY
A duration of exactly one day.
|
static Duration |
DurationFactory.MONTH
A duration of exactly one month
|
static Duration |
DurationFactory.WEEK
A duration of exactly one week.
|
static Duration |
DurationFactory.YEAR
A duration of exactly one year.
|
Modifier and Type | Method and Description |
---|---|
static Duration |
DurationFactory.createDays(int days)
Creates a new Duration instance having just the specified number of days.
|
static Duration |
DurationFactory.createDuration(int years,
int months,
int weeks,
int days) |
static Duration |
DurationFactory.createMonths(int months)
Creates a new Duration instance having just the specified number of months.
|
static Duration |
DurationFactory.createWeeks(int weeks)
Creates a new Duration instance having just the specified number of weeks.
|
static Duration |
DurationFactory.createYears(int years)
Creates a new Duration instance having just the specified number of years.
|
static Duration |
DurationFactory.getDAY()
Helper method for accessing
DurationFactory.DAY static field in velocity. |
static Duration |
DurationFactory.getMONTH()
Helper method for accessing
DurationFactory.MONTH static field in velocity. |
static Duration |
DurationFactory.getWEEK()
Helper method for accessing
DurationFactory.WEEK static field in velocity. |
static Duration |
DurationFactory.getYEAR()
Helper method for accessing
DurationFactory.YEAR static field in velocity. |
Modifier and Type | Method and Description |
---|---|
Map<?,?> |
XWikiStatsService.getActionStatistics(String action,
Scope scope,
Period period,
Duration step,
XWikiContext context)
Shows how the statistics for the specified action have evolved over the specified period of time.
|
Modifier and Type | Method and Description |
---|---|
Map<?,?> |
XWikiStatsServiceImpl.getActionStatistics(String action,
Scope scope,
Period period,
Duration step,
XWikiContext context) |
Modifier and Type | Method and Description |
---|---|
Map<org.joda.time.DateTime,Integer> |
XWikiStatsReader.getActionStatistics(String action,
Scope scope,
Period period,
Duration step,
XWikiContext context)
Shows how the statistics for the specified action have evolved over the specified period of time.
|
Copyright © 2004–2021 XWiki. All rights reserved.