Uses of Class
com.xpn.xwiki.criteria.impl.Range
-
Packages that use Range 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 Range in com.xpn.xwiki.api
Methods in com.xpn.xwiki.api with parameters of type Range Modifier and Type Method Description 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 Modifier and Type Field Description 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 Modifier and Type Method Description 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 accessingRangeFactory.ALL
static field in velocitystatic Range
RangeFactory. getFIRST()
Helper method for accessingRangeFactory.FIRST
static field in velocitystatic Range
RangeFactory. getLAST()
Helper method for accessingRangeFactory.LAST
static field in velocityRange
RevisionCriteria. getRange()
Methods in com.xpn.xwiki.criteria.impl with parameters of type Range Modifier and Type Method Description void
RevisionCriteria. setRange(Range range)
Set the Range (size limits) desired for the resultsConstructors in com.xpn.xwiki.criteria.impl with parameters of type Range Constructor Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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.
-