Uses of Class
com.xpn.xwiki.criteria.impl.Scope
-
Packages that use Scope 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 Scope in com.xpn.xwiki.api
Methods in com.xpn.xwiki.api with parameters of type Scope Modifier and Type Method 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. -
Uses of Scope in com.xpn.xwiki.criteria.impl
Fields in com.xpn.xwiki.criteria.impl declared as Scope Modifier and Type Field Description static Scope
ScopeFactory. ALL
A scope that matches the entire application as a unitstatic Scope
ScopeFactory. ALL_PAGES
A scope that matches all pages within any space and any wikistatic Scope
ScopeFactory. ALL_SPACES
A scope that matches all spaces within any wikistatic Scope
ScopeFactory. ALL_WIKIS
A scope that matches all wikis within the applicationMethods in com.xpn.xwiki.criteria.impl that return Scope Modifier and Type Method 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()
Helper method for accessingScopeFactory.ALL
static field in velocitystatic Scope
ScopeFactory. getALL_PAGES()
Helper method for accessingScopeFactory.ALL_PAGES
static field in velocitystatic Scope
ScopeFactory. getALL_SPACES()
Helper method for accessingScopeFactory.ALL_SPACES
static field in velocitystatic Scope
ScopeFactory. getALL_WIKIS()
Helper method for accessingScopeFactory.ALL_WIKIS
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 Modifier and Type Method 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. -
Uses of Scope in com.xpn.xwiki.stats.impl
Methods in com.xpn.xwiki.stats.impl with parameters of type Scope Modifier and Type Method 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)
-
Uses of Scope in com.xpn.xwiki.stats.impl.xwiki
Methods in com.xpn.xwiki.stats.impl.xwiki with parameters of type Scope Modifier and Type Method 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.
-