Uses of Interface
org.xwiki.whatsnew.NewsSource
-
Packages that use NewsSource Package Description org.xwiki.whatsnew org.xwiki.whatsnew.script -
-
Uses of NewsSource in org.xwiki.whatsnew
Methods in org.xwiki.whatsnew that return NewsSource Modifier and Type Method Description NewsSource
NewsSourceFactory. create(Map<String,String> parameters)
NewsSource
NewsSource. forCategories(Set<NewsCategory> wantedCategories)
Filter the news so that only items matching the passed categories are returned.NewsSource
NewsSource. forExtraParameters(Map<String,Object> extraParameters)
Filter the news in a way that's source-dependent.NewsSource
NewsSource. forUser(UserReference userReference)
Filter the news for a given user (if the source supports that).NewsSource
NewsSource. forXWikiVersion(org.xwiki.extension.version.Version targetXWikiVersion)
Filter the news for a given XWiki version (if the source supports it).NewsSource
NewsSource. withCount(int count)
Filter the news to only return a certain number of news items. -
Uses of NewsSource in org.xwiki.whatsnew.script
Methods in org.xwiki.whatsnew.script that return NewsSource Modifier and Type Method Description NewsSource
NewsScriptService. getConfiguredNewsSource()
-