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

Packages that use Range
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 Range in com.xpn.xwiki.api
 

Methods in com.xpn.xwiki.api with parameters of type Range
 List<?> StatsService.getBackLinkStatistics(String domain, Scope scope, Period period, Range range)
          Retrieves back-link statistics.
 List<?> StatsService.getDocumentStatistics(String action, Scope scope, Period period, Range range)
          Retrieves document statistics.
 List<?> StatsService.getRefererStatistics(String domain, Scope scope, Period period, Range range)
          Retrieves referrer statistics.
 List<?> StatsService.getVisitStatistics(String action, Period period, Range range)
          Retrieves visit statistics.
 

Uses of Range in com.xpn.xwiki.criteria.impl
 

Fields in com.xpn.xwiki.criteria.impl declared as Range
static Range RangeFactory.ALL
          The interval that matches the entire list it is applied to.
static Range RangeFactory.FIRST
          The interval that matches just the first element of the list it is applied to.
static Range RangeFactory.LAST
          The interval that matches just the last element of the list it is applied to.
 

Methods in com.xpn.xwiki.criteria.impl that return Range
static Range RangeFactory.createAllRange()
          Creates a new Range which matches all the elements of the list it is applied to.
static Range RangeFactory.createHeadRange(int size)
          Creates a new Range starting from 0 and having the specified size.
static Range RangeFactory.createRange(int start, int size)
           
static Range RangeFactory.createTailRange(int size)
          Creates a new Range starting from the end of the list it is applied to and having the specified size.
static Range RangeFactory.getALL()
          Helper method for accessing RangeFactory.ALL static field in velocity
static Range RangeFactory.getFIRST()
          Helper method for accessing RangeFactory.FIRST static field in velocity
static Range RangeFactory.getLAST()
          Helper method for accessing RangeFactory.LAST static field in velocity
 Range RevisionCriteria.getRange()
           
 

Methods in com.xpn.xwiki.criteria.impl with parameters of type Range
 void RevisionCriteria.setRange(Range range)
          Set the Range (size limits) desired for the results
 

Constructors in com.xpn.xwiki.criteria.impl with parameters of type Range
RevisionCriteria(String author, Period period, Range range, boolean includeMinorVersions)
          Fully featured constructor, allow to set all the query parameters, null arguments are ignored
 

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

Methods in com.xpn.xwiki.stats.api with parameters of type Range
 List<?> XWikiStatsService.getBackLinkStatistics(String domain, Scope scope, Period period, Range range, XWikiContext context)
          Retrieves back-link statistics.
 List<DocumentStats> XWikiStatsService.getDocumentStatistics(String action, Scope scope, Period period, Range range, XWikiContext context)
          Retrieves document statistics.
 List<RefererStats> XWikiStatsService.getRefererStatistics(String domain, Scope scope, Period period, Range range, XWikiContext context)
          Retrieves referrer statistics.
 List<VisitStats> XWikiStatsService.getVisitStatistics(String action, Period period, Range range, XWikiContext context)
          Retrieves visit statistics.
 

Uses of Range in com.xpn.xwiki.stats.impl
 

Methods in com.xpn.xwiki.stats.impl with parameters of type Range
 List<DocumentStats> XWikiStatsServiceImpl.getBackLinkStatistics(String domain, Scope scope, Period period, Range range, XWikiContext context)
           
 List<DocumentStats> XWikiStatsServiceImpl.getDocumentStatistics(String action, Scope scope, Period period, Range range, XWikiContext context)
           
 List<RefererStats> XWikiStatsServiceImpl.getRefererStatistics(String domain, Scope scope, Period period, Range range, XWikiContext context)
           
 List<VisitStats> XWikiStatsServiceImpl.getVisitStatistics(String action, Period period, Range range, XWikiContext context)
           
 

Uses of Range in com.xpn.xwiki.stats.impl.xwiki
 

Methods in com.xpn.xwiki.stats.impl.xwiki with parameters of type Range
 List<DocumentStats> XWikiStatsReader.getBackLinkStatistics(String domain, Scope scope, Period period, Range range, XWikiContext context)
          Retrieves back-link statistics.
 List<DocumentStats> XWikiStatsReader.getDocumentStatistics(String action, Scope scope, Period period, Range range, XWikiContext context)
          Retrieves document statistics.
 List<RefererStats> XWikiStatsReader.getRefererStatistics(String domain, Scope scope, Period period, Range range, XWikiContext context)
          Retrieves referrer statistics.
 List<VisitStats> XWikiStatsReader.getVisitStatistics(String action, Period period, Range range, XWikiContext context)
          Retrieves visit statistics.
 



Copyright © 2004-2013 XWiki. All Rights Reserved.