Uses of Class
com.xpn.xwiki.criteria.impl.Duration
-
Packages that use Duration 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 -
-
Uses of Duration in com.xpn.xwiki.api
Methods in com.xpn.xwiki.api with parameters of type Duration Modifier and Type Method 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. -
Uses of Duration in com.xpn.xwiki.criteria.impl
Fields in com.xpn.xwiki.criteria.impl declared as Duration Modifier and Type Field Description static Duration
DurationFactory. DAY
A duration of exactly one day.static Duration
DurationFactory. MONTH
A duration of exactly one monthstatic Duration
DurationFactory. WEEK
A duration of exactly one week.static Duration
DurationFactory. YEAR
A duration of exactly one year.Methods in com.xpn.xwiki.criteria.impl that return Duration Modifier and Type Method 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 accessingDurationFactory.DAY
static field in velocity.static Duration
DurationFactory. getMONTH()
Helper method for accessingDurationFactory.MONTH
static field in velocity.static Duration
DurationFactory. getWEEK()
Helper method for accessingDurationFactory.WEEK
static field in velocity.static Duration
DurationFactory. getYEAR()
Helper method for accessingDurationFactory.YEAR
static field in velocity. -
Uses of Duration in com.xpn.xwiki.stats.api
Methods in com.xpn.xwiki.stats.api with parameters of type Duration Modifier and Type Method 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. -
Uses of Duration in com.xpn.xwiki.stats.impl
Methods in com.xpn.xwiki.stats.impl with parameters of type Duration Modifier and Type Method Description Map<?,?>
XWikiStatsServiceImpl. getActionStatistics(String action, Scope scope, Period period, Duration step, XWikiContext context)
-
Uses of Duration in com.xpn.xwiki.stats.impl.xwiki
Methods in com.xpn.xwiki.stats.impl.xwiki with parameters of type Duration Modifier and Type Method 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.
-