|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Scope | |
---|---|
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 Scope in com.xpn.xwiki.api |
---|
Methods in com.xpn.xwiki.api with parameters of type Scope | |
---|---|
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. |
Uses of Scope in com.xpn.xwiki.criteria.impl |
---|
Fields in com.xpn.xwiki.criteria.impl declared as Scope | |
---|---|
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 |
Methods in com.xpn.xwiki.criteria.impl that return Scope | |
---|---|
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 |
Uses of Scope in com.xpn.xwiki.stats.api |
---|
Methods in com.xpn.xwiki.stats.api with parameters of type Scope | |
---|---|
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. |
Uses of Scope in com.xpn.xwiki.stats.impl |
---|
Methods in com.xpn.xwiki.stats.impl with parameters of type Scope | |
---|---|
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)
|
Uses of Scope in com.xpn.xwiki.stats.impl.xwiki |
---|
Methods in com.xpn.xwiki.stats.impl.xwiki with parameters of type Scope | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |