Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W _ 

A

activeusers - Variable in class com.bitplan.mediawiki.japi.api.Statistics
 
admins - Variable in class com.bitplan.mediawiki.japi.api.Statistics
 
ALL_LOGS - Static variable in class org.wikipedia.Wiki
Denotes all logs.
ALL_NAMESPACES - Static variable in class org.wikipedia.Wiki
Denotes all namespaces.
allimages - Variable in class com.bitplan.mediawiki.japi.api.Query
 
allpages - Variable in class com.bitplan.mediawiki.japi.api.Query
 
allUsers(String, int) - Method in class org.wikipedia.Wiki
Gets the specified number of users (as a String) starting at the given string, in alphabetical order.
allUsers(String, int, String) - Method in class org.wikipedia.Wiki
Gets the specified number of users (as a String) starting at the given string, in alphabetical order.
allUsersWithPrefix(String) - Method in class org.wikipedia.Wiki
Returns all usernames with the given prefix.
anchor - Variable in class com.bitplan.mediawiki.japi.api.S
 
Api - Class in com.bitplan.mediawiki.japi.api
Mediawiki Api Jaxb wrapper see Mediawiki API:Main_page
Api() - Constructor for class com.bitplan.mediawiki.japi.api.Api
 
Api.ApiFactory - Class in com.bitplan.mediawiki.japi.api
allows typed / non static access to JaxbFactory features for
ApiFactory() - Constructor for class com.bitplan.mediawiki.japi.api.Api.ApiFactory
 
apiPath - Variable in class com.bitplan.mediawiki.japi.Mediawiki
 
apiUrl - Variable in class org.wikipedia.Wiki
 
articlepath - Variable in class com.bitplan.mediawiki.japi.api.General
 
articles - Variable in class com.bitplan.mediawiki.japi.api.Statistics
 
asJson() - Method in class com.bitplan.mediawiki.japi.api.Api
return me as a Json string
asJson(T) - Method in class com.bitplan.mediawiki.japi.jaxb.JaxbFactory
create a Json representation for the given instance
asJson(T) - Method in interface com.bitplan.mediawiki.japi.jaxb.JaxbFactoryApi
create a Json representation for the given instance
asJson() - Method in interface com.bitplan.mediawiki.japi.jaxb.JaxbPersistenceApi
convert me to json format
ASSERT_BOT - Static variable in class org.wikipedia.Wiki
Assert that we have a bot flag (i.e. 2).
ASSERT_NO_MESSAGES - Static variable in class org.wikipedia.Wiki
Assert that we have no new messages.
ASSERT_NONE - Static variable in class org.wikipedia.Wiki
Use no assertions (i.e. 0).
ASSERT_SYSOP - Static variable in class org.wikipedia.Wiki
Assert that we have a sysop flag (i.e. 8).
ASSERT_USER - Static variable in class org.wikipedia.Wiki
Assert that we are logged in (i.e. 1).
asXML() - Method in class com.bitplan.mediawiki.japi.api.Api
return me as an Xml string
asXML(T) - Method in class com.bitplan.mediawiki.japi.jaxb.JaxbFactory
create an xml representation for the given instance
asXML(T) - Method in interface com.bitplan.mediawiki.japi.jaxb.JaxbFactoryApi
create an xml representation for the given instance
asXML() - Method in interface com.bitplan.mediawiki.japi.jaxb.JaxbPersistenceApi
convert me to xml format

B

backlinks - Variable in class com.bitplan.mediawiki.japi.api.Query
 
base - Variable in class com.bitplan.mediawiki.japi.api.General
 
base - Variable in class org.wikipedia.Wiki
 
bitdepth - Variable in class com.bitplan.mediawiki.japi.api.Ii
 
Bl - Class in com.bitplan.mediawiki.japi.api
Java-Klasse für anonymous complex type.
Bl() - Constructor for class com.bitplan.mediawiki.japi.api.Bl
 
BLOCK_LOG - Static variable in class org.wikipedia.Wiki
Denotes the block log.
blockLog() - Method in class org.wikipedia.Wiki.User
Returns a log of the times when the user has been blocked.
byteoffset - Variable in class com.bitplan.mediawiki.japi.api.S
 

C

calendarToTimestamp(Calendar) - Method in class org.wikipedia.Wiki
Turns a calendar into a timestamp of the format yyyymmddhhmmss.
canonical - Variable in class com.bitplan.mediawiki.japi.api.Ns
 
canonicaltitle - Variable in class com.bitplan.mediawiki.japi.api.Ii
 
CATEGORY_NAMESPACE - Static variable in class org.wikipedia.Wiki
Denotes the namespace for category description pages.
CATEGORY_TALK_NAMESPACE - Static variable in class org.wikipedia.Wiki
Denotes the namespace for talk pages regarding categories.
checkErrorsAndUpdateStatus(String, String) - Method in class org.wikipedia.Wiki
Checks for errors from standard read/write requests and performs occasional status checks.
checkRights(Map<String, Object>, String) - Method in class org.wikipedia.Wiki
Checks whether the currently logged on user has sufficient rights to edit/move a protected page.
classname - Variable in class com.bitplan.mediawiki.japi.api.Module
 
clone() - Method in class org.wikipedia.Wiki.User
Copies this user object.
code - Variable in class com.bitplan.mediawiki.japi.api.Error
 
com.bitplan.mediawiki.guice - package com.bitplan.mediawiki.guice
supports dependency injection with guice to choose the implementation of MediaWiki you'd like to use - the BITPlan one or the one-class one from MERC
com.bitplan.mediawiki.japi - package com.bitplan.mediawiki.japi
This library contains the classes that allow to connect to Mediawiki via a Java API.
com.bitplan.mediawiki.japi.api - package com.bitplan.mediawiki.japi.api
This package contain the generated JAXB classes that allow to analyze the results returned by the Mediawiki API.
com.bitplan.mediawiki.japi.jaxb - package com.bitplan.mediawiki.japi.jaxb
This packages contains the classes that convert java objects back and force from xml and json representations using JAXB The implementation used is ExclipseLink Moxy
com.bitplan.mediawiki.japi.user - package com.bitplan.mediawiki.japi.user
Crypt and WikiUser to allow configuration of a User to be read from a configuration file
ComBITPlanWikiModule - Class in com.bitplan.mediawiki.guice
Guice Module to use the wrapper Mediawiki as the implementation for the MediawikiApi interface
ComBITPlanWikiModule() - Constructor for class com.bitplan.mediawiki.guice.ComBITPlanWikiModule
 
comment - Variable in class com.bitplan.mediawiki.japi.api.Ii
 
compareTo(Wiki.LogEntry) - Method in class org.wikipedia.Wiki.LogEntry
Compares this log entry to another one based on the recentness of their timestamps.
compareTo(Wiki.Revision) - Method in class org.wikipedia.Wiki.Revision
Compares this revision to another revision based on the recentness of their timestamps.
configure() - Method in class com.bitplan.mediawiki.guice.ComBITPlanWikiModule
 
configure() - Method in class com.bitplan.mediawiki.guice.OrgWikiModule
 
constructNamespaceString(StringBuilder, String, int...) - Method in class org.wikipedia.Wiki
Convenience method for converting a namespace list into String form.
constructTitleString(String[]) - Method in class org.wikipedia.Wiki
Cuts up a list of titles into batches for prop=X&titles=Y type queries.
content - Variable in class com.bitplan.mediawiki.japi.api.Ns
 
contentformat - Variable in class com.bitplan.mediawiki.japi.api.Rev
 
contentmodel - Variable in class com.bitplan.mediawiki.japi.api.Edit
 
contentmodel - Variable in class com.bitplan.mediawiki.japi.api.Rev
 
contribs(String, int...) - Method in class org.wikipedia.Wiki
Gets the contributions of a user in a particular namespace.
contribs(String, String, Calendar, Calendar, int...) - Method in class org.wikipedia.Wiki
Gets the contributions for a user, an IP address or a range of IP addresses.
contribs(int...) - Method in class org.wikipedia.Wiki.User
Fetches the contributions for this user in a particular namespace(s).
convertTimestamp(String) - Method in class org.wikipedia.Wiki
Converts a timestamp of the form used by the API (yyyy-mm-ddThh:mm:ssZ) to the form yyyymmddhhmmss.
cookieprefix - Variable in class com.bitplan.mediawiki.japi.api.Login
 
copyToWiki(MediawikiApi, String, String) - Method in interface com.bitplan.mediawiki.japi.MediawikiApi
copy the page for a given title from this wiki to the given target Wiki uses https://www.mediawiki.org/wiki/API:Edit FIXME - make this an API interface function FIXME - create a multi title version
copyToWiki(MediawikiApi, String, String) - Method in class com.bitplan.mediawiki.japi.MediaWikiApiImpl
copy the page for a given title from this wiki to the given target Wiki uses https://www.mediawiki.org/wiki/API:Edit FIXME - make this an API interface function FIXME - create a multi title version
countEdits() - Method in class org.wikipedia.Wiki.User
Fetches the internal edit count for this user, which includes all live edits and deleted edits after (I think) January 2007.
counter - Variable in class com.bitplan.mediawiki.japi.api.Page
 
createaccount - Variable in class com.bitplan.mediawiki.japi.api.Api
 
Createaccount - Class in com.bitplan.mediawiki.japi.api
Java-Klasse für anonymous complex type.
Createaccount() - Constructor for class com.bitplan.mediawiki.japi.api.Createaccount
 
createAccount(String, String, String, boolean, String, String) - Method in class com.bitplan.mediawiki.japi.Mediawiki
create the given user account
createaccounttoken - Variable in class com.bitplan.mediawiki.japi.api.Tokens
 
createIniFile(String...) - Static method in class com.bitplan.mediawiki.japi.user.WikiUser
create a credentials ini file from the command line
Crypt - Class in com.bitplan.mediawiki.japi.user
Encryption class to be use for password encryption for test cases
csrftoken - Variable in class com.bitplan.mediawiki.japi.api.Tokens
 
CURRENT_REVISION - Static variable in class org.wikipedia.Wiki
In Revision.diff(), denotes the current revision.

D

DataItem - Class in com.bitplan.mediawiki.japi.api
Semantic Mediawiki DataItem manually added 2017-09-16
DataItem() - Constructor for class com.bitplan.mediawiki.japi.api.DataItem
 
dateToMWTimeStamp(Date) - Method in class com.bitplan.mediawiki.japi.Mediawiki
convert a data to a MediaWiki API timestamp
dbtype - Variable in class com.bitplan.mediawiki.japi.api.General
 
dbversion - Variable in class com.bitplan.mediawiki.japi.api.General
 
debug - Variable in class com.bitplan.mediawiki.japi.Mediawiki
set to true for debugging
debug - Static variable in class com.bitplan.mediawiki.japi.PageInfo
 
debug - Static variable in class com.bitplan.mediawiki.japi.SiteInfoImpl
 
decode(String) - Method in class com.bitplan.mediawiki.japi.MediaWikiApiImpl
decode the given html markup
decode(String) - Method in class org.wikipedia.Wiki
Strips entity references like " from the supplied string.
DEFAULT_SCRIPTPATH - Static variable in class com.bitplan.mediawiki.japi.Mediawiki
default script path
delete - Variable in class com.bitplan.mediawiki.japi.api.Api
 
Delete - Class in com.bitplan.mediawiki.japi.api
Delete XML wrapper - hand crafted comparable to Edit
Delete() - Constructor for class com.bitplan.mediawiki.japi.api.Delete
 
delete(String, String) - Method in class com.bitplan.mediawiki.japi.Mediawiki
https://www.mediawiki.org/wiki/API:Delete/de
delete(String, String) - Method in interface com.bitplan.mediawiki.japi.MediawikiApi
delete the given page for the given reason
delete(String, String) - Method in class org.wikipedia.Mediawiki
 
delete(String, String) - Method in class org.wikipedia.Wiki
Deletes a page.
deletedContribs(String) - Method in class org.wikipedia.Wiki
Gets the deleted contributions of a user.
deletedContribs(String, Calendar, Calendar, boolean, int...) - Method in class org.wikipedia.Wiki
Gets the deleted contributions of a user in the given namespace.
deletedPrefixIndex(String, int) - Method in class org.wikipedia.Wiki
Returns all deleted pages that begin with the given prefix.
deletetoken - Variable in class com.bitplan.mediawiki.japi.api.Page
 
deletetoken - Variable in class com.bitplan.mediawiki.japi.api.Tokens
 
DELETION_LOG - Static variable in class org.wikipedia.Wiki
Denotes the deletion log.
descriptionurl - Variable in class com.bitplan.mediawiki.japi.api.Ii
 
descriptionurl - Variable in class com.bitplan.mediawiki.japi.api.Img
 
diff(Wiki.Revision) - Method in class org.wikipedia.Wiki.Revision
Returns a HTML rendered diff table; see the table at the diff(String) - Method in class org.wikipedia.Wiki.Revision
Returns a HTML rendered diff table between this revision and the given text.
diff(long) - Method in class org.wikipedia.Wiki.Revision
Returns a HTML rendered diff table; see the table at the diff(long, String) - Method in class org.wikipedia.Wiki.Revision
Fetches a HTML rendered diff table; see the table at the dual() - Method in class com.bitplan.mediawiki.japi.PageInfo
get the dual version of the pageTitle

E

edit - Variable in class com.bitplan.mediawiki.japi.api.Api
 
Edit - Class in com.bitplan.mediawiki.japi.api
Java class for anonymous complex type.
Edit() - Constructor for class com.bitplan.mediawiki.japi.api.Edit
 
edit(String, String, String) - Method in class com.bitplan.mediawiki.japi.Mediawiki
https://www.mediawiki.org/wiki/API:Edit
edit(String, String, String, boolean, boolean, int, String, Calendar) - Method in class com.bitplan.mediawiki.japi.Mediawiki
 
edit(String, String, String) - Method in interface com.bitplan.mediawiki.japi.MediawikiApi
Edits a page by setting its text to the supplied value.
edit(String, String, String, boolean, boolean, int, String, Calendar) - Method in interface com.bitplan.mediawiki.japi.MediawikiApi
edit
edit(String, String, String) - Method in class org.wikipedia.Mediawiki
 
edit(String, String, String, boolean, boolean, int, String, Calendar) - Method in class org.wikipedia.Mediawiki
 
edit(String, String, String) - Method in class org.wikipedia.Wiki
Edits a page by setting its text to the supplied value.
edit(String, String, String, Calendar) - Method in class org.wikipedia.Wiki
Edits a page by setting its text to the supplied value.
edit(String, String, String, int) - Method in class org.wikipedia.Wiki
Edits a page by setting its text to the supplied value.
edit(String, String, String, int, Calendar) - Method in class org.wikipedia.Wiki
Edits a page by setting its text to the supplied value.
edit(String, String, String, boolean, boolean, int, Calendar) - Method in class org.wikipedia.Wiki
Edits a page by setting its text to the supplied value.
edits - Variable in class com.bitplan.mediawiki.japi.api.Statistics
 
edittoken - Variable in class com.bitplan.mediawiki.japi.api.Page
 
edittoken - Variable in class com.bitplan.mediawiki.japi.api.Tokens
 
emailUser(Wiki.User, String, String, boolean) - Method in class org.wikipedia.Wiki
Sends an email message to a user in a similar manner to [[Special:Emailuser]].
encode(String) - Method in class com.bitplan.mediawiki.japi.MediaWikiApiImpl
request parameter encoding
equals(Object) - Method in class org.wikipedia.Wiki
Determines whether this wiki is equal to another object.
equals(Object) - Method in class org.wikipedia.Wiki.Revision
Determines whether this Revision is equal to another object.
equals(Object) - Method in class org.wikipedia.Wiki.User
Tests whether this user is equal to another one.
error - Variable in class com.bitplan.mediawiki.japi.api.Api
 
Error - Class in com.bitplan.mediawiki.japi.api
Java class for anonymous complex type.
Error() - Constructor for class com.bitplan.mediawiki.japi.api.Error
 
exists(String[]) - Method in class org.wikipedia.Wiki
Determines whether a series of pages exist.
export(String) - Method in class org.wikipedia.Wiki
Exports the current revision of this page.
Extensiondistributor - Class in com.bitplan.mediawiki.japi.api
Java class for anonymous complex type.
Extensiondistributor() - Constructor for class com.bitplan.mediawiki.japi.api.Extensiondistributor
 
extensiondistributor - Variable in class com.bitplan.mediawiki.japi.api.General
 

F

fallback - Variable in class com.bitplan.mediawiki.japi.api.General
 
fallback8BitEncoding - Variable in class com.bitplan.mediawiki.japi.api.General
 
favicon - Variable in class com.bitplan.mediawiki.japi.api.General
 
fetch(String, String) - Method in class org.wikipedia.Wiki
A generic URL content fetcher.
FILE_NAMESPACE - Static variable in class org.wikipedia.Wiki
Denotes the namespace for file description pages.
FILE_TALK_NAMESPACE - Static variable in class org.wikipedia.Wiki
Denotes talk pages for file description pages.
format - Variable in class com.bitplan.mediawiki.japi.Mediawiki
 
fromJson(String) - Method in class com.bitplan.mediawiki.japi.jaxb.JaxbFactory
get an instance of T for the given json string
fromJson(String) - Method in interface com.bitplan.mediawiki.japi.jaxb.JaxbFactoryApi
get a instance for the given json
fromString(Unmarshaller, String) - Method in class com.bitplan.mediawiki.japi.jaxb.JaxbFactory
 
fromtitle - Variable in class com.bitplan.mediawiki.japi.api.S
 
fromXML(String) - Static method in class com.bitplan.mediawiki.japi.api.Api
create a Api from an XML string
fromXML(String) - Method in class com.bitplan.mediawiki.japi.jaxb.JaxbFactory
get an instance of T for the given xml string
fromXML(String) - Method in interface com.bitplan.mediawiki.japi.jaxb.JaxbFactoryApi
get a instance for the given xml
fromXML(String) - Method in class com.bitplan.mediawiki.japi.MediaWikiApiImpl
return Api from the given xml
FULL_PROTECTION - Static variable in class org.wikipedia.Wiki
Denotes full protection (i.e. only admins can perfom a particular action).

G

General - Class in com.bitplan.mediawiki.japi.api
Java class for anonymous complex type.
General() - Constructor for class com.bitplan.mediawiki.japi.api.General
 
general - Variable in class com.bitplan.mediawiki.japi.api.Query
 
generalSiteInfo - Variable in class com.bitplan.mediawiki.japi.SiteInfoImpl
 
generateRandomKey(int) - Static method in class com.bitplan.mediawiki.japi.user.Crypt
generate a Random key
generator - Variable in class com.bitplan.mediawiki.japi.api.General
 
getAction() - Method in class org.wikipedia.Wiki.LogEntry
Gets a string description of the action performed, for example "delete", "protect", "overwrite", ...
getActionResult(String, String, Mediawiki.TokenResult, Object, String) - Method in class com.bitplan.mediawiki.japi.Mediawiki
get the result for the given action and params
getActionResult(String, String, Mediawiki.TokenResult, Object) - Method in class com.bitplan.mediawiki.japi.Mediawiki
get the action result for the default format
getActionResult(String, String) - Method in class com.bitplan.mediawiki.japi.Mediawiki
get the result for the given action and query
getActionResultText(String, String, Mediawiki.TokenResult, Object, String) - Method in class com.bitplan.mediawiki.japi.Mediawiki
get the action result for the given parameters
getActiveusers() - Method in class com.bitplan.mediawiki.japi.api.Statistics
Gets the value of the activeusers property.
getAdmins() - Method in class com.bitplan.mediawiki.japi.api.Statistics
Gets the value of the admins property.
getAllImages() - Method in class com.bitplan.mediawiki.japi.api.Query
Gets the value of the allimages property.
getAllImagesByTimeStamp(String, String, int) - Method in class com.bitplan.mediawiki.japi.Mediawiki
 
getAllImagesByTimeStamp(String, String, int) - Method in interface com.bitplan.mediawiki.japi.MediawikiApi
get all Images by the given time stamps
getAllImagesByTimeStamp(String, String, int) - Method in class org.wikipedia.Mediawiki
 
getAllpages() - Method in class com.bitplan.mediawiki.japi.api.Query
Gets the value of the allpages property.
getAllPages(String, int) - Method in class com.bitplan.mediawiki.japi.Mediawiki
getAllPages
getAllPages(String, int) - Method in interface com.bitplan.mediawiki.japi.MediawikiApi
getAllPages
getAllPages(String, int) - Method in class org.wikipedia.Mediawiki
 
getAnchor() - Method in class com.bitplan.mediawiki.japi.api.S
Gets the value of the anchor property.
getArticlepath() - Method in class com.bitplan.mediawiki.japi.api.General
Gets the value of the articlepath property.
getArticles() - Method in class com.bitplan.mediawiki.japi.api.Statistics
Gets the value of the articles property.
getAssertionMode() - Method in class org.wikipedia.Wiki
Gets the assertion mode.
getBacklinks() - Method in class com.bitplan.mediawiki.japi.api.Query
Gets the value of the backlinks property.
getBacklinks(String, String, int) - Method in class com.bitplan.mediawiki.japi.Mediawiki
 
getBacklinks(String, String, int) - Method in interface com.bitplan.mediawiki.japi.MediawikiApi
get the backlinks for the given pagetitle
getBacklinks(String, String, int) - Method in class org.wikipedia.Mediawiki
 
getBase() - Method in class com.bitplan.mediawiki.japi.api.General
Gets the value of the base property.
getBitdepth() - Method in class com.bitplan.mediawiki.japi.api.Ii
Ruft den Wert der bitdepth-Eigenschaft ab.
getByteoffset() - Method in class com.bitplan.mediawiki.japi.api.S
Gets the value of the byteoffset property.
getCanonical() - Method in class com.bitplan.mediawiki.japi.api.Ns
Gets the value of the canonical property.
getCanonicalPageTitle() - Method in class com.bitplan.mediawiki.japi.PageInfo
 
getCanonicaltitle() - Method in class com.bitplan.mediawiki.japi.api.Ii
Ruft den Wert der canonicaltitle-Eigenschaft ab.
getCase() - Method in class com.bitplan.mediawiki.japi.api.General
Gets the value of the case property.
getCase() - Method in class com.bitplan.mediawiki.japi.api.Ns
Gets the value of the case property.
getCategories(String) - Method in class org.wikipedia.Wiki
Gets the list of categories a particular page is in.
getCategories(String, boolean, boolean) - Method in class org.wikipedia.Wiki
Gets the list of categories a particular page is in.
getCategoryMembers(String, int...) - Method in class org.wikipedia.Wiki
Gets the members of a category.
getCategoryMembers(String, boolean, int...) - Method in class org.wikipedia.Wiki
Gets the members of a category.
getCategoryMembers(String, int, int...) - Method in class org.wikipedia.Wiki
Gets the members of a category with maxdepth recursion.
getCategoryMembers(String, int, List<String>, int...) - Method in class org.wikipedia.Wiki
Gets the members of a category.
getClassname() - Method in class com.bitplan.mediawiki.japi.api.Module
Ruft den Wert der classname-Eigenschaft ab.
getClassOfT() - Method in class com.bitplan.mediawiki.japi.jaxb.JaxbFactory
allow access to the type that would otherwise not be available due to Java type erasure
getCode() - Method in class com.bitplan.mediawiki.japi.api.Error
Gets the value of the code property.
getComment() - Method in class com.bitplan.mediawiki.japi.api.Ii
Ruft den Wert der comment-Eigenschaft ab.
getContent() - Method in class com.bitplan.mediawiki.japi.api.Ns
Gets the value of the content property.
getContentformat() - Method in class com.bitplan.mediawiki.japi.api.Rev
Gets the value of the contentformat property.
getContentmodel() - Method in class com.bitplan.mediawiki.japi.api.Edit
Gets the value of the contentmodel property.
getContentmodel() - Method in class com.bitplan.mediawiki.japi.api.Rev
Gets the value of the contentmodel property.
getCookieprefix() - Method in class com.bitplan.mediawiki.japi.api.Login
Gets the value of the cookieprefix property.
getCounter() - Method in class com.bitplan.mediawiki.japi.api.Page
Gets the value of the counter property.
getCreateaccount() - Method in class com.bitplan.mediawiki.japi.api.Api
Ruft den Wert der createaccount-Eigenschaft ab.
getCreateaccounttoken() - Method in class com.bitplan.mediawiki.japi.api.Tokens
 
getCsrftoken() - Method in class com.bitplan.mediawiki.japi.api.Tokens
Ruft den Wert der csrftoken-Eigenschaft ab.
getCurrentDatabaseLag() - Method in class org.wikipedia.Wiki
Determines the current database replication lag.
getCurrentUser() - Method in class org.wikipedia.Wiki
Gets the user we are currently logged in as.
getCypher() - Method in class com.bitplan.mediawiki.japi.user.Crypt
 
getData() - Method in class com.bitplan.mediawiki.japi.api.Query
 
getDataitem() - Method in class com.bitplan.mediawiki.japi.api.Property
 
getDbtype() - Method in class com.bitplan.mediawiki.japi.api.General
Gets the value of the dbtype property.
getDbversion() - Method in class com.bitplan.mediawiki.japi.api.General
Gets the value of the dbversion property.
getDefault() - Method in class com.bitplan.mediawiki.japi.api.Param
Ruft den Wert der default-Eigenschaft ab.
getDelete() - Method in class com.bitplan.mediawiki.japi.api.Api
 
getDeletedHistory(String) - Method in class org.wikipedia.Wiki
Gets the deleted history of a page.
getDeletedHistory(String, Calendar, Calendar, boolean) - Method in class org.wikipedia.Wiki
Gets the deleted history of a page.
getDeletedText(String) - Method in class org.wikipedia.Wiki
Gets the text of a deleted page (it's like getPageText, but for deleted pages).
getDeletetoken() - Method in class com.bitplan.mediawiki.japi.api.Page
 
getDeletetoken() - Method in class com.bitplan.mediawiki.japi.api.Tokens
 
getDescriptionurl() - Method in class com.bitplan.mediawiki.japi.api.Ii
Ruft den Wert der descriptionurl-Eigenschaft ab.
getDescriptionurl() - Method in class com.bitplan.mediawiki.japi.api.Img
Ruft den Wert der descriptionurl-Eigenschaft ab.
getDetails() - Method in class org.wikipedia.Wiki.LogEntry
Gets the details of this log entry.
getDomain() - Method in class org.wikipedia.Wiki
Gets the domain of the wiki, as supplied on construction.
getDuplicates(String) - Method in class org.wikipedia.Wiki
Gets duplicates of this file.
getEdit() - Method in class com.bitplan.mediawiki.japi.api.Api
Gets the value of the edit property.
getEdits() - Method in class com.bitplan.mediawiki.japi.api.Statistics
Gets the value of the edits property.
getEdittoken() - Method in class com.bitplan.mediawiki.japi.api.Page
Gets the value of the edittoken property.
getEdittoken() - Method in class com.bitplan.mediawiki.japi.api.Tokens
Gets the value of the edittoken property.
getEditToken(String, String) - Method in class com.bitplan.mediawiki.japi.Mediawiki
get an edit token for the given page Title see API:Tokens
getEmail() - Method in class com.bitplan.mediawiki.japi.user.WikiUser
 
getError() - Method in class com.bitplan.mediawiki.japi.api.Api
Gets the value of the error property.
getExtensiondistributor() - Method in class com.bitplan.mediawiki.japi.api.General
Gets the value of the extensiondistributor property.
getExternalLinksOnPage(String) - Method in class org.wikipedia.Wiki
Gets the list of external links used on a particular page.
getFactory() - Method in class com.bitplan.mediawiki.japi.api.Api
get my factory
getFactory() - Method in interface com.bitplan.mediawiki.japi.jaxb.JaxbPersistenceApi
get my factory
getFallback() - Method in class com.bitplan.mediawiki.japi.api.General
Gets the value of the fallback property.
getFallback8BitEncoding() - Method in class com.bitplan.mediawiki.japi.api.General
Gets the value of the fallback8BitEncoding property.
getFavicon() - Method in class com.bitplan.mediawiki.japi.api.General
Gets the value of the favicon property.
getFileMetadata(String) - Method in class org.wikipedia.Wiki
Gets the file metadata for a file.
getFirstRevision(String) - Method in class org.wikipedia.Wiki
Gets the first revision of a page, or null if the page does not exist.
getFormat() - Method in class com.bitplan.mediawiki.japi.Mediawiki
 
getFromtitle() - Method in class com.bitplan.mediawiki.japi.api.S
Gets the value of the fromtitle property.
getGeneral() - Method in class com.bitplan.mediawiki.japi.api.Query
Gets the value of the general property.
getGeneral() - Method in interface com.bitplan.mediawiki.japi.SiteInfo
get the general siteinfo
getGeneral() - Method in class com.bitplan.mediawiki.japi.SiteInfoImpl
 
getGeneral() - Method in class org.wikipedia.Mediawiki
get the siteinfo
getGenerator() - Method in class com.bitplan.mediawiki.japi.api.General
Gets the value of the generator property.
getGitBranch() - Method in class com.bitplan.mediawiki.japi.api.General
Gets the value of the gitBranch property.
getGitHash() - Method in class com.bitplan.mediawiki.japi.api.General
Gets the value of the gitHash property.
getHeight() - Method in class com.bitplan.mediawiki.japi.api.Ii
Ruft den Wert der height-Eigenschaft ab.
getHeight() - Method in class com.bitplan.mediawiki.japi.api.Limit
Gets the value of the height property.
getHelpformat() - Method in class com.bitplan.mediawiki.japi.api.Paraminfo
Ruft den Wert der helpformat-Eigenschaft ab.
getHelpurls() - Method in class com.bitplan.mediawiki.japi.api.Module
Ruft den Wert der helpurls-Eigenschaft ab.
getHhvmversion() - Method in class com.bitplan.mediawiki.japi.api.General
Gets the value of the hhvmversion property.
getHtml() - Method in class com.bitplan.mediawiki.japi.api.Ii
Ruft den Wert der html-Eigenschaft ab.
getId() - Method in class com.bitplan.mediawiki.japi.api.Ns
Gets the value of the id property.
getIi() - Method in class com.bitplan.mediawiki.japi.api.Imageinfo
Ruft den Wert der ii-Eigenschaft ab.
getImage(String) - Method in class org.wikipedia.Wiki
Deprecated.
expects a file as additional parameter
getImage(String, File) - Method in class org.wikipedia.Wiki
Fetches an image and saves it in the given file.
getImage(String, int, int) - Method in class org.wikipedia.Wiki
Deprecated.
expects a file as additional parameter
getImage(String, int, int, File) - Method in class org.wikipedia.Wiki
Fetches a thumbnail of an image file and saves the image data into the given file.
getImageHistory(String) - Method in class org.wikipedia.Wiki
Returns the upload history of an image.
getImageinfo() - Method in class com.bitplan.mediawiki.japi.api.Page
Ruft den Wert der imageinfo-Eigenschaft ab.
getImageInfo(String) - Method in class com.bitplan.mediawiki.japi.Mediawiki
 
getImageInfo(String) - Method in interface com.bitplan.mediawiki.japi.MediawikiApi
get the Image Info for the given pageTitle
getImageInfo(String) - Method in class org.wikipedia.Mediawiki
 
getImageInfosForPage(String, int) - Method in class com.bitplan.mediawiki.japi.Mediawiki
 
getImageInfosForPage(String, int) - Method in interface com.bitplan.mediawiki.japi.MediawikiApi
get the imageInfos for all images on the given page Title
getImageInfosForPage(String, int) - Method in class org.wikipedia.Mediawiki
 
getImagelimits() - Method in class com.bitplan.mediawiki.japi.api.General
Gets the value of the imagelimits property.
getImages() - Method in class com.bitplan.mediawiki.japi.api.Page
Gets the value of the images property.
getImages() - Method in class com.bitplan.mediawiki.japi.api.Statistics
Gets the value of the images property.
getImagesOnPage(String, int) - Method in class com.bitplan.mediawiki.japi.Mediawiki
 
getImagesOnPage(String, int) - Method in interface com.bitplan.mediawiki.japi.MediawikiApi
get the Images on the given page
getImagesOnPage(String, int) - Method in class org.wikipedia.Mediawiki
 
getImagesOnPage(String) - Method in class org.wikipedia.Wiki
Gets the list of images used on a particular page.
getImageusage() - Method in class com.bitplan.mediawiki.japi.api.Query
Gets the value of the backlinks property.
getImageUsage(String, String, int) - Method in class com.bitplan.mediawiki.japi.Mediawiki
 
getImageUsage(String, String, int) - Method in interface com.bitplan.mediawiki.japi.MediawikiApi
get the imageusage for the given imageTitle
getImageUsage(String, String, int) - Method in class org.wikipedia.Mediawiki
 
getImagewhitelistenabled() - Method in class com.bitplan.mediawiki.japi.api.General
Gets the value of the imagewhitelistenabled property.
getIndex() - Method in class com.bitplan.mediawiki.japi.api.S
Gets the value of the index property.
getInfo() - Method in class com.bitplan.mediawiki.japi.api.Error
Gets the value of the info property.
getInput(String, BufferedReader) - Static method in class com.bitplan.mediawiki.japi.user.WikiUser
get input from standard in
getInterWikiBacklinks(String) - Method in class org.wikipedia.Wiki
Fetches all pages that use interwiki links to the specified wiki and the page on that wiki that is linked to.
getInterWikiBacklinks(String, String) - Method in class org.wikipedia.Wiki
Fetches all pages that use interwiki links with a certain prefix and title.
getInterWikiLinks(String) - Method in class org.wikipedia.Wiki
Gets the list of interwiki links a particular page has.
getIPBlockList(String) - Method in class org.wikipedia.Wiki
Looks up a particular user in the IP block list, i.e. whether a user is currently blocked.
getIPBlockList(Calendar, Calendar) - Method in class org.wikipedia.Wiki
Lists currently operating blocks that were made in the specified interval.
getIPBlockList(String, Calendar, Calendar) - Method in class org.wikipedia.Wiki
Fetches part of the list of currently operational blocks.
getIsoTimeStamp() - Method in class com.bitplan.mediawiki.japi.Mediawiki
get a current IsoTimeStamp
getIsoTimeStamp() - Method in interface com.bitplan.mediawiki.japi.MediawikiApi
get an ISO time stamp (utility function) FIXME may have to move out of the main API
getIsoTimeStamp() - Method in class org.wikipedia.Mediawiki
 
getItem() - Method in class com.bitplan.mediawiki.japi.api.DataItem
 
getJobs() - Method in class com.bitplan.mediawiki.japi.api.Statistics
Gets the value of the jobs property.
getLang() - Method in class com.bitplan.mediawiki.japi.api.General
Gets the value of the lang property.
getLang() - Method in class com.bitplan.mediawiki.japi.PageInfo
 
getLang() - Method in interface com.bitplan.mediawiki.japi.SiteInfo
get the languge of this site
getLang() - Method in class com.bitplan.mediawiki.japi.SiteInfoImpl
 
getLangconversion() - Method in class com.bitplan.mediawiki.japi.api.General
Gets the value of the langconversion property.
getLastrevid() - Method in class com.bitplan.mediawiki.japi.api.Page
Gets the value of the lastrevid property.
getLegaltitlechars() - Method in class com.bitplan.mediawiki.japi.api.General
Gets the value of the legaltitlechars property.
getLength() - Method in class com.bitplan.mediawiki.japi.api.Page
Gets the value of the length property.
getLevel() - Method in class com.bitplan.mediawiki.japi.api.S
Gets the value of the level property.
getLgtoken() - Method in class com.bitplan.mediawiki.japi.api.Login
 
getLguserid() - Method in class com.bitplan.mediawiki.japi.api.Login
 
getLgusername() - Method in class com.bitplan.mediawiki.japi.api.Login
 
getLicenselink() - Method in class com.bitplan.mediawiki.japi.api.Module
Ruft den Wert der licenselink-Eigenschaft ab.
getLicensetag() - Method in class com.bitplan.mediawiki.japi.api.Module
Ruft den Wert der licensetag-Eigenschaft ab.
getLimit() - Method in class com.bitplan.mediawiki.japi.api.Imagelimits
Gets the value of the limit property.
getLimit() - Method in class com.bitplan.mediawiki.japi.api.Thumblimits
Gets the value of the limit property.
getLine() - Method in class com.bitplan.mediawiki.japi.api.S
Gets the value of the line property.
getLinkprefix() - Method in class com.bitplan.mediawiki.japi.api.General
Gets the value of the linkprefix property.
getLinkprefixcharset() - Method in class com.bitplan.mediawiki.japi.api.General
Gets the value of the linkprefixcharset property.
getLinksOnPage(String) - Method in class org.wikipedia.Wiki
Gets the list of wikilinks used on a particular page.
getLinktrail() - Method in class com.bitplan.mediawiki.japi.api.General
Gets the value of the linktrail property.
getList() - Method in class com.bitplan.mediawiki.japi.api.Extensiondistributor
Gets the value of the list property.
getLogEntries(int) - Method in class org.wikipedia.Wiki
Gets the most recent set of log entries up to the given amount.
getLogEntries(Wiki.User) - Method in class org.wikipedia.Wiki
Gets log entries for a specific user.
getLogEntries(String) - Method in class org.wikipedia.Wiki
Gets the log entries representing actions that were performed on a specific target.
getLogEntries(Calendar, Calendar) - Method in class org.wikipedia.Wiki
Gets all log entries that occurred between the specified dates.
getLogEntries(int, String, String) - Method in class org.wikipedia.Wiki
Gets the last how ever many log entries in the specified log.
getLogEntries(Calendar, Calendar, int, String, String, Wiki.User, String, int) - Method in class org.wikipedia.Wiki
Gets the specified amount of log entries between the given times by the given user on the given target.
getLogid() - Method in class com.bitplan.mediawiki.japi.api.Delete
 
getLogin() - Method in class com.bitplan.mediawiki.japi.api.Api
Gets the value of the login property.
getLogintoken() - Method in class com.bitplan.mediawiki.japi.api.Tokens
return the login token
getLogo() - Method in class com.bitplan.mediawiki.japi.api.General
Gets the value of the logo property.
getMainpage() - Method in class com.bitplan.mediawiki.japi.api.General
Gets the value of the mainpage property.
getMarshaller(T) - Method in class com.bitplan.mediawiki.japi.jaxb.JaxbFactory
get a marshaller for the given instance
getMaxLag() - Method in class org.wikipedia.Wiki
Gets the maxlag parameter.
getMaxuploadsize() - Method in class com.bitplan.mediawiki.japi.api.General
Gets the value of the maxuploadsize property.
getMediatype() - Method in class com.bitplan.mediawiki.japi.api.Ii
Ruft den Wert der mediatype-Eigenschaft ab.
getMime() - Method in class com.bitplan.mediawiki.japi.api.Ii
Ruft den Wert der mime-Eigenschaft ab.
getMisermode() - Method in class com.bitplan.mediawiki.japi.api.General
Gets the value of the misermode property.
getModules() - Method in class com.bitplan.mediawiki.japi.api.Paraminfo
Ruft den Wert der modules-Eigenschaft ab.
getMostRecentChanges(int, int) - Method in class com.bitplan.mediawiki.japi.Mediawiki
get the most recent changes
getName() - Method in class com.bitplan.mediawiki.japi.api.Img
Ruft den Wert der name-Eigenschaft ab.
getName() - Method in class com.bitplan.mediawiki.japi.api.Module
Ruft den Wert der name-Eigenschaft ab.
getName() - Method in class com.bitplan.mediawiki.japi.api.Param
Ruft den Wert der name-Eigenschaft ab.
getNamespace() - Method in class com.bitplan.mediawiki.japi.PageInfo
 
getNamespaceId() - Method in class com.bitplan.mediawiki.japi.PageInfo
 
getNameSpaceName() - Method in class com.bitplan.mediawiki.japi.PageInfo
 
getNameSpaceName(String) - Static method in class com.bitplan.mediawiki.japi.PageInfo
get the name space name
getNamespaces() - Method in class com.bitplan.mediawiki.japi.api.Query
 
getNamespaces() - Method in interface com.bitplan.mediawiki.japi.SiteInfo
get the Namespaces for this wiki
getNamespaces() - Method in class com.bitplan.mediawiki.japi.SiteInfoImpl
get the Namespaces for this wiki
getNamespaces() - Method in class org.wikipedia.Wiki
Gets the namespaces used by this wiki.
getNamespacesByCanonicalName() - Method in interface com.bitplan.mediawiki.japi.SiteInfo
get the Namespaces by canonical name for this wiki
getNamespacesByCanonicalName() - Method in class com.bitplan.mediawiki.japi.SiteInfoImpl
get the Namespaces by canonical name for this wiki
getNamespacesById() - Method in interface com.bitplan.mediawiki.japi.SiteInfo
get the Namespaces for this wiki
getNamespacesById() - Method in class com.bitplan.mediawiki.japi.SiteInfoImpl
get the Namespaces for this wiki
getNew() - Method in class com.bitplan.mediawiki.japi.api.Edit
Gets the value of the new property.
getNew() - Method in class com.bitplan.mediawiki.japi.api.Page
Gets the value of the new property.
getNew() - Method in class com.bitplan.mediawiki.japi.api.Rc
Gets the value of the new property.
getNewlen() - Method in class com.bitplan.mediawiki.japi.api.Rc
Gets the value of the newlen property.
getNewrevid() - Method in class com.bitplan.mediawiki.japi.api.Edit
Gets the value of the newrevid property.
getNewtimestamp() - Method in class com.bitplan.mediawiki.japi.api.Edit
Gets the value of the newtimestamp property.
getNext() - Method in class org.wikipedia.Wiki.Revision
Gets the next revision.
getNs() - Method in class com.bitplan.mediawiki.japi.api.Bl
Ruft den Wert der ns-Eigenschaft ab.
getNs() - Method in class com.bitplan.mediawiki.japi.api.Im
Gets the value of the ns property.
getNs() - Method in class com.bitplan.mediawiki.japi.api.Img
Ruft den Wert der ns-Eigenschaft ab.
getNs() - Method in class com.bitplan.mediawiki.japi.api.Iu
Ruft den Wert der ns-Eigenschaft ab.
getNs() - Method in class com.bitplan.mediawiki.japi.api.P
Gets the value of the ns property.
getNs() - Method in class com.bitplan.mediawiki.japi.api.Page
Gets the value of the ns property.
getNs() - Method in class com.bitplan.mediawiki.japi.api.Rc
Gets the value of the ns property.
getNumber() - Method in class com.bitplan.mediawiki.japi.api.S
Gets the value of the number property.
getOldImage(Wiki.LogEntry) - Method in class org.wikipedia.Wiki
Gets an old image revision and returns the image data in a byte[].
getOldlen() - Method in class com.bitplan.mediawiki.japi.api.Rc
Gets the value of the oldlen property.
getOldrevid() - Method in class com.bitplan.mediawiki.japi.api.Edit
Gets the value of the oldrevid property.
getOldRevid() - Method in class com.bitplan.mediawiki.japi.api.Rc
Gets the value of the oldRevid property.
getPage() - Method in class org.wikipedia.Wiki.Revision
Returns the page to which this revision was made.
getPageContent(String, String, boolean) - Method in class com.bitplan.mediawiki.japi.Mediawiki
get the page Content for the given page Title
getPageContent(String) - Method in class com.bitplan.mediawiki.japi.Mediawiki
get the page Content for the given page Title
getPageContent(String) - Method in interface com.bitplan.mediawiki.japi.MediawikiApi
get the page Content for the given page Title
getPageContent(String) - Method in class org.wikipedia.Mediawiki
 
getPageHistory(String) - Method in class org.wikipedia.Wiki
Gets the entire revision history of a page.
getPageHistory(String, Calendar, Calendar, boolean) - Method in class org.wikipedia.Wiki
Gets the revision history of a page between two dates.
getPageHtml(String) - Method in class com.bitplan.mediawiki.japi.Mediawiki
 
getPageHtml(String) - Method in interface com.bitplan.mediawiki.japi.MediawikiApi
get the html rendered version of a page
getPageHtml(String) - Method in class org.wikipedia.Mediawiki
 
getPageid() - Method in class com.bitplan.mediawiki.japi.api.Bl
Ruft den Wert der pageid-Eigenschaft ab.
getPageid() - Method in class com.bitplan.mediawiki.japi.api.Edit
Gets the value of the pageid property.
getPageid() - Method in class com.bitplan.mediawiki.japi.api.Iu
Ruft den Wert der pageid-Eigenschaft ab.
getPageid() - Method in class com.bitplan.mediawiki.japi.api.P
Gets the value of the pageid property.
getPageid() - Method in class com.bitplan.mediawiki.japi.api.Page
Gets the value of the pageid property.
getPageid() - Method in class com.bitplan.mediawiki.japi.api.Rc
Gets the value of the pageid property.
getPageInfo(String) - Method in class org.wikipedia.Wiki
Gets miscellaneous page info.
getPageInfo(String[]) - Method in class org.wikipedia.Wiki
Gets miscellaneous page info.
getPages() - Method in class com.bitplan.mediawiki.japi.api.Query
Gets the value of the pages property.
getPages() - Method in class com.bitplan.mediawiki.japi.api.Statistics
Gets the value of the pages property.
getPages(List<String>, String) - Method in class com.bitplan.mediawiki.japi.Mediawiki
get a list of pages for the given titles see API:Query
getPages(List<String>) - Method in class com.bitplan.mediawiki.japi.Mediawiki
get a list of pages for the given titles see API:Query
getPageText(String) - Method in class org.wikipedia.Wiki
Gets the raw wikicode for a page.
getPageTitle() - Method in class com.bitplan.mediawiki.japi.PageInfo
 
getParam() - Method in class com.bitplan.mediawiki.japi.api.Parameters
Gets the value of the param property.
getParameters() - Method in class com.bitplan.mediawiki.japi.api.Module
Ruft den Wert der parameters-Eigenschaft ab.
getParaminfo() - Method in class com.bitplan.mediawiki.japi.api.Api
Ruft den Wert der paraminfo-Eigenschaft ab.
getParamMap(String) - Method in class com.bitplan.mediawiki.japi.Mediawiki
get a Map of parameter from a & delimited parameter list
getParentid() - Method in class com.bitplan.mediawiki.japi.api.Rev
 
getParse() - Method in class com.bitplan.mediawiki.japi.api.Api
Gets the value of the parse property.
getParse(String) - Method in class com.bitplan.mediawiki.japi.Mediawiki
get the parse Result for the given params
getParsedcomment() - Method in class com.bitplan.mediawiki.japi.api.Ii
Ruft den Wert der parsedcomment-Eigenschaft ab.
getPassword() - Method in class com.bitplan.mediawiki.japi.user.WikiUser
 
getPath() - Method in class com.bitplan.mediawiki.japi.api.Module
Ruft den Wert der path-Eigenschaft ab.
getPhpsapi() - Method in class com.bitplan.mediawiki.japi.api.General
Gets the value of the phpsapi property.
getPhpversion() - Method in class com.bitplan.mediawiki.japi.api.General
Gets the value of the phpversion property.
getPostResponse(String, String, Mediawiki.TokenResult, Object) - Method in class com.bitplan.mediawiki.japi.Mediawiki
get a Post response
getPrefix() - Method in class com.bitplan.mediawiki.japi.api.Module
Ruft den Wert der prefix-Eigenschaft ab.
getPrevious() - Method in class org.wikipedia.Wiki.Revision
Gets the previous revision.
getProperties(String) - Static method in class com.bitplan.mediawiki.japi.user.WikiUser
get the Properties for the given wikiId
getProperty() - Method in class com.bitplan.mediawiki.japi.api.Property
 
getPropertyFile(String, String) - Static method in class com.bitplan.mediawiki.japi.user.WikiUser
get the property file for the given wikiId and user
getPropertyFile(String) - Static method in class com.bitplan.mediawiki.japi.user.WikiUser
get the propertyFile for the given wikiId
getProtectionMarker() - Method in class com.bitplan.mediawiki.japi.MediaWikiApiImpl
 
getQuery() - Method in class com.bitplan.mediawiki.japi.api.Api
 
getQueryResult(String) - Method in class com.bitplan.mediawiki.japi.Mediawiki
get the Result for the given query
getQueuedMassmessages() - Method in class com.bitplan.mediawiki.japi.api.Statistics
Gets the value of the queuedMassmessages property.
getRandomCrypt() - Static method in class com.bitplan.mediawiki.japi.user.Crypt
get a random Crypt
getRawJson() - Method in class com.bitplan.mediawiki.japi.api.Api
 
getRawWatchlist() - Method in class org.wikipedia.Wiki
Fetches the list of titles on the currently logged in user's watchlist.
getRawWatchlist(boolean) - Method in class org.wikipedia.Wiki
Fetches the list of titles on the currently logged in user's watchlist.
getRcid() - Method in class com.bitplan.mediawiki.japi.api.Rc
Gets the value of the rcid property.
getRcid() - Method in class org.wikipedia.Wiki.Revision
Gets the rcid of this revision for patrolling purposes.
getReason() - Method in class com.bitplan.mediawiki.japi.api.Delete
 
getReason() - Method in class org.wikipedia.Wiki.LogEntry
Gets the reason supplied by the perfoming user when the action was performed.
getRecentchanges() - Method in class com.bitplan.mediawiki.japi.api.Query
 
getRecentChanges(String, String, Integer) - Method in class com.bitplan.mediawiki.japi.Mediawiki
get the recent changes see https://www.mediawiki.org/wiki/API:RecentChanges
getRenderedText(String) - Method in class org.wikipedia.Wiki
Gets the contents of a page, rendered in HTML (as opposed to wikitext).
getRenderedText() - Method in class org.wikipedia.Wiki.Revision
Gets the rendered text of this revision.
getResource(String) - Method in class com.bitplan.mediawiki.japi.Mediawiki
get the given Builder for the given queryUrl this is a wrapper to be able to debug all QueryUrl
getResponse(String, Mediawiki.Method) - Method in class com.bitplan.mediawiki.japi.Mediawiki
get a response for the given url and method
getResponseString(ClientResponse) - Method in class com.bitplan.mediawiki.japi.Mediawiki
get the Response string
getResult() - Method in class com.bitplan.mediawiki.japi.api.Createaccount
Ruft den Wert der result-Eigenschaft ab.
getResult() - Method in class com.bitplan.mediawiki.japi.api.Edit
Gets the value of the result property.
getResult() - Method in class com.bitplan.mediawiki.japi.api.Login
Gets the value of the result property.
getRevid() - Method in class com.bitplan.mediawiki.japi.api.Rc
Gets the value of the revid property.
getRevid() - Method in class com.bitplan.mediawiki.japi.api.Rev
 
getRevid() - Method in class org.wikipedia.Wiki.Revision
Returns the oldid of this revision.
getRevision(long) - Method in class org.wikipedia.Wiki
Gets a revision based on a given oldid.
getRevisions() - Method in class com.bitplan.mediawiki.japi.api.Page
Gets the value of the revisions property.
getRevisions(long[]) - Method in class org.wikipedia.Wiki
Gets revisions based on given oldids.
getRollbackToken() - Method in class org.wikipedia.Wiki.Revision
Gets the rollback token for this revision.
getSalt() - Method in class com.bitplan.mediawiki.japi.user.Crypt
return the salt
getScript() - Method in class com.bitplan.mediawiki.japi.api.General
Gets the value of the script property.
getScriptpath() - Method in class com.bitplan.mediawiki.japi.api.General
Gets the value of the scriptpath property.
getScriptPath() - Method in class com.bitplan.mediawiki.japi.Mediawiki
 
getScriptPath() - Method in interface com.bitplan.mediawiki.japi.MediawikiApi
get the script Path
getScriptPath() - Method in class org.wikipedia.Mediawiki
 
getScriptPath() - Method in class org.wikipedia.Wiki
Deprecated.
use getSiteInfo
getSectionMap(String) - Method in class org.wikipedia.Wiki
Gets the list of sections on a particular page.
getSections() - Method in class com.bitplan.mediawiki.japi.api.Parse
Gets the value of the sections property.
getSections(String) - Method in class com.bitplan.mediawiki.japi.Mediawiki
 
getSections(String) - Method in interface com.bitplan.mediawiki.japi.MediawikiApi
get the sections for the given pageTitle
getSections(String) - Method in class org.wikipedia.Mediawiki
 
getSectionText(String, int) - Method in class com.bitplan.mediawiki.japi.Mediawiki
get the text for the given section
getSectionText(String, int) - Method in interface com.bitplan.mediawiki.japi.MediawikiApi
get the content of the given section
getSectionText(String, int) - Method in class org.wikipedia.Mediawiki
 
getSectionText(String, int) - Method in class org.wikipedia.Wiki
Gets the text of a specific section.
getSerializer() - Method in class com.bitplan.mediawiki.japi.api.Query
 
getServedby() - Method in class com.bitplan.mediawiki.japi.api.Api
 
getServer() - Method in class com.bitplan.mediawiki.japi.api.General
Gets the value of the server property.
getServername() - Method in class com.bitplan.mediawiki.japi.api.General
Gets the value of the servername property.
getSessionid() - Method in class com.bitplan.mediawiki.japi.api.Login
Gets the value of the sessionid property.
getSha1() - Method in class com.bitplan.mediawiki.japi.api.Ii
Ruft den Wert der sha1-Eigenschaft ab.
getSiteInfo() - Method in class com.bitplan.mediawiki.japi.Mediawiki
get the siteinfo
getSiteInfo() - Method in interface com.bitplan.mediawiki.japi.MediawikiApi
get the general siteinfo
getSiteInfo() - Method in class com.bitplan.mediawiki.japi.MediaWikiApiImpl
 
getSiteInfo() - Method in class org.wikipedia.Mediawiki
 
getSiteInfo() - Method in class org.wikipedia.Wiki
Gets various properties of the wiki and sets the bot framework up to use them.
getSitename() - Method in class com.bitplan.mediawiki.japi.api.General
Gets the value of the sitename property.
getSiteStatistics() - Method in class org.wikipedia.Wiki
Fetches some site statistics, namely the number of articles, pages, files, edits, users and admins.
getSiteurl() - Method in class com.bitplan.mediawiki.japi.Mediawiki
 
getSiteurl() - Method in interface com.bitplan.mediawiki.japi.MediawikiApi
 
getSiteurl() - Method in class org.wikipedia.Mediawiki
 
getSize() - Method in class com.bitplan.mediawiki.japi.api.Ii
Ruft den Wert der size-Eigenschaft ab.
getSize() - Method in class org.wikipedia.Wiki.Revision
Gets the size of this revision in bytes.
getSizeDiff() - Method in class org.wikipedia.Wiki.Revision
Returns the change in page size caused by this revision.
getSnapshot() - Method in class com.bitplan.mediawiki.japi.api.Snapshots
Gets the value of the snapshot property.
getSnapshots() - Method in class com.bitplan.mediawiki.japi.api.Extensiondistributor
Gets the value of the snapshots property.
getSource() - Method in class com.bitplan.mediawiki.japi.api.Module
Ruft den Wert der source-Eigenschaft ab.
getSourcename() - Method in class com.bitplan.mediawiki.japi.api.Module
Ruft den Wert der sourcename-Eigenschaft ab.
getStarttimestamp() - Method in class com.bitplan.mediawiki.japi.api.Page
Gets the value of the starttimestamp property.
getStatistics() - Method in class com.bitplan.mediawiki.japi.api.Query
 
getStatusCheckInterval() - Method in class org.wikipedia.Wiki
Gets the number of actions (edit, move, block, delete, etc) between status checks.
getString(Marshaller, T) - Method in class com.bitplan.mediawiki.japi.jaxb.JaxbFactory
get the string representation of the given marshaller
getStringFromUrl(String) - Static method in class com.bitplan.mediawiki.japi.Mediawiki
get a String from a given URL
getSubject() - Method in class com.bitplan.mediawiki.japi.api.Query
 
getSubmodules() - Method in class com.bitplan.mediawiki.japi.api.Param
Ruft den Wert der submodules-Eigenschaft ab.
getSubpages() - Method in class com.bitplan.mediawiki.japi.api.Ns
Gets the value of the subpages property.
getSummary() - Method in class org.wikipedia.Wiki.Revision
Returns the edit summary for this revision, or null if the summary was RevisionDeleted and you lack the necessary privileges.
getT() - Method in class com.bitplan.mediawiki.japi.api.Type
Gets the value of the t property.
getTalkPage(String) - Method in class org.wikipedia.Wiki
Returns the corresponding talk page to this page.
getTarget() - Method in class org.wikipedia.Wiki.LogEntry
Gets the target of the action represented by this log entry.
getTemplates(String, int...) - Method in class org.wikipedia.Wiki
Gets the list of templates used on a particular page that are in a particular namespace(s).
getText() - Method in class com.bitplan.mediawiki.japi.api.Parse
get the text
getText() - Method in class org.wikipedia.Wiki.Revision
Fetches the contents of this revision.
getThrottle() - Method in class org.wikipedia.Wiki
Gets the editing throttle.
getThumblimits() - Method in class com.bitplan.mediawiki.japi.api.General
Gets the value of the thumblimits property.
getTime() - Method in class com.bitplan.mediawiki.japi.api.General
Gets the value of the time property.
getTimeoffset() - Method in class com.bitplan.mediawiki.japi.api.General
Gets the value of the timeoffset property.
getTimestamp() - Method in class com.bitplan.mediawiki.japi.api.Ii
Ruft den Wert der timestamp-Eigenschaft ab.
getTimestamp() - Method in class com.bitplan.mediawiki.japi.api.Img
Ruft den Wert der timestamp-Eigenschaft ab.
getTimestamp() - Method in class com.bitplan.mediawiki.japi.api.Rc
Gets the value of the timestamp property.
getTimestamp() - Method in class com.bitplan.mediawiki.japi.api.Rev
 
getTimestamp() - Method in class org.wikipedia.Wiki.LogEntry
Gets the timestamp of this log entry.
getTimestamp() - Method in class org.wikipedia.Wiki.Revision
Gets the time that this revision was made.
getTimezone() - Method in class com.bitplan.mediawiki.japi.api.General
Gets the value of the timezone property.
getTitle() - Method in class com.bitplan.mediawiki.japi.api.Bl
Ruft den Wert der title-Eigenschaft ab.
getTitle() - Method in class com.bitplan.mediawiki.japi.api.Delete
 
getTitle() - Method in class com.bitplan.mediawiki.japi.api.Edit
Gets the value of the title property.
getTitle() - Method in class com.bitplan.mediawiki.japi.api.Im
Gets the value of the title property.
getTitle() - Method in class com.bitplan.mediawiki.japi.api.Img
Ruft den Wert der title-Eigenschaft ab.
getTitle() - Method in class com.bitplan.mediawiki.japi.api.Iu
Ruft den Wert der title-Eigenschaft ab.
getTitle() - Method in class com.bitplan.mediawiki.japi.api.P
Gets the value of the title property.
getTitle() - Method in class com.bitplan.mediawiki.japi.api.Page
Gets the value of the title property.
getTitle() - Method in class com.bitplan.mediawiki.japi.api.Parse
Gets the value of the title property.
getTitle() - Method in class com.bitplan.mediawiki.japi.api.Rc
Gets the value of the title property.
getTitleconversion() - Method in class com.bitplan.mediawiki.japi.api.General
Gets the value of the titleconversion property.
getTitles(List<String>) - Method in class com.bitplan.mediawiki.japi.Mediawiki
get a normalized | delimited (encoded as %7C) string of titles
getToclevel() - Method in class com.bitplan.mediawiki.japi.api.S
Gets the value of the toclevel property.
getToken() - Method in class com.bitplan.mediawiki.japi.api.Createaccount
Ruft den Wert der token-Eigenschaft ab.
getToken() - Method in class com.bitplan.mediawiki.japi.api.Login
Gets the value of the token property.
getTokens() - Method in class com.bitplan.mediawiki.japi.api.Api
Gets the value of the tokens property.
getTokens() - Method in class com.bitplan.mediawiki.japi.api.Query
Ruft den Wert der tokens-Eigenschaft ab.
getTokens() - Method in class com.bitplan.mediawiki.japi.api.Warnings
Ruft den Wert der tokens-Eigenschaft ab.
getTopRevision(String) - Method in class org.wikipedia.Wiki
Gets the most recent revision of a page, or null if the page does not exist.
getTouched() - Method in class com.bitplan.mediawiki.japi.api.Page
Gets the value of the touched property.
getType() - Method in class com.bitplan.mediawiki.japi.api.DataItem
 
getType() - Method in class com.bitplan.mediawiki.japi.api.Param
Ruft den Wert der type-Eigenschaft ab.
getType() - Method in class com.bitplan.mediawiki.japi.api.Rc
Gets the value of the type property.
getType() - Method in class org.wikipedia.Wiki.LogEntry
Gets the type of log that this entry is in.
getUnmarshaller() - Method in class com.bitplan.mediawiki.japi.jaxb.JaxbFactory
get a fitting Unmarshaller
getUploads(Wiki.User) - Method in class org.wikipedia.Wiki
Gets the uploads of a user.
getUploads(Wiki.User, Calendar, Calendar) - Method in class org.wikipedia.Wiki
Gets the uploads of a user between the specified times.
getUrl() - Method in class com.bitplan.mediawiki.japi.api.Ii
Ruft den Wert der url-Eigenschaft ab.
getUrl() - Method in class com.bitplan.mediawiki.japi.api.Img
Ruft den Wert der url-Eigenschaft ab.
getUser() - Method in class com.bitplan.mediawiki.japi.api.Ii
Ruft den Wert der user-Eigenschaft ab.
getUser() - Method in class com.bitplan.mediawiki.japi.api.Rc
Gets the value of the user property.
getUser(String, String) - Static method in class com.bitplan.mediawiki.japi.user.WikiUser
get the Wiki user for the given wikiid
getUser(String) - Method in class org.wikipedia.Wiki
Gets the user with the given username.
getUser() - Method in class org.wikipedia.Wiki.LogEntry
Gets the user object representing who performed the action.
getUser() - Method in class org.wikipedia.Wiki.Revision
Returns the user or anon who created this revision.
getUserAgent() - Method in class org.wikipedia.Wiki
Gets the user agent HTTP header to be used for requests.
getUserid() - Method in class com.bitplan.mediawiki.japi.api.Ii
Ruft den Wert der userid-Eigenschaft ab.
getUserInfo() - Method in class org.wikipedia.Wiki.User
Gets various properties of this user.
getUsername() - Method in class com.bitplan.mediawiki.japi.user.WikiUser
 
getUsername() - Method in class org.wikipedia.Wiki.User
Gets this user's username.
getUsers() - Method in class com.bitplan.mediawiki.japi.api.Statistics
Gets the value of the users property.
getValue() - Method in class com.bitplan.mediawiki.japi.api.Createaccount
Ruft den Wert der value-Eigenschaft ab.
getValue() - Method in class com.bitplan.mediawiki.japi.api.Edit
Gets the value of the value property.
getValue() - Method in class com.bitplan.mediawiki.japi.api.Error
Gets the value of the value property.
getValue() - Method in class com.bitplan.mediawiki.japi.api.Limit
Gets the value of the value property.
getValue() - Method in class com.bitplan.mediawiki.japi.api.Login
Gets the value of the value property.
getValue() - Method in class com.bitplan.mediawiki.japi.api.Ns
Gets the value of the value property.
getValue() - Method in class com.bitplan.mediawiki.japi.api.P
Gets the value of the value property.
getValue() - Method in class com.bitplan.mediawiki.japi.api.Rev
Gets the value of the value property.
getValue() - Method in class com.bitplan.mediawiki.japi.api.S
Gets the value of the value property.
getValue() - Method in class com.bitplan.mediawiki.japi.api.Statistics
Gets the value of the value property.
getValue() - Method in class com.bitplan.mediawiki.japi.api.Tokens
Gets the value of the value property.
getVersion() - Method in class com.bitplan.mediawiki.japi.api.Query
 
getVersion() - Method in interface com.bitplan.mediawiki.japi.MediawikiApi
get the Version of this Mediawiki
getVersion() - Method in class com.bitplan.mediawiki.japi.MediaWikiApiImpl
get the Version of this wiki
getVersion() - Method in interface com.bitplan.mediawiki.japi.SiteInfo
get the Version of this wiki
getVersion() - Method in class com.bitplan.mediawiki.japi.SiteInfoImpl
 
getVersion() - Method in class org.wikipedia.Mediawiki
 
getWarnings() - Method in class com.bitplan.mediawiki.japi.api.Api
Ruft den Wert der warnings-Eigenschaft ab.
getWidth() - Method in class com.bitplan.mediawiki.japi.api.Ii
Ruft den Wert der width-Eigenschaft ab.
getWidth() - Method in class com.bitplan.mediawiki.japi.api.Limit
Gets the value of the width property.
getWikiid() - Method in class com.bitplan.mediawiki.japi.api.General
Gets the value of the wikiid property.
getWikiid() - Method in class com.bitplan.mediawiki.japi.SSLWiki
 
getWriteapi() - Method in class com.bitplan.mediawiki.japi.api.General
Gets the value of the writeapi property.
gitBranch - Variable in class com.bitplan.mediawiki.japi.api.General
 
gitHash - Variable in class com.bitplan.mediawiki.japi.api.General
 

H

handle(Throwable) - Method in class com.bitplan.mediawiki.japi.Mediawiki
handle the given Throwable (in commandline mode)
handleError(String) - Method in class com.bitplan.mediawiki.japi.MediaWikiApiImpl
handle the given error Message according to the exception setting
handleError(Error) - Method in class com.bitplan.mediawiki.japi.MediaWikiApiImpl
handle the given api error
handleError(Api) - Method in class com.bitplan.mediawiki.japi.MediaWikiApiImpl
 
hashCode() - Method in class org.wikipedia.Wiki
Returns a hash code of this object.
hashCode() - Method in class org.wikipedia.Wiki.Revision
Returns a hash code of this revision.
hashCode() - Method in class org.wikipedia.Wiki.User
Returns a hashcode of this user.
hasNewMessages() - Method in class org.wikipedia.Wiki
Determines whether the current user has new messages.
height - Variable in class com.bitplan.mediawiki.japi.api.Ii
 
height - Variable in class com.bitplan.mediawiki.japi.api.Limit
 
help(String, String) - Static method in class com.bitplan.mediawiki.japi.user.WikiUser
help text
HELP_NAMESPACE - Static variable in class org.wikipedia.Wiki
Denotes the namespace for help pages, given the prefix "Help:".
HELP_TALK_NAMESPACE - Static variable in class org.wikipedia.Wiki
Denotes the namespace for talk pages regarding help pages, given the prefix "Help talk:".
helpformat - Variable in class com.bitplan.mediawiki.japi.api.Paraminfo
 
helpurls - Variable in class com.bitplan.mediawiki.japi.api.Module
 
hhvmversion - Variable in class com.bitplan.mediawiki.japi.api.General
 
HIDE_ANON - Static variable in class org.wikipedia.Wiki
In queries against the recent changes table, this would mean we don't fetch anonymous edits.
HIDE_BOT - Static variable in class org.wikipedia.Wiki
In queries against the recent changes table, this would mean we don't fetch edits made by bots.
HIDE_MINOR - Static variable in class org.wikipedia.Wiki
In queries against the recent changes table, this would mean we don't fetch minor edits.
HIDE_PATROLLED - Static variable in class org.wikipedia.Wiki
In queries against the recent changes table, this would mean we don't fetch patrolled edits.
HIDE_SELF - Static variable in class org.wikipedia.Wiki
In queries against the recent changes table, this would mean we don't fetch by the logged in user.
html - Variable in class com.bitplan.mediawiki.japi.api.Ii
 

I

id - Variable in class com.bitplan.mediawiki.japi.api.Ns
 
ignoreCertificates - Static variable in class com.bitplan.mediawiki.japi.SSLWiki
 
IgnoreHostName() - Constructor for class com.bitplan.mediawiki.japi.SSLWiki.IgnoreHostName
 
Ii - Class in com.bitplan.mediawiki.japi.api
Java-Klasse für anonymous complex type.
Ii() - Constructor for class com.bitplan.mediawiki.japi.api.Ii
 
ii - Variable in class com.bitplan.mediawiki.japi.api.Imageinfo
 
Im - Class in com.bitplan.mediawiki.japi.api
Java class for anonymous complex type.
Im() - Constructor for class com.bitplan.mediawiki.japi.api.Im
 
Imageinfo - Class in com.bitplan.mediawiki.japi.api
Java-Klasse für anonymous complex type.
Imageinfo() - Constructor for class com.bitplan.mediawiki.japi.api.Imageinfo
 
imageinfo - Variable in class com.bitplan.mediawiki.japi.api.Page
 
imagelimits - Variable in class com.bitplan.mediawiki.japi.api.General
 
Imagelimits - Class in com.bitplan.mediawiki.japi.api
Java class for anonymous complex type.
Imagelimits() - Constructor for class com.bitplan.mediawiki.japi.api.Imagelimits
 
images - Variable in class com.bitplan.mediawiki.japi.api.Page
 
images - Variable in class com.bitplan.mediawiki.japi.api.Statistics
 
imageUsage(String, int...) - Method in class org.wikipedia.Wiki
Returns a list of pages in the specified namespaces which use the specified image.
imageusages - Variable in class com.bitplan.mediawiki.japi.api.Query
 
imagewhitelistenabled - Variable in class com.bitplan.mediawiki.japi.api.General
 
Img - Class in com.bitplan.mediawiki.japi.api
Java-Klasse für anonymous complex type.
Img() - Constructor for class com.bitplan.mediawiki.japi.api.Img
 
IMPORT_LOG - Static variable in class org.wikipedia.Wiki
Denotes the page importation log.
index - Variable in class com.bitplan.mediawiki.japi.api.S
 
info - Variable in class com.bitplan.mediawiki.japi.api.Error
 
init(String, String) - Method in class com.bitplan.mediawiki.japi.Mediawiki
overrideable e.g for SSL configuration
init(String, String) - Method in interface com.bitplan.mediawiki.japi.MediawikiApi
overrideable method to do pre setup stuff
init() - Method in class com.bitplan.mediawiki.japi.SSLWiki
initialize this wiki
init(String, String) - Method in class com.bitplan.mediawiki.japi.SSLWiki
 
init(String, String) - Method in class org.wikipedia.Mediawiki
 
initNameSpaces(General, List<Ns>) - Method in class com.bitplan.mediawiki.japi.SiteInfoImpl
initialize the NameSpaces from the given namespaceList
initVars() - Method in class org.wikipedia.Wiki
Edit this if you need to change the API and human interface url configuration of the wiki.
intersection(String[], String[]) - Static method in class org.wikipedia.Wiki
Determines the intersection of two lists of pages a and b.
isA(String) - Method in class org.wikipedia.Wiki.User
Returns true if the user is a member of the specified group.
isAllowedTo(String) - Method in class org.wikipedia.Wiki.User
Returns true if the user is allowed to perform the specified action.
isBlocked() - Method in class org.wikipedia.Wiki.User
Determines whether this user is blocked by looking it up on the IP block list.
isBot() - Method in class org.wikipedia.Wiki.Revision
Determines whether this revision was made by a bot.
isContentDeleted() - Method in class org.wikipedia.Wiki.Revision
Returns true if the revision content is RevisionDeleted.
isDebug() - Method in class com.bitplan.mediawiki.japi.Mediawiki
 
isDebug() - Method in interface com.bitplan.mediawiki.japi.MediawikiApi
get the state of the debug mode
isDebug() - Method in class org.wikipedia.Mediawiki
 
isLoggedIn() - Method in class com.bitplan.mediawiki.japi.Mediawiki
 
isLoggedIn() - Method in interface com.bitplan.mediawiki.japi.MediawikiApi
check whether there is a User logged In
isLoggedIn() - Method in class org.wikipedia.Mediawiki
 
isMarkBot() - Method in class org.wikipedia.Wiki
Are edits are marked as bot by default?
isMarkMinor() - Method in class org.wikipedia.Wiki
Are edits are marked as minor by default?
isMinor() - Method in class org.wikipedia.Wiki.Revision
Checks whether this edit was marked as minor.
isNew() - Method in class org.wikipedia.Wiki.Revision
Determines whether this revision created a new page.
isPageDeleted() - Method in class org.wikipedia.Wiki.Revision
Returns true if this revision is deleted (different from revdeleted).
isResolvingRedirects() - Method in class org.wikipedia.Wiki
Checks whether API action=query dependencies automatically resolve redirects (default = false).
isSummaryDeleted() - Method in class org.wikipedia.Wiki.Revision
Returns true if the edit summary is RevisionDeleted.
isThrowExceptionOnError() - Method in interface com.bitplan.mediawiki.japi.MediawikiApi
are exceptions thrown when an api error code is received?
isThrowExceptionOnError() - Method in class com.bitplan.mediawiki.japi.MediaWikiApiImpl
 
isUserDeleted() - Method in class org.wikipedia.Wiki.Revision
Returns true if the user is RevisionDeleted.
isUsingCapitalLinks() - Method in class org.wikipedia.Wiki
Deprecated.
use getSiteInfo
isUsingCompressedRequests() - Method in class org.wikipedia.Wiki
Checks whether we are using GZip compression for GET requests.
isVersion128() - Method in class com.bitplan.mediawiki.japi.Mediawiki
check whether this is MediaWiki 1.28 or higher but make sure getVersion calls with readapidenied are ignored see https://github.com/WolfgangFahl/Mediawiki-Japi/issues/32
isWatched(String) - Method in class org.wikipedia.Wiki
Determines whether a page is watched.
Iu - Class in com.bitplan.mediawiki.japi.api
Java-Klasse für anonymous complex type.
Iu() - Constructor for class com.bitplan.mediawiki.japi.api.Iu
 

J

JaxbFactory<T> - Class in com.bitplan.mediawiki.japi.jaxb
gerneric JaxbFactory
JaxbFactory(Class<T>) - Constructor for class com.bitplan.mediawiki.japi.jaxb.JaxbFactory
construct me for the given T class - workaround for java generics type erasure
JaxbFactoryApi<T> - Interface in com.bitplan.mediawiki.japi.jaxb
generic conversion of instance to and from xml/json
JaxbPersistenceApi<T> - Interface in com.bitplan.mediawiki.japi.jaxb
gerneric Jaxb persistence interface converts T instances to xml or json
jobs - Variable in class com.bitplan.mediawiki.japi.api.Statistics
 

L

lang - Variable in class com.bitplan.mediawiki.japi.api.General
 
langconversion - Variable in class com.bitplan.mediawiki.japi.api.General
 
lastrevid - Variable in class com.bitplan.mediawiki.japi.api.Page
 
legaltitlechars - Variable in class com.bitplan.mediawiki.japi.api.General
 
length - Variable in class com.bitplan.mediawiki.japi.api.Page
 
level - Variable in class com.bitplan.mediawiki.japi.api.S
 
lgtoken - Variable in class com.bitplan.mediawiki.japi.api.Login
 
lguserid - Variable in class com.bitplan.mediawiki.japi.api.Login
 
lgusername - Variable in class com.bitplan.mediawiki.japi.api.Login
 
licenselink - Variable in class com.bitplan.mediawiki.japi.api.Module
 
licensetag - Variable in class com.bitplan.mediawiki.japi.api.Module
 
limit - Variable in class com.bitplan.mediawiki.japi.api.Imagelimits
 
Limit - Class in com.bitplan.mediawiki.japi.api
Java class for anonymous complex type.
Limit() - Constructor for class com.bitplan.mediawiki.japi.api.Limit
 
limit - Variable in class com.bitplan.mediawiki.japi.api.Thumblimits
 
line - Variable in class com.bitplan.mediawiki.japi.api.S
 
linkprefix - Variable in class com.bitplan.mediawiki.japi.api.General
 
linkprefixcharset - Variable in class com.bitplan.mediawiki.japi.api.General
 
linksearch(String) - Method in class org.wikipedia.Wiki
Searches the wiki for external links.
linksearch(String, String, int...) - Method in class org.wikipedia.Wiki
Searches the wiki for external links.
linktrail - Variable in class com.bitplan.mediawiki.japi.api.General
 
list - Variable in class com.bitplan.mediawiki.japi.api.Extensiondistributor
 
listPages(String, Map<String, Object>, int) - Method in class org.wikipedia.Wiki
Lists pages with titles containing a certain prefix with a certain protection state and in a certain namespace.
listPages(String, Map<String, Object>, int, int, int, Boolean) - Method in class org.wikipedia.Wiki
Lists pages with titles containing a certain prefix with a certain protection state and in a certain namespace.
log(Level, String, String) - Method in class org.wikipedia.Wiki
Logs a successful result.
LogEntry(String, String, String, Wiki.User, String, String, Object) - Constructor for class org.wikipedia.Wiki.LogEntry
Creates a new log entry.
LOGGER - Static variable in class com.bitplan.mediawiki.japi.api.Api
Logging may be enabled by setting debug to true
LOGGER - Static variable in class com.bitplan.mediawiki.japi.jaxb.JaxbFactory
 
LOGGER - Static variable in class com.bitplan.mediawiki.japi.MediaWikiApiImpl
Logging may be enabled by setting debug to true
LOGGER - Static variable in class com.bitplan.mediawiki.japi.PageInfo
Logging may be enabled by setting debug to true
LOGGER - Static variable in class com.bitplan.mediawiki.japi.SiteInfoImpl
Logging may be enabled by setting debug to true
LOGGER - Static variable in class com.bitplan.mediawiki.japi.SSLWiki.IgnoreHostName
 
LOGGER - Static variable in class com.bitplan.mediawiki.japi.user.WikiUser
Logging
logid - Variable in class com.bitplan.mediawiki.japi.api.Delete
 
login - Variable in class com.bitplan.mediawiki.japi.api.Api
 
Login - Class in com.bitplan.mediawiki.japi.api
Java class for anonymous complex type.
Login() - Constructor for class com.bitplan.mediawiki.japi.api.Login
 
login(Mediawiki.TokenResult, String, String) - Method in class com.bitplan.mediawiki.japi.Mediawiki
second step of login process
login(Mediawiki.TokenResult, String, String, String) - Method in class com.bitplan.mediawiki.japi.Mediawiki
second step of login process
login(String, String, String) - Method in class com.bitplan.mediawiki.japi.Mediawiki
login with the given username, password and domain
login(String, String) - Method in class com.bitplan.mediawiki.japi.Mediawiki
login with the given username and password
login(String, String) - Method in interface com.bitplan.mediawiki.japi.MediawikiApi
login the given user with the given password See API:Login
login() - Method in class com.bitplan.mediawiki.japi.SSLWiki
log me in with the configured user
login(String, String) - Method in class org.wikipedia.Mediawiki
 
login(String, char[]) - Method in class org.wikipedia.Wiki
Logs in to the wiki.
login(String, String) - Method in class org.wikipedia.Wiki
 
logintoken - Variable in class com.bitplan.mediawiki.japi.api.Tokens
 
logo - Variable in class com.bitplan.mediawiki.japi.api.General
 
logout() - Method in class com.bitplan.mediawiki.japi.Mediawiki
end the session
logout() - Method in interface com.bitplan.mediawiki.japi.MediawikiApi
Log the current user out See API:Logout
logout() - Method in class org.wikipedia.Mediawiki
 
logout() - Method in class org.wikipedia.Wiki
Logs out of the wiki.
logoutServerSide() - Method in class org.wikipedia.Wiki
Logs out of the wiki and destroys the session on the server.
logurl(String, String) - Method in class org.wikipedia.Wiki
Logs a url fetch.
longPages(int) - Method in class org.wikipedia.Wiki
List pages above a certain size in the main namespace.
longPages(int, int) - Method in class org.wikipedia.Wiki
List pages above a certain size in any namespace.

M

main(String[]) - Static method in class com.bitplan.mediawiki.japi.Mediawiki
entry point e.g. for java -jar called provides a command line interface
main(String[]) - Static method in class com.bitplan.mediawiki.japi.user.Crypt
test this
main(String[]) - Static method in class com.bitplan.mediawiki.japi.user.WikiUser
main program
MAIN_NAMESPACE - Static variable in class org.wikipedia.Wiki
Denotes the main namespace, with no prefix.
maininstance(String[]) - Method in class com.bitplan.mediawiki.japi.Mediawiki
main instance - this is the non-static version of main - it will run as a static main would but return it's exitCode to the static main the static main will then decide whether to do a System.exit(exitCode) or not.
mainpage - Variable in class com.bitplan.mediawiki.japi.api.General
 
makeCalendar() - Method in class org.wikipedia.Wiki
Creates a Calendar object with the current time.
makeConnection(String) - Method in class org.wikipedia.Wiki
Creates a new URL connection.
mapNamespace(String, SiteInfo) - Method in interface com.bitplan.mediawiki.japi.SiteInfo
map the given namespace to the target wiki
mapNamespace(String, SiteInfo) - Method in class com.bitplan.mediawiki.japi.SiteInfoImpl
map the given namespace to the target wiki
maxuploadsize - Variable in class com.bitplan.mediawiki.japi.api.General
 
MEDIA_NAMESPACE - Static variable in class org.wikipedia.Wiki
Denotes the namespace of images and media, such that there is no description page.
mediatype - Variable in class com.bitplan.mediawiki.japi.api.Ii
 
Mediawiki - Class in com.bitplan.mediawiki.japi
access to Mediawiki api
Mediawiki() - Constructor for class com.bitplan.mediawiki.japi.Mediawiki
construct me with no siteurl set
Mediawiki(String) - Constructor for class com.bitplan.mediawiki.japi.Mediawiki
construct a Mediawiki for the given url using the default Script path
Mediawiki(String, String) - Constructor for class com.bitplan.mediawiki.japi.Mediawiki
construct a Mediawiki for the given url and scriptpath
Mediawiki - Class in org.wikipedia
Mediawiki-Japi compatible Wrapper for Wiki.java
Mediawiki() - Constructor for class org.wikipedia.Mediawiki
 
Mediawiki.Method - Enum in com.bitplan.mediawiki.japi
 
MEDIAWIKI_NAMESPACE - Static variable in class org.wikipedia.Wiki
Denotes the namespace for (wiki) system messages, given the prefix "MediaWiki:".
MEDIAWIKI_TALK_NAMESPACE - Static variable in class org.wikipedia.Wiki
Denotes the namespace for talk pages relating to system messages, given the prefix "MediaWiki talk:".
MediawikiApi - Interface in com.bitplan.mediawiki.japi
MediaWikiApiImpl - Class in com.bitplan.mediawiki.japi
common implementation parts
MediaWikiApiImpl() - Constructor for class com.bitplan.mediawiki.japi.MediaWikiApiImpl
 
mediawikiVersion - Variable in class com.bitplan.mediawiki.japi.SiteInfoImpl
 
mime - Variable in class com.bitplan.mediawiki.japi.api.Ii
 
misermode - Variable in class com.bitplan.mediawiki.japi.api.General
 
Module - Class in com.bitplan.mediawiki.japi.api
Java-Klasse für anonymous complex type.
Module() - Constructor for class com.bitplan.mediawiki.japi.api.Module
 
modules - Variable in class com.bitplan.mediawiki.japi.api.Paraminfo
 
move(String, String, String) - Method in class org.wikipedia.Wiki
Moves a page.
move(String, String, String, boolean, boolean, boolean) - Method in class org.wikipedia.Wiki
Moves a page.
MOVE_LOG - Static variable in class org.wikipedia.Wiki
Denotes the move log.
multipartPost(String, Map<String, ?>, String) - Method in class org.wikipedia.Wiki
Performs a multi-part HTTP POST.

N

name - Variable in class com.bitplan.mediawiki.japi.api.Img
 
name - Variable in class com.bitplan.mediawiki.japi.api.Module
 
name - Variable in class com.bitplan.mediawiki.japi.api.Param
 
namespace(String) - Method in class org.wikipedia.Wiki
Returns the namespace a page is in.
NAMESPACE_REGEX - Static variable in class com.bitplan.mediawiki.japi.PageInfo
 
namespaceIdentifier(int) - Method in class org.wikipedia.Wiki
For a given namespace denoted as an integer, fetch the corresponding identification string e.g.
namespacePattern - Static variable in class com.bitplan.mediawiki.japi.PageInfo
 
namespaces - Variable in class com.bitplan.mediawiki.japi.api.Query
 
namespaces - Variable in class com.bitplan.mediawiki.japi.SiteInfoImpl
 
namespacesByCanonicalName - Variable in class com.bitplan.mediawiki.japi.SiteInfoImpl
 
namespacesById - Variable in class com.bitplan.mediawiki.japi.SiteInfoImpl
 
newlen - Variable in class com.bitplan.mediawiki.japi.api.Rc
 
newPages(int) - Method in class org.wikipedia.Wiki
Fetches the amount most recently created pages in the main namespace.
newPages(int, int) - Method in class org.wikipedia.Wiki
Fetches the amount most recently created pages in the main namespace subject to the specified constraints.
newPages(int, int, int...) - Method in class org.wikipedia.Wiki
Fetches the amount most recently created pages in the specified namespace, subject to the specified constraints.
newrevid - Variable in class com.bitplan.mediawiki.japi.api.Edit
 
newSection(String, String, String, boolean, boolean) - Method in class org.wikipedia.Wiki
Creates a new section on the specified page.
newtimestamp - Variable in class com.bitplan.mediawiki.japi.api.Edit
 
NEXT_REVISION - Static variable in class org.wikipedia.Wiki
In Revision.diff(), denotes the next revision.
NO_PROTECTION - Static variable in class org.wikipedia.Wiki
Denotes a non-protected page.
normalize(String) - Method in class org.wikipedia.Wiki
Convenience method for normalizing MediaWiki titles.
normalizeTitle(String) - Method in interface com.bitplan.mediawiki.japi.MediawikiApi
normalize the given page title
normalizeTitle(String) - Method in class com.bitplan.mediawiki.japi.MediaWikiApiImpl
normalize the given page title
ns - Variable in class com.bitplan.mediawiki.japi.api.Bl
 
ns - Variable in class com.bitplan.mediawiki.japi.api.Im
 
ns - Variable in class com.bitplan.mediawiki.japi.api.Img
 
ns - Variable in class com.bitplan.mediawiki.japi.api.Iu
 
Ns - Class in com.bitplan.mediawiki.japi.api
Java class for anonymous complex type.
Ns() - Constructor for class com.bitplan.mediawiki.japi.api.Ns
 
ns - Variable in class com.bitplan.mediawiki.japi.api.P
 
ns - Variable in class com.bitplan.mediawiki.japi.api.Page
 
ns - Variable in class com.bitplan.mediawiki.japi.api.Rc
 
number - Variable in class com.bitplan.mediawiki.japi.api.S
 

O

oldlen - Variable in class com.bitplan.mediawiki.japi.api.Rc
 
oldrevid - Variable in class com.bitplan.mediawiki.japi.api.Edit
 
oldRevid - Variable in class com.bitplan.mediawiki.japi.api.Rc
 
org.wikipedia - package org.wikipedia
This file is part of the https://github.com/WolfgangFahl/Mediawiki-Japi open source project Copyright 2015-2018 BITPlan GmbH https://github.com/BITPlan Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
OrgWikiModule - Class in com.bitplan.mediawiki.guice
Guice Module to use the wrapper Mediawiki for the one class solution Wiki as the implementation for the MediawikiApi interface
OrgWikiModule() - Constructor for class com.bitplan.mediawiki.guice.OrgWikiModule
 

P

P - Class in com.bitplan.mediawiki.japi.api
Java class for anonymous complex type.
P() - Constructor for class com.bitplan.mediawiki.japi.api.P
 
Page - Class in com.bitplan.mediawiki.japi.api
Java class for anonymous complex type.
Page() - Constructor for class com.bitplan.mediawiki.japi.api.Page
 
pageid - Variable in class com.bitplan.mediawiki.japi.api.Bl
 
pageid - Variable in class com.bitplan.mediawiki.japi.api.Edit
 
pageid - Variable in class com.bitplan.mediawiki.japi.api.Iu
 
pageid - Variable in class com.bitplan.mediawiki.japi.api.P
 
pageid - Variable in class com.bitplan.mediawiki.japi.api.Page
 
pageid - Variable in class com.bitplan.mediawiki.japi.api.Rc
 
PageInfo - Class in com.bitplan.mediawiki.japi
helper class for canonical Page Titles
PageInfo(String, SiteInfo) - Constructor for class com.bitplan.mediawiki.japi.PageInfo
construct me from a localized pageTitle in a given language
pages - Variable in class com.bitplan.mediawiki.japi.api.Query
 
pages - Variable in class com.bitplan.mediawiki.japi.api.Statistics
 
Param - Class in com.bitplan.mediawiki.japi.api
Java-Klasse für anonymous complex type.
Param() - Constructor for class com.bitplan.mediawiki.japi.api.Param
 
param - Variable in class com.bitplan.mediawiki.japi.api.Parameters
 
parameters - Variable in class com.bitplan.mediawiki.japi.api.Module
 
Parameters - Class in com.bitplan.mediawiki.japi.api
Java-Klasse für anonymous complex type.
Parameters() - Constructor for class com.bitplan.mediawiki.japi.api.Parameters
 
paraminfo - Variable in class com.bitplan.mediawiki.japi.api.Api
 
Paraminfo - Class in com.bitplan.mediawiki.japi.api
Java-Klasse für anonymous complex type.
Paraminfo() - Constructor for class com.bitplan.mediawiki.japi.api.Paraminfo
 
parentid - Variable in class com.bitplan.mediawiki.japi.api.Rev
 
parse - Variable in class com.bitplan.mediawiki.japi.api.Api
 
Parse - Class in com.bitplan.mediawiki.japi.api
Java class for anonymous complex type.
Parse() - Constructor for class com.bitplan.mediawiki.japi.api.Parse
 
parse(String) - Method in class org.wikipedia.Wiki
Renders the specified wiki markup by passing it to the MediaWiki parser through the API.
parseAndCleanup(String) - Method in class org.wikipedia.Wiki
Same as parse(), but also strips out unwanted crap.
parseAttribute(String, String, int) - Method in class org.wikipedia.Wiki
Parses the next XML attribute with the given name.
parsedcomment - Variable in class com.bitplan.mediawiki.japi.api.Ii
 
parseLogEntry(String) - Method in class org.wikipedia.Wiki
Parses xml generated by getLogEntries(), getImageHistory() and getIPBlockList() into LogEntry objects.
parseRevision(String, String) - Method in class org.wikipedia.Wiki
Parses stuff of the form title="L.
path - Variable in class com.bitplan.mediawiki.japi.api.Module
 
PATROL_LOG - Static variable in class org.wikipedia.Wiki
Denotes the edit patrol log.
phpsapi - Variable in class com.bitplan.mediawiki.japi.api.General
 
phpversion - Variable in class com.bitplan.mediawiki.japi.api.General
 
populateNamespaceCache() - Method in class org.wikipedia.Wiki
Populates the namespace cache.
post(String, String, String) - Method in class org.wikipedia.Wiki
Does a text-only HTTP POST.
prefix - Variable in class com.bitplan.mediawiki.japi.api.Module
 
prefixIndex(String) - Method in class org.wikipedia.Wiki
Lists pages that start with a given prefix.
prepareLogin(String) - Method in class com.bitplan.mediawiki.japi.Mediawiki
prepare the login by getting the login token
prepend(String, String, String, boolean, boolean) - Method in class org.wikipedia.Wiki
Prepends something to the given page.
PREVIOUS_REVISION - Static variable in class org.wikipedia.Wiki
In Revision.diff(), denotes the previous revision.
PROJECT_NAMESPACE - Static variable in class org.wikipedia.Wiki
Denotes the namespace for pages relating to the project, with prefix "Project:".
PROJECT_TALK_NAMESPACE - Static variable in class org.wikipedia.Wiki
Denotes the namespace for talk pages relating to project pages, with prefix "Project talk:".
Property - Class in com.bitplan.mediawiki.japi.api
Semantic Mediawiki Property manually added 2017-09-16
Property() - Constructor for class com.bitplan.mediawiki.japi.api.Property
 
protect(String, Map<String, Object>, String) - Method in class org.wikipedia.Wiki
Protects a page.
PROTECTION_LOG - Static variable in class org.wikipedia.Wiki
Denotes the protection log.
protectionMarker - Variable in class com.bitplan.mediawiki.japi.MediaWikiApiImpl
protection Marker - if this shows in page edits are suppressed and logged with a warning
purge(boolean, String...) - Method in class org.wikipedia.Wiki
Purges the server-side cache for various pages.

Q

query - Variable in class com.bitplan.mediawiki.japi.api.Api
 
Query - Class in com.bitplan.mediawiki.japi.api
 
Query() - Constructor for class com.bitplan.mediawiki.japi.api.Query
 
query - Variable in class org.wikipedia.Wiki
 
queryPage(String) - Method in class org.wikipedia.Wiki
Fetches data from one of a set of miscellaneous special pages.
queuedMassmessages - Variable in class com.bitplan.mediawiki.japi.api.Statistics
 

R

random() - Method in class org.wikipedia.Wiki
Fetches a random page in the main namespace.
random(int...) - Method in class org.wikipedia.Wiki
Fetches a random page in the specified namespace.
rangeContribs(String) - Method in class org.wikipedia.Wiki
Deprecated.
doesn't support IPv6, and I am way too lazy to make it do so
rawJson - Variable in class com.bitplan.mediawiki.japi.api.Api
 
Rc - Class in com.bitplan.mediawiki.japi.api
Java class for anonymous complex type.
Rc() - Constructor for class com.bitplan.mediawiki.japi.api.Rc
 
rcid - Variable in class com.bitplan.mediawiki.japi.api.Rc
 
reason - Variable in class com.bitplan.mediawiki.japi.api.Delete
 
recentchanges - Variable in class com.bitplan.mediawiki.japi.api.Query
 
recentChanges(int) - Method in class org.wikipedia.Wiki
Fetches the amount most recent changes in the main namespace.
recentChanges(int, int...) - Method in class org.wikipedia.Wiki
Fetches the amount most recent changes in the specified namespace.
recentChanges(int, int, int...) - Method in class org.wikipedia.Wiki
Fetches the amount most recent changes in the specified namespace subject to the specified constraints.
recentChanges(int, int, boolean, int...) - Method in class org.wikipedia.Wiki
Fetches the amount most recent changes in the specified namespace subject to the specified constraints.
relativeComplement(String[], String[]) - Static method in class org.wikipedia.Wiki
Determines the list of articles that are in a but not b, i.e. a \ b.
resolveRedirect(String) - Method in class org.wikipedia.Wiki
Gets the newest page name or the name of a page where the asked page redirects.
resolveRedirects(String[]) - Method in class org.wikipedia.Wiki
Gets the newest page name or the name of a page where the asked pages redirect.
result - Variable in class com.bitplan.mediawiki.japi.api.Createaccount
 
result - Variable in class com.bitplan.mediawiki.japi.api.Edit
 
result - Variable in class com.bitplan.mediawiki.japi.api.Login
 
Rev - Class in com.bitplan.mediawiki.japi.api
Java class for anonymous complex type.
Rev() - Constructor for class com.bitplan.mediawiki.japi.api.Rev
 
revid - Variable in class com.bitplan.mediawiki.japi.api.Rc
 
revid - Variable in class com.bitplan.mediawiki.japi.api.Rev
 
Revision(long, Calendar, String, String, String, boolean, boolean, boolean, int) - Constructor for class org.wikipedia.Wiki.Revision
Constructs a new Revision object.
revisionDelete(Boolean, Boolean, Boolean, String, Boolean, Wiki.Revision[]) - Method in class org.wikipedia.Wiki
Deletes and undeletes revisions.
revisions - Variable in class com.bitplan.mediawiki.japi.api.Page
 
rollback() - Method in class org.wikipedia.Wiki.Revision
Reverts this revision using the rollback method.
rollback(boolean, String) - Method in class org.wikipedia.Wiki.Revision
Reverts this revision using the rollback method.
rollback(Wiki.Revision) - Method in class org.wikipedia.Wiki
Reverts a series of edits on the same page by the same user quickly provided that they are the most recent revisions on that page.
rollback(Wiki.Revision, boolean, String) - Method in class org.wikipedia.Wiki
Reverts a series of edits on the same page by the same user quickly provided that they are the most recent revisions on that page.

S

S - Class in com.bitplan.mediawiki.japi.api
Java class for anonymous complex type.
S() - Constructor for class com.bitplan.mediawiki.japi.api.S
 
script - Variable in class com.bitplan.mediawiki.japi.api.General
 
scriptpath - Variable in class com.bitplan.mediawiki.japi.api.General
 
scriptPath - Variable in class com.bitplan.mediawiki.japi.Mediawiki
 
scriptPath - Variable in class org.wikipedia.Wiki
 
search(String, int...) - Method in class org.wikipedia.Wiki
Performs a full text search of the wiki.
sections - Variable in class com.bitplan.mediawiki.japi.api.Parse
 
SEMI_PROTECTION - Static variable in class org.wikipedia.Wiki
Denotes semi-protection (i.e. only autoconfirmed users can perform a particular action).
server - Variable in class com.bitplan.mediawiki.japi.api.General
 
servername - Variable in class com.bitplan.mediawiki.japi.api.General
 
sessionid - Variable in class com.bitplan.mediawiki.japi.api.Login
 
setActiveusers(Short) - Method in class com.bitplan.mediawiki.japi.api.Statistics
Sets the value of the activeusers property.
setAdmins(Short) - Method in class com.bitplan.mediawiki.japi.api.Statistics
Sets the value of the admins property.
setAllImages(List<Img>) - Method in class com.bitplan.mediawiki.japi.api.Query
Sets the value of the allpages property.
setAllpages(List<P>) - Method in class com.bitplan.mediawiki.japi.api.Query
Sets the value of the allpages property.
setAnchor(String) - Method in class com.bitplan.mediawiki.japi.api.S
Sets the value of the anchor property.
setArticlepath(String) - Method in class com.bitplan.mediawiki.japi.api.General
Sets the value of the articlepath property.
setArticles(Short) - Method in class com.bitplan.mediawiki.japi.api.Statistics
Sets the value of the articles property.
setAssertionMode(int) - Method in class org.wikipedia.Wiki
Sets the assertion mode.
setBacklinks(List<Bl>) - Method in class com.bitplan.mediawiki.japi.api.Query
Sets the value of the backlinks property.
setBase(String) - Method in class com.bitplan.mediawiki.japi.api.General
Sets the value of the base property.
setBitdepth(BigInteger) - Method in class com.bitplan.mediawiki.japi.api.Ii
Legt den Wert der bitdepth-Eigenschaft fest.
setByteoffset(Short) - Method in class com.bitplan.mediawiki.japi.api.S
Sets the value of the byteoffset property.
setCanonical(String) - Method in class com.bitplan.mediawiki.japi.api.Ns
Sets the value of the canonical property.
setCanonicalPageTitle(String) - Method in class com.bitplan.mediawiki.japi.PageInfo
 
setCanonicaltitle(String) - Method in class com.bitplan.mediawiki.japi.api.Ii
Legt den Wert der canonicaltitle-Eigenschaft fest.
setCase(String) - Method in class com.bitplan.mediawiki.japi.api.General
Sets the value of the case property.
setCase(String) - Method in class com.bitplan.mediawiki.japi.api.Ns
Sets the value of the case property.
setClassname(String) - Method in class com.bitplan.mediawiki.japi.api.Module
Legt den Wert der classname-Eigenschaft fest.
setCode(String) - Method in class com.bitplan.mediawiki.japi.api.Error
Sets the value of the code property.
setComment(String) - Method in class com.bitplan.mediawiki.japi.api.Ii
Legt den Wert der comment-Eigenschaft fest.
setContent(String) - Method in class com.bitplan.mediawiki.japi.api.Ns
Sets the value of the content property.
setContentformat(String) - Method in class com.bitplan.mediawiki.japi.api.Rev
Sets the value of the contentformat property.
setContentmodel(String) - Method in class com.bitplan.mediawiki.japi.api.Edit
Sets the value of the contentmodel property.
setContentmodel(String) - Method in class com.bitplan.mediawiki.japi.api.Rev
Sets the value of the contentmodel property.
setCookieprefix(String) - Method in class com.bitplan.mediawiki.japi.api.Login
Sets the value of the cookieprefix property.
setCookies(URLConnection) - Method in class org.wikipedia.Wiki
Sets cookies to an unconnected URLConnection and enables gzip compression of returned text.
setCounter(Integer) - Method in class com.bitplan.mediawiki.japi.api.Page
Sets the value of the counter property.
setCreateaccount(Createaccount) - Method in class com.bitplan.mediawiki.japi.api.Api
Legt den Wert der createaccount-Eigenschaft fest.
setCreateaccounttoken(String) - Method in class com.bitplan.mediawiki.japi.api.Tokens
 
setCsrftoken(String) - Method in class com.bitplan.mediawiki.japi.api.Tokens
Legt den Wert der csrftoken-Eigenschaft fest.
setCypher(char[]) - Method in class com.bitplan.mediawiki.japi.user.Crypt
 
setData(List<Property>) - Method in class com.bitplan.mediawiki.japi.api.Query
 
setDataitem(List<DataItem>) - Method in class com.bitplan.mediawiki.japi.api.Property
 
setDbtype(String) - Method in class com.bitplan.mediawiki.japi.api.General
Sets the value of the dbtype property.
setDbversion(String) - Method in class com.bitplan.mediawiki.japi.api.General
Sets the value of the dbversion property.
setDebug(boolean) - Method in class com.bitplan.mediawiki.japi.Mediawiki
enable debugging
setDebug(boolean) - Method in interface com.bitplan.mediawiki.japi.MediawikiApi
set the debug mode
setDebug(boolean) - Method in class org.wikipedia.Mediawiki
 
setDefault(String) - Method in class com.bitplan.mediawiki.japi.api.Param
Legt den Wert der default-Eigenschaft fest.
setDelete(Delete) - Method in class com.bitplan.mediawiki.japi.api.Api
 
setDeletetoken(String) - Method in class com.bitplan.mediawiki.japi.api.Page
 
setDeletetoken(String) - Method in class com.bitplan.mediawiki.japi.api.Tokens
 
setDescriptionurl(String) - Method in class com.bitplan.mediawiki.japi.api.Ii
Legt den Wert der descriptionurl-Eigenschaft fest.
setDescriptionurl(String) - Method in class com.bitplan.mediawiki.japi.api.Img
Legt den Wert der descriptionurl-Eigenschaft fest.
setEdit(Edit) - Method in class com.bitplan.mediawiki.japi.api.Api
Sets the value of the edit property.
setEdits(Integer) - Method in class com.bitplan.mediawiki.japi.api.Statistics
Sets the value of the edits property.
setEdittoken(String) - Method in class com.bitplan.mediawiki.japi.api.Page
Sets the value of the edittoken property.
setEdittoken(String) - Method in class com.bitplan.mediawiki.japi.api.Tokens
Sets the value of the edittoken property.
setEmail(String) - Method in class com.bitplan.mediawiki.japi.user.WikiUser
 
setError(Error) - Method in class com.bitplan.mediawiki.japi.api.Api
Sets the value of the error property.
setExtensiondistributor(Extensiondistributor) - Method in class com.bitplan.mediawiki.japi.api.General
Sets the value of the extensiondistributor property.
setFallback(String) - Method in class com.bitplan.mediawiki.japi.api.General
Sets the value of the fallback property.
setFallback8BitEncoding(String) - Method in class com.bitplan.mediawiki.japi.api.General
Sets the value of the fallback8BitEncoding property.
setFavicon(String) - Method in class com.bitplan.mediawiki.japi.api.General
Sets the value of the favicon property.
setFormat(String) - Method in class com.bitplan.mediawiki.japi.Mediawiki
 
setFromtitle(String) - Method in class com.bitplan.mediawiki.japi.api.S
Sets the value of the fromtitle property.
setGeneral(General) - Method in class com.bitplan.mediawiki.japi.api.Query
Sets the value of the general property.
setGeneral(General) - Method in class com.bitplan.mediawiki.japi.SiteInfoImpl
 
setGenerator(String) - Method in class com.bitplan.mediawiki.japi.api.General
Sets the value of the generator property.
setGitBranch(String) - Method in class com.bitplan.mediawiki.japi.api.General
Sets the value of the gitBranch property.
setGitHash(String) - Method in class com.bitplan.mediawiki.japi.api.General
Sets the value of the gitHash property.
setHeight(Short) - Method in class com.bitplan.mediawiki.japi.api.Ii
Legt den Wert der height-Eigenschaft fest.
setHeight(Short) - Method in class com.bitplan.mediawiki.japi.api.Limit
Sets the value of the height property.
setHelpformat(String) - Method in class com.bitplan.mediawiki.japi.api.Paraminfo
Legt den Wert der helpformat-Eigenschaft fest.
setHelpurls(Object) - Method in class com.bitplan.mediawiki.japi.api.Module
Legt den Wert der helpurls-Eigenschaft fest.
setHhvmversion(String) - Method in class com.bitplan.mediawiki.japi.api.General
Sets the value of the hhvmversion property.
setHtml(String) - Method in class com.bitplan.mediawiki.japi.api.Ii
Legt den Wert der html-Eigenschaft fest.
setId(Integer) - Method in class com.bitplan.mediawiki.japi.api.Ns
Sets the value of the id property.
setIi(Ii) - Method in class com.bitplan.mediawiki.japi.api.Imageinfo
Legt den Wert der ii-Eigenschaft fest.
setImageinfo(Imageinfo) - Method in class com.bitplan.mediawiki.japi.api.Page
Legt den Wert der imageinfo-Eigenschaft fest.
setImagelimits(Imagelimits) - Method in class com.bitplan.mediawiki.japi.api.General
Sets the value of the imagelimits property.
setImages(List<Im>) - Method in class com.bitplan.mediawiki.japi.api.Page
Sets the value of the images property.
setImages(Short) - Method in class com.bitplan.mediawiki.japi.api.Statistics
Sets the value of the images property.
setImageusage(List<Iu>) - Method in class com.bitplan.mediawiki.japi.api.Query
Sets the value of the imageusages property.
setImagewhitelistenabled(String) - Method in class com.bitplan.mediawiki.japi.api.General
Sets the value of the imagewhitelistenabled property.
setIndex(String) - Method in class com.bitplan.mediawiki.japi.api.S
Sets the value of the index property.
setInfo(String) - Method in class com.bitplan.mediawiki.japi.api.Error
Sets the value of the info property.
setItem(String) - Method in class com.bitplan.mediawiki.japi.api.DataItem
 
setJobs(Byte) - Method in class com.bitplan.mediawiki.japi.api.Statistics
Sets the value of the jobs property.
setLang(String) - Method in class com.bitplan.mediawiki.japi.api.General
Sets the value of the lang property.
setLang(String) - Method in class com.bitplan.mediawiki.japi.PageInfo
 
setLangconversion(String) - Method in class com.bitplan.mediawiki.japi.api.General
Sets the value of the langconversion property.
setLastrevid(Integer) - Method in class com.bitplan.mediawiki.japi.api.Page
Sets the value of the lastrevid property.
setLegaltitlechars(String) - Method in class com.bitplan.mediawiki.japi.api.General
Sets the value of the legaltitlechars property.
setLength(Integer) - Method in class com.bitplan.mediawiki.japi.api.Page
Sets the value of the length property.
setLevel(Integer) - Method in class com.bitplan.mediawiki.japi.api.S
Sets the value of the level property.
setLgtoken(String) - Method in class com.bitplan.mediawiki.japi.api.Login
 
setLguserid(String) - Method in class com.bitplan.mediawiki.japi.api.Login
 
setLgusername(String) - Method in class com.bitplan.mediawiki.japi.api.Login
 
setLicenselink(String) - Method in class com.bitplan.mediawiki.japi.api.Module
Legt den Wert der licenselink-Eigenschaft fest.
setLicensetag(String) - Method in class com.bitplan.mediawiki.japi.api.Module
Legt den Wert der licensetag-Eigenschaft fest.
setLine(String) - Method in class com.bitplan.mediawiki.japi.api.S
Sets the value of the line property.
setLinkprefix(String) - Method in class com.bitplan.mediawiki.japi.api.General
Sets the value of the linkprefix property.
setLinkprefixcharset(String) - Method in class com.bitplan.mediawiki.japi.api.General
Sets the value of the linkprefixcharset property.
setLinktrail(String) - Method in class com.bitplan.mediawiki.japi.api.General
Sets the value of the linktrail property.
setList(String) - Method in class com.bitplan.mediawiki.japi.api.Extensiondistributor
Sets the value of the list property.
setLogid(Integer) - Method in class com.bitplan.mediawiki.japi.api.Delete
 
setLogin(Login) - Method in class com.bitplan.mediawiki.japi.api.Api
Sets the value of the login property.
setLogLevel(Level) - Method in class org.wikipedia.Wiki
Set the logging level used by the internal logger.
setLogo(String) - Method in class com.bitplan.mediawiki.japi.api.General
Sets the value of the logo property.
setMainpage(String) - Method in class com.bitplan.mediawiki.japi.api.General
Sets the value of the mainpage property.
setMarkBot(boolean) - Method in class org.wikipedia.Wiki
Sets whether edits are marked as bot by default (may be overridden specifically by edit()).
setMarkMinor(boolean) - Method in class org.wikipedia.Wiki
Sets whether edits are marked as minor by default (may be overridden specifically by edit()).
setMaxLag(int) - Method in class org.wikipedia.Wiki
Sets the maxlag parameter.
setMaxuploadsize(Integer) - Method in class com.bitplan.mediawiki.japi.api.General
Sets the value of the maxuploadsize property.
setMediatype(String) - Method in class com.bitplan.mediawiki.japi.api.Ii
Legt den Wert der mediatype-Eigenschaft fest.
setMime(String) - Method in class com.bitplan.mediawiki.japi.api.Ii
Legt den Wert der mime-Eigenschaft fest.
setMisermode(String) - Method in class com.bitplan.mediawiki.japi.api.General
Sets the value of the misermode property.
setModules(List<Module>) - Method in class com.bitplan.mediawiki.japi.api.Paraminfo
Legt den Wert der modules-Eigenschaft fest.
setName(String) - Method in class com.bitplan.mediawiki.japi.api.Img
Legt den Wert der name-Eigenschaft fest.
setName(String) - Method in class com.bitplan.mediawiki.japi.api.Module
Legt den Wert der name-Eigenschaft fest.
setName(String) - Method in class com.bitplan.mediawiki.japi.api.Param
Legt den Wert der name-Eigenschaft fest.
setNamespace(Ns) - Method in class com.bitplan.mediawiki.japi.PageInfo
 
setNamespaceId(int) - Method in class com.bitplan.mediawiki.japi.PageInfo
 
setNameSpaceName(String) - Method in class com.bitplan.mediawiki.japi.PageInfo
 
setNamespaces(List<Ns>) - Method in class com.bitplan.mediawiki.japi.api.Query
 
setNew(String) - Method in class com.bitplan.mediawiki.japi.api.Edit
Sets the value of the new property.
setNew(String) - Method in class com.bitplan.mediawiki.japi.api.Page
Sets the value of the new property.
setNew(String) - Method in class com.bitplan.mediawiki.japi.api.Rc
Sets the value of the new property.
setNewlen(Integer) - Method in class com.bitplan.mediawiki.japi.api.Rc
Sets the value of the newlen property.
setNewrevid(Integer) - Method in class com.bitplan.mediawiki.japi.api.Edit
Sets the value of the newrevid property.
setNewtimestamp(XMLGregorianCalendar) - Method in class com.bitplan.mediawiki.japi.api.Edit
Sets the value of the newtimestamp property.
setNs(Integer) - Method in class com.bitplan.mediawiki.japi.api.Bl
Legt den Wert der ns-Eigenschaft fest.
setNs(Integer) - Method in class com.bitplan.mediawiki.japi.api.Im
Sets the value of the ns property.
setNs(Integer) - Method in class com.bitplan.mediawiki.japi.api.Img
Legt den Wert der ns-Eigenschaft fest.
setNs(Integer) - Method in class com.bitplan.mediawiki.japi.api.Iu
Legt den Wert der ns-Eigenschaft fest.
setNs(Byte) - Method in class com.bitplan.mediawiki.japi.api.P
Sets the value of the ns property.
setNs(Integer) - Method in class com.bitplan.mediawiki.japi.api.Page
Sets the value of the ns property.
setNs(Integer) - Method in class com.bitplan.mediawiki.japi.api.Rc
Sets the value of the ns property.
setNumber(String) - Method in class com.bitplan.mediawiki.japi.api.S
Sets the value of the number property.
setOldlen(Integer) - Method in class com.bitplan.mediawiki.japi.api.Rc
Sets the value of the oldlen property.
setOldrevid(Integer) - Method in class com.bitplan.mediawiki.japi.api.Edit
Sets the value of the oldrevid property.
setOldRevid(Integer) - Method in class com.bitplan.mediawiki.japi.api.Rc
Sets the value of the oldRevid property.
setPageid(Integer) - Method in class com.bitplan.mediawiki.japi.api.Bl
Legt den Wert der pageid-Eigenschaft fest.
setPageid(Integer) - Method in class com.bitplan.mediawiki.japi.api.Edit
Sets the value of the pageid property.
setPageid(Integer) - Method in class com.bitplan.mediawiki.japi.api.Iu
Legt den Wert der pageid-Eigenschaft fest.
setPageid(Integer) - Method in class com.bitplan.mediawiki.japi.api.P
Sets the value of the pageid property.
setPageid(Short) - Method in class com.bitplan.mediawiki.japi.api.Page
Sets the value of the pageid property.
setPageid(Integer) - Method in class com.bitplan.mediawiki.japi.api.Rc
Sets the value of the pageid property.
setPages(List<Page>) - Method in class com.bitplan.mediawiki.japi.api.Query
Sets the value of the pages property.
setPages(Integer) - Method in class com.bitplan.mediawiki.japi.api.Statistics
Sets the value of the pages property.
setPageTitle(String) - Method in class com.bitplan.mediawiki.japi.PageInfo
 
setParameters(Parameters) - Method in class com.bitplan.mediawiki.japi.api.Module
Legt den Wert der parameters-Eigenschaft fest.
setParaminfo(Paraminfo) - Method in class com.bitplan.mediawiki.japi.api.Api
Legt den Wert der paraminfo-Eigenschaft fest.
setParentid(Integer) - Method in class com.bitplan.mediawiki.japi.api.Rev
 
setParse(Parse) - Method in class com.bitplan.mediawiki.japi.api.Api
Sets the value of the parse property.
setParsedcomment(String) - Method in class com.bitplan.mediawiki.japi.api.Ii
Legt den Wert der parsedcomment-Eigenschaft fest.
setPassword(String) - Method in class com.bitplan.mediawiki.japi.user.WikiUser
 
setPath(String) - Method in class com.bitplan.mediawiki.japi.api.Module
Legt den Wert der path-Eigenschaft fest.
setPhpsapi(String) - Method in class com.bitplan.mediawiki.japi.api.General
Sets the value of the phpsapi property.
setPhpversion(String) - Method in class com.bitplan.mediawiki.japi.api.General
Sets the value of the phpversion property.
setPrefix(String) - Method in class com.bitplan.mediawiki.japi.api.Module
Legt den Wert der prefix-Eigenschaft fest.
setProperty(String) - Method in class com.bitplan.mediawiki.japi.api.Property
 
setProtectionMarker(String) - Method in interface com.bitplan.mediawiki.japi.MediawikiApi
set the given protectionMarker for this wiki if a page has this protectionMarker and edit will not be done
setProtectionMarker(String) - Method in class com.bitplan.mediawiki.japi.MediaWikiApiImpl
 
setQuery(Query) - Method in class com.bitplan.mediawiki.japi.api.Api
 
setQueuedMassmessages(Byte) - Method in class com.bitplan.mediawiki.japi.api.Statistics
Sets the value of the queuedMassmessages property.
setRawJson(String) - Method in class com.bitplan.mediawiki.japi.api.Api
 
setRcid(Integer) - Method in class com.bitplan.mediawiki.japi.api.Rc
Sets the value of the rcid property.
setRcid(long) - Method in class org.wikipedia.Wiki.Revision
Sets the rcid of this revision, used for patrolling.
setReason(String) - Method in class com.bitplan.mediawiki.japi.api.Delete
 
setRecentchanges(List<Rc>) - Method in class com.bitplan.mediawiki.japi.api.Query
 
setResolveRedirects(boolean) - Method in class org.wikipedia.Wiki
Sets whether API action=query dependencies automatically resolve redirects (default = false).
setResult(String) - Method in class com.bitplan.mediawiki.japi.api.Createaccount
Legt den Wert der result-Eigenschaft fest.
setResult(String) - Method in class com.bitplan.mediawiki.japi.api.Edit
Sets the value of the result property.
setResult(String) - Method in class com.bitplan.mediawiki.japi.api.Login
Sets the value of the result property.
setRevid(Integer) - Method in class com.bitplan.mediawiki.japi.api.Rc
Sets the value of the revid property.
setRevid(Integer) - Method in class com.bitplan.mediawiki.japi.api.Rev
 
setRevisions(List<Rev>) - Method in class com.bitplan.mediawiki.japi.api.Page
Sets the value of the revisions property.
setRollbackToken(String) - Method in class org.wikipedia.Wiki.Revision
Sets a rollback token for this revision.
setScript(String) - Method in class com.bitplan.mediawiki.japi.api.General
Sets the value of the script property.
setScriptpath(String) - Method in class com.bitplan.mediawiki.japi.api.General
Sets the value of the scriptpath property.
setScriptPath(String) - Method in class com.bitplan.mediawiki.japi.Mediawiki
 
setScriptPath(String) - Method in interface com.bitplan.mediawiki.japi.MediawikiApi
set the scriptPath of this Wiki
setScriptPath(String) - Method in class org.wikipedia.Mediawiki
 
setSections(List<S>) - Method in class com.bitplan.mediawiki.japi.api.Parse
Sets the value of the sections property.
setSerializer(String) - Method in class com.bitplan.mediawiki.japi.api.Query
 
setServedby(String) - Method in class com.bitplan.mediawiki.japi.api.Api
 
setServer(String) - Method in class com.bitplan.mediawiki.japi.api.General
Sets the value of the server property.
setServername(String) - Method in class com.bitplan.mediawiki.japi.api.General
Sets the value of the servername property.
setSessionid(String) - Method in class com.bitplan.mediawiki.japi.api.Login
Sets the value of the sessionid property.
setSha1(String) - Method in class com.bitplan.mediawiki.japi.api.Ii
Legt den Wert der sha1-Eigenschaft fest.
setSitename(String) - Method in class com.bitplan.mediawiki.japi.api.General
Sets the value of the sitename property.
setSiteurl(String) - Method in class com.bitplan.mediawiki.japi.Mediawiki
 
setSiteurl(String) - Method in interface com.bitplan.mediawiki.japi.MediawikiApi
set the siteurl
setSiteurl(String) - Method in class org.wikipedia.Mediawiki
 
setSize(Integer) - Method in class com.bitplan.mediawiki.japi.api.Ii
Legt den Wert der size-Eigenschaft fest.
setSnapshots(Snapshots) - Method in class com.bitplan.mediawiki.japi.api.Extensiondistributor
Sets the value of the snapshots property.
setSource(String) - Method in class com.bitplan.mediawiki.japi.api.Module
Legt den Wert der source-Eigenschaft fest.
setSourcename(String) - Method in class com.bitplan.mediawiki.japi.api.Module
Legt den Wert der sourcename-Eigenschaft fest.
setStarttimestamp(XMLGregorianCalendar) - Method in class com.bitplan.mediawiki.japi.api.Page
Sets the value of the starttimestamp property.
setStatistics(Statistics) - Method in class com.bitplan.mediawiki.japi.api.Query
 
setStatusCheckInterval(int) - Method in class org.wikipedia.Wiki
Sets the number of actions (edit, move, block, delete, etc) between status checks.
setSubject(String) - Method in class com.bitplan.mediawiki.japi.api.Query
 
setSubmodules(String) - Method in class com.bitplan.mediawiki.japi.api.Param
Legt den Wert der submodules-Eigenschaft fest.
setSubpages(String) - Method in class com.bitplan.mediawiki.japi.api.Ns
Sets the value of the subpages property.
setThrottle(int) - Method in class org.wikipedia.Wiki
Sets the editing throttle.
setThrowExceptionOnError(boolean) - Method in interface com.bitplan.mediawiki.japi.MediawikiApi
set to true if exceptions should be thrown when api error codes are received default is true
setThrowExceptionOnError(boolean) - Method in class com.bitplan.mediawiki.japi.MediaWikiApiImpl
 
setThumblimits(Thumblimits) - Method in class com.bitplan.mediawiki.japi.api.General
Sets the value of the thumblimits property.
setTime(XMLGregorianCalendar) - Method in class com.bitplan.mediawiki.japi.api.General
Sets the value of the time property.
setTimeoffset(Byte) - Method in class com.bitplan.mediawiki.japi.api.General
Sets the value of the timeoffset property.
setTimestamp(XMLGregorianCalendar) - Method in class com.bitplan.mediawiki.japi.api.Ii
Legt den Wert der timestamp-Eigenschaft fest.
setTimestamp(XMLGregorianCalendar) - Method in class com.bitplan.mediawiki.japi.api.Img
Legt den Wert der timestamp-Eigenschaft fest.
setTimestamp(XMLGregorianCalendar) - Method in class com.bitplan.mediawiki.japi.api.Rc
Sets the value of the timestamp property.
setTimestamp(String) - Method in class com.bitplan.mediawiki.japi.api.Rev
 
setTimezone(String) - Method in class com.bitplan.mediawiki.japi.api.General
Sets the value of the timezone property.
setTitle(String) - Method in class com.bitplan.mediawiki.japi.api.Bl
Legt den Wert der title-Eigenschaft fest.
setTitle(String) - Method in class com.bitplan.mediawiki.japi.api.Delete
 
setTitle(String) - Method in class com.bitplan.mediawiki.japi.api.Edit
Sets the value of the title property.
setTitle(String) - Method in class com.bitplan.mediawiki.japi.api.Im
Sets the value of the title property.
setTitle(String) - Method in class com.bitplan.mediawiki.japi.api.Img
Legt den Wert der title-Eigenschaft fest.
setTitle(String) - Method in class com.bitplan.mediawiki.japi.api.Iu
Legt den Wert der title-Eigenschaft fest.
setTitle(String) - Method in class com.bitplan.mediawiki.japi.api.P
Sets the value of the title property.
setTitle(String) - Method in class com.bitplan.mediawiki.japi.api.Page
Sets the value of the title property.
setTitle(String) - Method in class com.bitplan.mediawiki.japi.api.Parse
Sets the value of the title property.
setTitle(String) - Method in class com.bitplan.mediawiki.japi.api.Rc
Sets the value of the title property.
setTitleconversion(String) - Method in class com.bitplan.mediawiki.japi.api.General
Sets the value of the titleconversion property.
setToclevel(Integer) - Method in class com.bitplan.mediawiki.japi.api.S
Sets the value of the toclevel property.
setToken(String) - Method in class com.bitplan.mediawiki.japi.api.Createaccount
Legt den Wert der token-Eigenschaft fest.
setToken(String) - Method in class com.bitplan.mediawiki.japi.api.Login
Sets the value of the token property.
setTokens(Tokens) - Method in class com.bitplan.mediawiki.japi.api.Api
Sets the value of the tokens property.
setTokens(Tokens) - Method in class com.bitplan.mediawiki.japi.api.Query
Legt den Wert der tokens-Eigenschaft fest.
setTokens(Tokens) - Method in class com.bitplan.mediawiki.japi.api.Warnings
Legt den Wert der tokens-Eigenschaft fest.
setTouched(XMLGregorianCalendar) - Method in class com.bitplan.mediawiki.japi.api.Page
Sets the value of the touched property.
setType(String) - Method in class com.bitplan.mediawiki.japi.api.DataItem
 
setType(Type) - Method in class com.bitplan.mediawiki.japi.api.Param
Legt den Wert der type-Eigenschaft fest.
setType(String) - Method in class com.bitplan.mediawiki.japi.api.Rc
Sets the value of the type property.
setUpSiteInfo(Query) - Method in class com.bitplan.mediawiki.japi.Mediawiki
setup siteinfo for a query (e.g. for testing)
setUrl(String) - Method in class com.bitplan.mediawiki.japi.api.Ii
Legt den Wert der url-Eigenschaft fest.
setUrl(String) - Method in class com.bitplan.mediawiki.japi.api.Img
Legt den Wert der url-Eigenschaft fest.
setUser(String) - Method in class com.bitplan.mediawiki.japi.api.Ii
Legt den Wert der user-Eigenschaft fest.
setUser(String) - Method in class com.bitplan.mediawiki.japi.api.Rc
Sets the value of the user property.
setUserAgent(String) - Method in class org.wikipedia.Wiki
Sets the user agent HTTP header to be used for requests.
setUserid(Integer) - Method in class com.bitplan.mediawiki.japi.api.Ii
Legt den Wert der userid-Eigenschaft fest.
setUsername(String) - Method in class com.bitplan.mediawiki.japi.user.WikiUser
 
setUsers(Integer) - Method in class com.bitplan.mediawiki.japi.api.Statistics
Sets the value of the users property.
setUsingCompressedRequests(boolean) - Method in class org.wikipedia.Wiki
Enables/disables GZip compression for GET requests.
setValue(String) - Method in class com.bitplan.mediawiki.japi.api.Createaccount
Legt den Wert der value-Eigenschaft fest.
setValue(String) - Method in class com.bitplan.mediawiki.japi.api.Edit
Sets the value of the value property.
setValue(String) - Method in class com.bitplan.mediawiki.japi.api.Error
Sets the value of the value property.
setValue(String) - Method in class com.bitplan.mediawiki.japi.api.Limit
Sets the value of the value property.
setValue(String) - Method in class com.bitplan.mediawiki.japi.api.Login
Sets the value of the value property.
setValue(String) - Method in class com.bitplan.mediawiki.japi.api.Ns
Sets the value of the value property.
setValue(String) - Method in class com.bitplan.mediawiki.japi.api.P
Sets the value of the value property.
setValue(String) - Method in class com.bitplan.mediawiki.japi.api.Rev
Sets the value of the value property.
setValue(String) - Method in class com.bitplan.mediawiki.japi.api.S
Sets the value of the value property.
setValue(String) - Method in class com.bitplan.mediawiki.japi.api.Statistics
Sets the value of the value property.
setValue(String) - Method in class com.bitplan.mediawiki.japi.api.Tokens
Sets the value of the value property.
setVersion(String) - Method in class com.bitplan.mediawiki.japi.api.Query
 
setVersion(String) - Method in class com.bitplan.mediawiki.japi.MediaWikiApiImpl
set the version via API
setWarnings(Warnings) - Method in class com.bitplan.mediawiki.japi.api.Api
Legt den Wert der warnings-Eigenschaft fest.
setWidth(Short) - Method in class com.bitplan.mediawiki.japi.api.Ii
Legt den Wert der width-Eigenschaft fest.
setWidth(Short) - Method in class com.bitplan.mediawiki.japi.api.Limit
Sets the value of the width property.
setWikiid(String) - Method in class com.bitplan.mediawiki.japi.api.General
Sets the value of the wikiid property.
setWikiid(String) - Method in class com.bitplan.mediawiki.japi.SSLWiki
 
setWriteapi(String) - Method in class com.bitplan.mediawiki.japi.api.General
Sets the value of the writeapi property.
sha1 - Variable in class com.bitplan.mediawiki.japi.api.Ii
 
shortPages(int) - Method in class org.wikipedia.Wiki
List pages below a certain size in the main namespace.
shortPages(int, int) - Method in class org.wikipedia.Wiki
List pages below a certain size in any namespace.
showHelp() - Method in class com.bitplan.mediawiki.japi.Mediawiki
show Help
showVersion() - Static method in class com.bitplan.mediawiki.japi.Mediawiki
show the Version
SiteInfo - Interface in com.bitplan.mediawiki.japi
Namespaces interface
SiteInfoImpl - Class in com.bitplan.mediawiki.japi
SiteInfo and namespace handling
SiteInfoImpl(General, List<Ns>) - Constructor for class com.bitplan.mediawiki.japi.SiteInfoImpl
initalize me
sitename - Variable in class com.bitplan.mediawiki.japi.api.General
 
siteurl - Variable in class com.bitplan.mediawiki.japi.Mediawiki
 
size - Variable in class com.bitplan.mediawiki.japi.api.Ii
 
snapshot - Variable in class com.bitplan.mediawiki.japi.api.Snapshots
 
snapshots - Variable in class com.bitplan.mediawiki.japi.api.Extensiondistributor
 
Snapshots - Class in com.bitplan.mediawiki.japi.api
Java class for anonymous complex type.
Snapshots() - Constructor for class com.bitplan.mediawiki.japi.api.Snapshots
 
sortByTitleAndFilterDoubles(List<Rc>) - Method in class com.bitplan.mediawiki.japi.Mediawiki
sort the given List by title and filter double titles
source - Variable in class com.bitplan.mediawiki.japi.api.Module
 
sourcename - Variable in class com.bitplan.mediawiki.japi.api.Module
 
SPECIAL_NAMESPACE - Static variable in class org.wikipedia.Wiki
Denotes the namespace of pages with the "Special:" prefix.
SSLWiki - Class in com.bitplan.mediawiki.japi
an SSL wiki
SSLWiki(String) - Constructor for class com.bitplan.mediawiki.japi.SSLWiki
constructor
SSLWiki(String, String) - Constructor for class com.bitplan.mediawiki.japi.SSLWiki
construct me from an url and scriptPath
SSLWiki(String, String, String) - Constructor for class com.bitplan.mediawiki.japi.SSLWiki
constructor with three params
SSLWiki.IgnoreHostName - Class in com.bitplan.mediawiki.japi
avoid ssl issue with hostname check
starttimestamp - Variable in class com.bitplan.mediawiki.japi.api.Page
 
statistics - Variable in class com.bitplan.mediawiki.japi.api.Query
 
Statistics - Class in com.bitplan.mediawiki.japi.api
Java class for anonymous complex type.
Statistics() - Constructor for class com.bitplan.mediawiki.japi.api.Statistics
 
submodules - Variable in class com.bitplan.mediawiki.japi.api.Param
 
subpages - Variable in class com.bitplan.mediawiki.japi.api.Ns
 

T

t - Variable in class com.bitplan.mediawiki.japi.api.Type
 
TALK_NAMESPACE - Static variable in class org.wikipedia.Wiki
Denotes the namespace for talk pages relating to the main namespace, denoted by the prefix "Talk:".
TEMPLATE_NAMESPACE - Static variable in class org.wikipedia.Wiki
Denotes the namespace for templates, given the prefix "Template:".
TEMPLATE_TALK_NAMESPACE - Static variable in class org.wikipedia.Wiki
Denotes the namespace for talk pages regarding templates, given the prefix "Template talk:".
testMode - Static variable in class com.bitplan.mediawiki.japi.Mediawiki
if true main can be called without calling system.exit() when finished
text - Variable in class com.bitplan.mediawiki.japi.api.Parse
 
throwExceptionOnError - Variable in class com.bitplan.mediawiki.japi.MediaWikiApiImpl
set to true if exceptions should be thrown on Error
thumblimits - Variable in class com.bitplan.mediawiki.japi.api.General
 
Thumblimits - Class in com.bitplan.mediawiki.japi.api
Java class for anonymous complex type.
Thumblimits() - Constructor for class com.bitplan.mediawiki.japi.api.Thumblimits
 
time - Variable in class com.bitplan.mediawiki.japi.api.General
 
timeoffset - Variable in class com.bitplan.mediawiki.japi.api.General
 
timestamp - Variable in class com.bitplan.mediawiki.japi.api.Ii
 
timestamp - Variable in class com.bitplan.mediawiki.japi.api.Img
 
timestamp - Variable in class com.bitplan.mediawiki.japi.api.Rc
 
timestamp - Variable in class com.bitplan.mediawiki.japi.api.Rev
 
timestampToCalendar(String, boolean) - Method in class org.wikipedia.Wiki
Turns a timestamp into a Calendar object.
timezone - Variable in class com.bitplan.mediawiki.japi.api.General
 
title - Variable in class com.bitplan.mediawiki.japi.api.Bl
 
title - Variable in class com.bitplan.mediawiki.japi.api.Delete
 
title - Variable in class com.bitplan.mediawiki.japi.api.Edit
 
title - Variable in class com.bitplan.mediawiki.japi.api.Im
 
title - Variable in class com.bitplan.mediawiki.japi.api.Img
 
title - Variable in class com.bitplan.mediawiki.japi.api.Iu
 
title - Variable in class com.bitplan.mediawiki.japi.api.P
 
title - Variable in class com.bitplan.mediawiki.japi.api.Page
 
title - Variable in class com.bitplan.mediawiki.japi.api.Parse
 
title - Variable in class com.bitplan.mediawiki.japi.api.Rc
 
titleconversion - Variable in class com.bitplan.mediawiki.japi.api.General
 
toclevel - Variable in class com.bitplan.mediawiki.japi.api.S
 
token - Variable in class com.bitplan.mediawiki.japi.api.Createaccount
 
token - Variable in class com.bitplan.mediawiki.japi.api.Login
 
tokens - Variable in class com.bitplan.mediawiki.japi.api.Api
 
tokens - Variable in class com.bitplan.mediawiki.japi.api.Query
 
Tokens - Class in com.bitplan.mediawiki.japi.api
Java class for anonymous complex type.
Tokens() - Constructor for class com.bitplan.mediawiki.japi.api.Tokens
 
tokens - Variable in class com.bitplan.mediawiki.japi.api.Warnings
 
toString() - Method in class org.wikipedia.Wiki.LogEntry
Returns a string representation of this log entry.
toString() - Method in class org.wikipedia.Wiki.Revision
Returns a string representation of this revision.
toString() - Method in class org.wikipedia.Wiki
Returns a string representation of this Wiki.
toString() - Method in class org.wikipedia.Wiki.User
Returns a string representation of this user.
touched - Variable in class com.bitplan.mediawiki.japi.api.Page
Mediawiki 1_19
type - Variable in class com.bitplan.mediawiki.japi.api.Param
 
type - Variable in class com.bitplan.mediawiki.japi.api.Rc
 
Type - Class in com.bitplan.mediawiki.japi.api
Java-Klasse für anonymous complex type.
Type() - Constructor for class com.bitplan.mediawiki.japi.api.Type
 

U

unblock(String, String) - Method in class org.wikipedia.Wiki
Unblocks a user.
undelete(String, String, Wiki.Revision...) - Method in class org.wikipedia.Wiki
Undeletes a page.
undo(Wiki.Revision, Wiki.Revision, String, boolean, boolean) - Method in class org.wikipedia.Wiki
Undoes revisions, equivalent to the "undo" button in the GUI page history.
unprotect(String, String) - Method in class org.wikipedia.Wiki
Completely unprotects a page.
unwatch(String...) - Method in class org.wikipedia.Wiki
Removes pages from the watchlist.
upload(File, String, String, String) - Method in class com.bitplan.mediawiki.japi.Mediawiki
https://www.mediawiki.org/wiki/API:Upload
upload(InputStream, String, String, String) - Method in class com.bitplan.mediawiki.japi.Mediawiki
upload from the given inputstream
upload(Ii, String, String) - Method in class com.bitplan.mediawiki.japi.Mediawiki
 
upload(File, String, String, String) - Method in interface com.bitplan.mediawiki.japi.MediawikiApi
Uploads an image.
upload(Ii, String, String) - Method in interface com.bitplan.mediawiki.japi.MediawikiApi
upload the image described in the given imageinfo
upload(File, String, String, String) - Method in class org.wikipedia.Mediawiki
 
upload(Ii, String, String) - Method in class org.wikipedia.Mediawiki
 
upload(File, String, String, String) - Method in class org.wikipedia.Wiki
Uploads an image.
UPLOAD_LOG - Static variable in class org.wikipedia.Wiki
Denotes the upload log.
url - Variable in class com.bitplan.mediawiki.japi.api.Ii
 
url - Variable in class com.bitplan.mediawiki.japi.api.Img
 
usage(String) - Method in class com.bitplan.mediawiki.japi.Mediawiki
show a usage
user - Variable in class com.bitplan.mediawiki.japi.api.Ii
 
user - Variable in class com.bitplan.mediawiki.japi.api.Rc
 
User(String) - Constructor for class org.wikipedia.Wiki.User
Creates a new user object.
USER_AGENT - Static variable in class com.bitplan.mediawiki.japi.Mediawiki
USER_CREATION_LOG - Static variable in class org.wikipedia.Wiki
Denotes the user creation log.
USER_NAMESPACE - Static variable in class org.wikipedia.Wiki
Denotes the namespace for user pages, given the prefix "User:".
USER_RENAME_LOG - Static variable in class org.wikipedia.Wiki
Denotes the user renaming log.
USER_RIGHTS_LOG - Static variable in class org.wikipedia.Wiki
Denotes the user rights log.
USER_TALK_NAMESPACE - Static variable in class org.wikipedia.Wiki
Denotes the namespace for user talk pages, given the prefix "User talk:".
userExists(String) - Method in class org.wikipedia.Wiki
Determines whether a specific user exists.
userid - Variable in class com.bitplan.mediawiki.japi.api.Ii
 
userid - Variable in class com.bitplan.mediawiki.japi.Mediawiki
 
users - Variable in class com.bitplan.mediawiki.japi.api.Statistics
 

V

value - Variable in class com.bitplan.mediawiki.japi.api.Createaccount
 
value - Variable in class com.bitplan.mediawiki.japi.api.Edit
 
value - Variable in class com.bitplan.mediawiki.japi.api.Error
 
value - Variable in class com.bitplan.mediawiki.japi.api.Limit
 
value - Variable in class com.bitplan.mediawiki.japi.api.Login
 
value - Variable in class com.bitplan.mediawiki.japi.api.Ns
 
value - Variable in class com.bitplan.mediawiki.japi.api.P
 
value - Variable in class com.bitplan.mediawiki.japi.api.Rev
 
value - Variable in class com.bitplan.mediawiki.japi.api.S
 
value - Variable in class com.bitplan.mediawiki.japi.api.Statistics
 
value - Variable in class com.bitplan.mediawiki.japi.api.Tokens
 
valueOf(String) - Static method in enum com.bitplan.mediawiki.japi.Mediawiki.Method
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wikipedia.Wiki.Gender
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.bitplan.mediawiki.japi.Mediawiki.Method
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wikipedia.Wiki.Gender
Returns an array containing the constants of this enum type, in the order they are declared.
verify(String, SSLSession) - Method in class com.bitplan.mediawiki.japi.SSLWiki.IgnoreHostName
 
VERSION - Static variable in class com.bitplan.mediawiki.japi.Mediawiki
current Version
version() - Method in class org.wikipedia.Wiki
Deprecated.
use getSiteInfo

W

warnings - Variable in class com.bitplan.mediawiki.japi.api.Api
 
Warnings - Class in com.bitplan.mediawiki.japi.api
Java-Klasse für anonymous complex type.
Warnings() - Constructor for class com.bitplan.mediawiki.japi.api.Warnings
 
watch(String...) - Method in class org.wikipedia.Wiki
Adds a page to the watchlist.
watchInternal(boolean, String...) - Method in class org.wikipedia.Wiki
Internal method for interfacing with the watchlist, since the API URLs for (un)watching are very similar.
watchlist() - Method in class org.wikipedia.Wiki
Fetches the most recent changes to pages on your watchlist.
watchlist(boolean, int...) - Method in class org.wikipedia.Wiki
Fetches recent changes to pages on your watchlist.
whatLinksHere(String, int...) - Method in class org.wikipedia.Wiki
Returns a list of all pages linking to this page.
whatLinksHere(String, boolean, int...) - Method in class org.wikipedia.Wiki
Returns a list of all pages linking to this page within the specified namespaces.
whatTranscludesHere(String, int...) - Method in class org.wikipedia.Wiki
Returns a list of all pages transcluding to a page within the specified namespaces.
width - Variable in class com.bitplan.mediawiki.japi.api.Ii
 
width - Variable in class com.bitplan.mediawiki.japi.api.Limit
 
Wiki - Class in org.wikipedia
This is a somewhat sketchy bot framework for editing MediaWiki wikis.
Wiki() - Constructor for class org.wikipedia.Wiki
Creates a new connection to the English Wikipedia via HTTPS.
Wiki(String) - Constructor for class org.wikipedia.Wiki
Creates a new connection to a wiki via HTTPS.
Wiki(String, String) - Constructor for class org.wikipedia.Wiki
Creates a new connection to a wiki with $wgScriptpath set to scriptPath via HTTPS.
Wiki(String, String, String) - Constructor for class org.wikipedia.Wiki
Creates a new connection to a wiki with $wgScriptpath set to scriptPath via the specified protocol.
Wiki.Gender - Enum in org.wikipedia
The list of options the user can specify for his/her gender.
Wiki.LogEntry - Class in org.wikipedia
A wrapper class for an entry in a wiki log, which represents an action performed on the wiki.
Wiki.Revision - Class in org.wikipedia
Represents a contribution and/or a revision to a page.
Wiki.User - Class in org.wikipedia
Subclass for wiki users.
wikiid - Variable in class com.bitplan.mediawiki.japi.api.General
 
WikiUser - Class in com.bitplan.mediawiki.japi.user
Wiki User information
WikiUser() - Constructor for class com.bitplan.mediawiki.japi.user.WikiUser
 
writeapi - Variable in class com.bitplan.mediawiki.japi.api.General
 

_

_case - Variable in class com.bitplan.mediawiki.japi.api.General
 
_case - Variable in class com.bitplan.mediawiki.japi.api.Ns
 
_default - Variable in class com.bitplan.mediawiki.japi.api.Param
 
_new - Variable in class com.bitplan.mediawiki.japi.api.Edit
 
_new - Variable in class com.bitplan.mediawiki.japi.api.Page
 
_new - Variable in class com.bitplan.mediawiki.japi.api.Rc
 
A B C D E F G H I J L M N O P Q R S T U V W _ 

Copyright © 2018 BITPlan GmbH. All rights reserved.