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.
|
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.
|
Modifier and Type | Field and Description |
---|---|
static Scope |
ScopeFactory.ALL
A scope that matches the entire application as a unit
|
static Scope |
ScopeFactory.ALL_PAGES
A scope that matches all pages within any space and any wiki
|
static Scope |
ScopeFactory.ALL_SPACES
A scope that matches all spaces within any wiki
|
static Scope |
ScopeFactory.ALL_WIKIS
A scope that matches all wikis within the application
|
Modifier and Type | Method and Description |
---|---|
static Scope |
ScopeFactory.createPageScope(String pageName)
Creates a new scope associated with the specified page.
|
static Scope |
ScopeFactory.createScope(int type,
String name,
boolean deep) |
static Scope |
ScopeFactory.createSpaceScope(String spaceName)
Creates a new scope associated with the specified space and matching all its pages.
|
static Scope |
ScopeFactory.createSpaceScope(String spaceName,
boolean deep)
Creates a new scope associated with the specified space.
|
static Scope |
ScopeFactory.createWikiScope(String wikiName)
Creates a new scope associated with the specified wiki and matching all its spaces.
|
static Scope |
ScopeFactory.createWikiScope(String wikiName,
boolean deep)
Creates a new scope associated with the specified wiki.
|
static Scope |
ScopeFactory.getALL_PAGES()
Helper method for accessing
ScopeFactory.ALL_PAGES static field in velocity |
static Scope |
ScopeFactory.getALL_SPACES()
Helper method for accessing
ScopeFactory.ALL_SPACES static field in velocity |
static Scope |
ScopeFactory.getALL_WIKIS()
Helper method for accessing
ScopeFactory.ALL_WIKIS static field in velocity |
static Scope |
ScopeFactory.getALL()
Helper method for accessing
ScopeFactory.ALL 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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Map<?,?> |
XWikiStatsServiceImpl.getActionStatistics(String action,
Scope scope,
Period period,
Duration step,
XWikiContext context) |
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) |
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.
|
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.
|
Copyright © 2004–2021 XWiki. All rights reserved.