| Class | Description |
|---|---|
| AllPageTitles |
Action class using the MediaWiki-api's "list=allpages".
|
| BacklinkTitles |
action class using the MediaWiki-api's "list=backlinks".
|
| CategoryMembersFull |
A specialization of
CategoryMembers with contains CategoryItems. |
| CategoryMembersSimple |
A specialization of
CategoryMembers with contains Strings. |
| ImageInfo |
Action to receive the full address of an image.
|
| ImageUsageTitles |
action class using the MediaWiki-api's "list=imagelinks" and later imageUsage.
|
| LogEvents |
List log events, filtered by time range, event type, user type, or the page it applies to.
|
| RandomPageTitle |
Action to receive the title of a random page
TODO write a test that shows compatibility with all these versions
|
| RecentchangeTitles |
Gets a list of pages recently changed, ordered by modification timestamp.
|
| TemplateUserTitles |
action class using the MediaWiki-api's "list=embeddedin" that is used to find all articles which
use a template.
|
| TitleQuery<T> |
Abstract class which is superclass of all titleiterations, represented by the sufix "Titles".
|
Copyright © 2013. All Rights Reserved.