Uses of Class
com.xpn.xwiki.criteria.impl.Duration

Packages that use Duration
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
 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
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.
 

Methods in com.xpn.xwiki.criteria.impl that return Duration
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.
 

Uses of Duration in com.xpn.xwiki.stats.api
 

Methods in com.xpn.xwiki.stats.api with parameters of type Duration
 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
 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
 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-2013 XWiki. All Rights Reserved.