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

A

ALL_LOGS - Static variable in class org.wikipedia.Wiki
Denotes all logs.
ALL_NAMESPACES - Static variable in class org.wikipedia.Wiki
Denotes all namespaces.
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.
annotate(EntityMatchList) - Method in class it.cnr.isti.hpc.dexter.rest.domain.AnnotatedDocument
 
annotate(EntityMatchList, int) - Method in class it.cnr.isti.hpc.dexter.rest.domain.AnnotatedDocument
 
annotate(String, String) - Method in class it.cnr.isti.hpc.dexter.rest.RestService
Performs the entity linking on a given text, annotating maximum n entities.
AnnotatedDocument - Class in it.cnr.isti.hpc.dexter.rest.domain
Represents an annotated document
AnnotatedDocument(String) - Constructor for class it.cnr.isti.hpc.dexter.rest.domain.AnnotatedDocument
 
AnnotatedSpot - Class in it.cnr.isti.hpc.dexter.rest.domain
Represents an annotated spot.
AnnotatedSpot(String, double, int, int, int, int, int, int, double, double) - Constructor for class it.cnr.isti.hpc.dexter.rest.domain.AnnotatedSpot
 
AnnotatedSpot() - Constructor for class it.cnr.isti.hpc.dexter.rest.domain.AnnotatedSpot
 
apiUrl - Variable in class org.wikipedia.Wiki
 
ArticleDescription - Class in it.cnr.isti.hpc.dexter.article
An entity description, contains several metadata extracted from the Wikipedia article, describing the entity.
ArticleDescription(Article) - Constructor for class it.cnr.isti.hpc.dexter.article.ArticleDescription
 
ArticleServer - Class in it.cnr.isti.hpc.dexter.article
Allows to retrieve entity descriptions given the it's wiki-id.
ArticleServer() - Constructor for class it.cnr.isti.hpc.dexter.article.ArticleServer
 
ASSERT_BOT - Static variable in class org.wikipedia.Wiki
Assert that we have a bot flag (i.e.
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.

B

base - Variable in class org.wikipedia.Wiki
 
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.

C

calendarToTimestamp(Calendar) - Method in class org.wikipedia.Wiki
Turns a calendar into a timestamp of the format yyyymmddhhmmss.
CandidateEntity - Class in it.cnr.isti.hpc.dexter.rest.domain
Represents a candidate entity for a spot.
CandidateEntity(int, int, double) - Constructor for class it.cnr.isti.hpc.dexter.rest.domain.CandidateEntity
 
CandidateSpot - Class in it.cnr.isti.hpc.dexter.rest.domain
Represent a candidate spot during the entity linking process.
CandidateSpot() - Constructor for class it.cnr.isti.hpc.dexter.rest.domain.CandidateSpot
 
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.
checkErrors(String, String) - Method in class org.wikipedia.Wiki
Checks for errors from standard read/write requests.
checkRights(HashMap<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.
clone() - Method in class org.wikipedia.Wiki.User
Copies this user object.
compareTo(CandidateEntity) - Method in class it.cnr.isti.hpc.dexter.rest.domain.CandidateEntity
 
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.
constructNamespaceString(StringBuilder, String, int...) - Method in class org.wikipedia.Wiki
Convenience method for converting a namespace list into String form.
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, which can be fed into timestampToCalendar().
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.
CURRENT_REVISION - Static variable in class org.wikipedia.Wiki
In Revision.diff(), denotes the current revision.

D

decode(String) - Method in class org.wikipedia.Wiki
Strips entity references like " from the supplied string.
delete(String, String) - Method in class org.wikipedia.Wiki
Deletes a page.
DELETION_LOG - Static variable in class org.wikipedia.Wiki
Denotes the deletion log.
diff(Wiki.Revision) - Method in class org.wikipedia.Wiki.Revision
Returns a HTML rendered diff table; see the table at the example.
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 example.
diff(long, String) - Method in class org.wikipedia.Wiki.Revision
Fetches a HTML rendered diff table; see the table at the example.

E

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.
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]].
equals(Object) - Method in class it.cnr.isti.hpc.dexter.article.ArticleDescription
 
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.
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.

F

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 image/file description pages.
FILE_TALK_NAMESPACE - Static variable in class org.wikipedia.Wiki
Denotes talk pages for image description pages.
FreebaseEntity - Class in it.cnr.isti.hpc.dexter.freebase
FreebaseEntity.java
FreebaseEntity(String) - Constructor for class it.cnr.isti.hpc.dexter.freebase.FreebaseEntity
 
FreebaseEntity(Entity) - Constructor for class it.cnr.isti.hpc.dexter.freebase.FreebaseEntity
 
fromWikipediaAPI(String) - Static method in class it.cnr.isti.hpc.dexter.article.ArticleDescription
 
FULL_PROTECTION - Static variable in class org.wikipedia.Wiki
Denotes full protection (i.e.

G

get(int) - Method in class it.cnr.isti.hpc.dexter.article.ArticleServer
Retrieves an entity description
getAction() - Method in class org.wikipedia.Wiki.LogEntry
Gets a string description of the action performed, for example "delete", "protect", "overwrite", ...
getAnnotatedText() - Method in class it.cnr.isti.hpc.dexter.rest.domain.AnnotatedDocument
 
getAssertionMode() - Method in class org.wikipedia.Wiki
Gets the assertion mode.
getCandidates() - Method in class it.cnr.isti.hpc.dexter.rest.domain.CandidateSpot
 
getCategories(String) - 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.
getCommonness() - Method in class it.cnr.isti.hpc.dexter.rest.domain.AnnotatedSpot
 
getCommonness() - Method in class it.cnr.isti.hpc.dexter.rest.domain.CandidateEntity
 
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.
getDescription() - Method in class it.cnr.isti.hpc.dexter.article.ArticleDescription
 
getDescription(String) - Method in class it.cnr.isti.hpc.dexter.rest.RestService
Given the Wiki-id of an entity, returns a snippet containing some sentences that describe the entity.
getDetails() - Method in class org.wikipedia.Wiki.LogEntry
Gets the details of this log entry.
getDocumentFrequency() - Method in class it.cnr.isti.hpc.dexter.rest.domain.AnnotatedSpot
 
getDocumentFrequency() - Method in class it.cnr.isti.hpc.dexter.rest.domain.CandidateSpot
 
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.
getEnd() - Method in class it.cnr.isti.hpc.dexter.rest.domain.AnnotatedSpot
 
getEnd() - Method in class it.cnr.isti.hpc.dexter.rest.domain.CandidateSpot
 
getEntity() - Method in class it.cnr.isti.hpc.dexter.rest.domain.AnnotatedSpot
 
getEntity() - Method in class it.cnr.isti.hpc.dexter.rest.domain.CandidateEntity
 
getEntityFrequency() - Method in class it.cnr.isti.hpc.dexter.rest.domain.AnnotatedSpot
 
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.
getFreq() - Method in class it.cnr.isti.hpc.dexter.rest.domain.CandidateEntity
 
getHtmlCode() - Method in class it.cnr.isti.hpc.dexter.freebase.FreebaseEntity
 
getId() - Method in class it.cnr.isti.hpc.dexter.freebase.FreebaseEntity
 
getImage() - Method in class it.cnr.isti.hpc.dexter.article.ArticleDescription
 
getImage(String) - Method in class org.wikipedia.Wiki
Fetches an image file and returns the image data in a byte[].
getImage(String, int, int) - Method in class org.wikipedia.Wiki
Fetches a thumbnail of an image file and returns the image data in a byte[].
getImageHistory(String) - Method in class org.wikipedia.Wiki
Returns the upload history of an image.
getImagesOnPage(String) - Method in class org.wikipedia.Wiki
Gets the list of images used on a particular page.
getInfobox() - Method in class it.cnr.isti.hpc.dexter.article.ArticleDescription
 
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.
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.
getLinkFrequency() - Method in class it.cnr.isti.hpc.dexter.rest.domain.AnnotatedSpot
 
getLinkFrequency() - Method in class it.cnr.isti.hpc.dexter.rest.domain.CandidateSpot
 
getLinkProbability() - Method in class it.cnr.isti.hpc.dexter.rest.domain.AnnotatedSpot
 
getLinkProbability() - Method in class it.cnr.isti.hpc.dexter.rest.domain.CandidateSpot
 
getLinksOnPage(String) - Method in class org.wikipedia.Wiki
Gets the list of links used on a particular page.
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.
getMaxLag() - Method in class org.wikipedia.Wiki
Gets the maxlag parameter.
getMention() - Method in class it.cnr.isti.hpc.dexter.rest.domain.AnnotatedSpot
 
getMention() - Method in class it.cnr.isti.hpc.dexter.rest.domain.CandidateSpot
 
getNamespaces() - Method in class org.wikipedia.Wiki
Gets the namespaces used by this wiki.
getNext() - Method in class org.wikipedia.Wiki.Revision
Gets the next revision.
getnSpots() - Method in class it.cnr.isti.hpc.dexter.rest.domain.SpottedDocument
 
getOldImage(Wiki.LogEntry) - Method in class org.wikipedia.Wiki
Gets an old image revision and returns the image data in a byte[].
getPage() - Method in class org.wikipedia.Wiki.Revision
Returns the page to which this revision was made.
getPageHistory(String) - Method in class org.wikipedia.Wiki
Gets the entire revision history of a page.
getPageHistory(String, Calendar, Calendar) - Method in class org.wikipedia.Wiki
Gets the revision history of a page between two dates.
getPageInfo(String) - Method in class org.wikipedia.Wiki
Gets miscellaneous page info.
getPageInfo(String[]) - Method in class org.wikipedia.Wiki
Gets miscellaneous page info.
getPageText(String) - Method in class org.wikipedia.Wiki
Gets the raw wikicode for a page.
getPrevious() - Method in class org.wikipedia.Wiki.Revision
Gets the previous revision.
getQuerytime() - Method in class it.cnr.isti.hpc.dexter.rest.domain.SpottedDocument
 
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 org.wikipedia.Wiki.Revision
Gets the rcid of this revision for patrolling purposes.
getReason() - Method in class org.wikipedia.Wiki.LogEntry
Gets the reason supplied by the perfoming user when the action was performed.
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.
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.
getRollbackToken() - Method in class org.wikipedia.Wiki.Revision
Gets the rollback token for this revision.
getScore() - Method in class it.cnr.isti.hpc.dexter.rest.domain.AnnotatedSpot
 
getScriptPath() - Method in class org.wikipedia.Wiki
Detects the $wgScriptpath wiki variable and sets the bot framework up to use it.
getSectionMap(String) - Method in class org.wikipedia.Wiki
Gets the list of sections on a particular page.
getSectionText(String, int) - Method in class org.wikipedia.Wiki
Gets the text of a specific section.
getSiteStatistics() - Method in class org.wikipedia.Wiki
Fetches some site statistics, namely the number of articles, pages, files, edits, users and admins.
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.
getSpots() - Method in class it.cnr.isti.hpc.dexter.rest.domain.AnnotatedDocument
 
getSpots() - Method in class it.cnr.isti.hpc.dexter.rest.domain.SpottedDocument
 
getStart() - Method in class it.cnr.isti.hpc.dexter.rest.domain.AnnotatedSpot
 
getStart() - Method in class it.cnr.isti.hpc.dexter.rest.domain.CandidateSpot
 
getStatusCheckInterval() - Method in class org.wikipedia.Wiki
Gets the number of actions (edit, move, block, delete, etc) between status checks.
getSummary() - Method in class org.wikipedia.Wiki.Revision
Returns the edit summary for this revision.
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 it.cnr.isti.hpc.dexter.rest.domain.AnnotatedDocument
 
getText() - Method in class it.cnr.isti.hpc.dexter.rest.domain.SpottedDocument
 
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.
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.
getTitle() - Method in class it.cnr.isti.hpc.dexter.article.ArticleDescription
 
getTopRevision(String) - Method in class org.wikipedia.Wiki
Gets the most recent revision of a page, or null if the page does not exist.
getType() - Method in class org.wikipedia.Wiki.LogEntry
Gets the type of log that this entry is in.
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.
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.
getUserInfo() - Method in class org.wikipedia.Wiki.User
Gets various properties of this user.
getUsername() - Method in class org.wikipedia.Wiki.User
Gets this user's username.

H

hashCode() - Method in class it.cnr.isti.hpc.dexter.article.ArticleDescription
 
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.
hasId() - Method in class it.cnr.isti.hpc.dexter.freebase.FreebaseEntity
 
hasNewMessages() - Method in class org.wikipedia.Wiki
Determines whether the current user has new messages.
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:".
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.

I

IMAGE_NAMESPACE - Static variable in class org.wikipedia.Wiki
Deprecated.
use FILE_NAMESPACE
IMAGE_TALK_NAMESPACE - Static variable in class org.wikipedia.Wiki
Deprecated.
use FILE_TALK_NAMESPACE
imageUsage(String, int...) - Method in class org.wikipedia.Wiki
Returns a list of pages in the specified namespaces which use the specified image.
IMPORT_LOG - Static variable in class org.wikipedia.Wiki
Denotes the page importation log.
initVars() - Method in class org.wikipedia.Wiki
Override/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.
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.
isResolvingRedirects() - Method in class org.wikipedia.Wiki
Checks whether API action=query dependencies automatically resolve redirects (default = false).
isUsingCompressedRequests() - Method in class org.wikipedia.Wiki
Checks whether we are using GZip compression for GET requests.
isWatched(String) - Method in class org.wikipedia.Wiki
Determines whether a page is watched.
it.cnr.isti.hpc.dexter.article - package it.cnr.isti.hpc.dexter.article
 
it.cnr.isti.hpc.dexter.freebase - package it.cnr.isti.hpc.dexter.freebase
 
it.cnr.isti.hpc.dexter.rest - package it.cnr.isti.hpc.dexter.rest
 
it.cnr.isti.hpc.dexter.rest.domain - package it.cnr.isti.hpc.dexter.rest.domain
 

L

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.
listPages(String, HashMap<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, HashMap<String, Object>, int, int, 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.
log(Level, String, String) - Method in class org.wikipedia.Wiki
Logs a successful result.
logger - Static variable in class org.wikipedia.Wiki
 
login(String, char[]) - Method in class org.wikipedia.Wiki
Logs in to the wiki.
login(String, String) - Method in class org.wikipedia.Wiki
 
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_NAMESPACE - Static variable in class org.wikipedia.Wiki
Denotes the main namespace, with no prefix.
makeCalendar() - Method in class org.wikipedia.Wiki
Creates a Calendar object with the current time.
MEDIA_NAMESPACE - Static variable in class org.wikipedia.Wiki
Denotes the namespace of images and media, such that there is no description page.
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:".
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

namespace(String) - Method in class org.wikipedia.Wiki
Returns the namespace a set of pages is in.
namespace(String[]) - Method in class org.wikipedia.Wiki
Returns the namespace a set of pages is in.
namespaceIdentifier(int) - Method in class org.wikipedia.Wiki
For a given namespace denoted as an integer, fetch the corresponding identification string e.g.
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.
newSection(String, String, String, boolean, boolean) - Method in class org.wikipedia.Wiki
Creates a new section on the specified page.
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.

O

org.wikipedia - package org.wikipedia
 

P

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.
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.
PATROL_LOG - Static variable in class org.wikipedia.Wiki
Denotes the edit patrol log.
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.
prefixIndex(String) - Method in class org.wikipedia.Wiki
Lists pages that start with a given prefix.
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:".
protect(String, HashMap<String, Object>) - Method in class org.wikipedia.Wiki
Protects a page.
PROTECTION_LOG - Static variable in class org.wikipedia.Wiki
Denotes the protection log.
purge(boolean, String...) - Method in class org.wikipedia.Wiki
Purges the server-side cache for various pages.

Q

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.

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
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.
RestService - Class in it.cnr.isti.hpc.dexter.rest
 
RestService() - Constructor for class it.cnr.isti.hpc.dexter.rest.RestService
 
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

scriptPath - Variable in class org.wikipedia.Wiki
 
search(String, int...) - Method in class org.wikipedia.Wiki
Performs a full text search of the wiki.
SEMI_PROTECTION - Static variable in class org.wikipedia.Wiki
Denotes semi-protection (i.e.
setAnnotatedText(String) - Method in class it.cnr.isti.hpc.dexter.rest.domain.AnnotatedDocument
 
setAssertionMode(int) - Method in class org.wikipedia.Wiki
Sets the assertion mode.
setCandidates(List<CandidateEntity>) - Method in class it.cnr.isti.hpc.dexter.rest.domain.CandidateSpot
 
setCommonness(double) - Method in class it.cnr.isti.hpc.dexter.rest.domain.AnnotatedSpot
 
setCommonness(double) - Method in class it.cnr.isti.hpc.dexter.rest.domain.CandidateEntity
 
setCookies(URLConnection) - Method in class org.wikipedia.Wiki
Sets cookies to an unconnected URLConnection and enables gzip compression of returned text.
setDescription(String) - Method in class it.cnr.isti.hpc.dexter.article.ArticleDescription
 
setDocumentFrequency(int) - Method in class it.cnr.isti.hpc.dexter.rest.domain.AnnotatedSpot
 
setDocumentFrequency(int) - Method in class it.cnr.isti.hpc.dexter.rest.domain.CandidateSpot
 
setEnd(int) - Method in class it.cnr.isti.hpc.dexter.rest.domain.AnnotatedSpot
 
setEnd(int) - Method in class it.cnr.isti.hpc.dexter.rest.domain.CandidateSpot
 
setEntity(int) - Method in class it.cnr.isti.hpc.dexter.rest.domain.AnnotatedSpot
 
setEntity(int) - Method in class it.cnr.isti.hpc.dexter.rest.domain.CandidateEntity
 
setEntityFrequency(int) - Method in class it.cnr.isti.hpc.dexter.rest.domain.AnnotatedSpot
 
setFreq(int) - Method in class it.cnr.isti.hpc.dexter.rest.domain.CandidateEntity
 
setImage(String) - Method in class it.cnr.isti.hpc.dexter.article.ArticleDescription
 
setInfobox(Map<String, String>) - Method in class it.cnr.isti.hpc.dexter.article.ArticleDescription
 
setLinkFrequency(int) - Method in class it.cnr.isti.hpc.dexter.rest.domain.AnnotatedSpot
 
setLinkFrequency(int) - Method in class it.cnr.isti.hpc.dexter.rest.domain.CandidateSpot
 
setLinkProbability(double) - Method in class it.cnr.isti.hpc.dexter.rest.domain.AnnotatedSpot
 
setLinkProbability(double) - Method in class it.cnr.isti.hpc.dexter.rest.domain.CandidateSpot
 
setLogLevel(Level) - Method in class org.wikipedia.Wiki
Deprecated.
logger is now protected, can call setLevel there
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.
setMention(String) - Method in class it.cnr.isti.hpc.dexter.rest.domain.AnnotatedSpot
 
setMention(String) - Method in class it.cnr.isti.hpc.dexter.rest.domain.CandidateSpot
 
setnSpots(int) - Method in class it.cnr.isti.hpc.dexter.rest.domain.SpottedDocument
 
setQuerytime(float) - Method in class it.cnr.isti.hpc.dexter.rest.domain.SpottedDocument
 
setRcid(long) - Method in class org.wikipedia.Wiki.Revision
Sets the rcid of this revision, used for patrolling.
setResolveRedirects(boolean) - Method in class org.wikipedia.Wiki
Sets whether API action=query dependencies automatically resolve redirects (default = false).
setRollbackToken(String) - Method in class org.wikipedia.Wiki.Revision
Sets a rollback token for this revision.
setScore(double) - Method in class it.cnr.isti.hpc.dexter.rest.domain.AnnotatedSpot
 
setSpots(List<AnnotatedSpot>) - Method in class it.cnr.isti.hpc.dexter.rest.domain.AnnotatedDocument
 
setSpots(List<CandidateSpot>) - Method in class it.cnr.isti.hpc.dexter.rest.domain.SpottedDocument
 
setStart(int) - Method in class it.cnr.isti.hpc.dexter.rest.domain.AnnotatedSpot
 
setStart(int) - Method in class it.cnr.isti.hpc.dexter.rest.domain.CandidateSpot
 
setStatusCheckInterval(int) - Method in class org.wikipedia.Wiki
Sets the number of actions (edit, move, block, delete, etc) between status checks.
setText(String) - Method in class it.cnr.isti.hpc.dexter.rest.domain.AnnotatedDocument
 
setText(String) - Method in class it.cnr.isti.hpc.dexter.rest.domain.SpottedDocument
 
setThrottle(int) - Method in class org.wikipedia.Wiki
Sets the editing throttle.
setTitle(String) - Method in class it.cnr.isti.hpc.dexter.article.ArticleDescription
 
setUserAgent(String) - Method in class org.wikipedia.Wiki
Sets the user agent HTTP header to be used for requests.
setUsingCompressedRequests(boolean) - Method in class org.wikipedia.Wiki
Enables/disables GZip compression for GET requests.
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.
SPECIAL_NAMESPACE - Static variable in class org.wikipedia.Wiki
Denotes the namespace of pages with the "Special:" prefix.
spot(String) - Method in class it.cnr.isti.hpc.dexter.rest.RestService
It only performs the first step of the entity linking process, i.e., find all the mentions that could refer to an entity.
SpottedDocument - Class in it.cnr.isti.hpc.dexter.rest.domain
Represents a document with all the spot detected during the spotting.
SpottedDocument(String, List<CandidateSpot>, int, float) - Constructor for class it.cnr.isti.hpc.dexter.rest.domain.SpottedDocument
 
statusCheck() - Method in class org.wikipedia.Wiki
Performs a status check, including assertions.

T

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:".
timestampToCalendar(String) - Method in class org.wikipedia.Wiki
Turns a timestamp of the format yyyymmddhhmmss into a Calendar object.
toJson() - Method in class it.cnr.isti.hpc.dexter.article.ArticleDescription
 
toJson() - Method in class it.cnr.isti.hpc.dexter.freebase.FreebaseEntity
 
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.

U

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) - 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 org.wikipedia.Wiki
Uploads an image.
UPLOAD_LOG - Static variable in class org.wikipedia.Wiki
Denotes the upload log.
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.

V

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 org.wikipedia.Wiki.Gender
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Method in class org.wikipedia.Wiki
Gets the version of MediaWiki this wiki runs e.g.

W

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.
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.
Wiki(String) - Constructor for class org.wikipedia.Wiki
Creates a new connection to a wiki.
Wiki(String, String) - Constructor for class org.wikipedia.Wiki
Creates a new connection to a wiki with $wgScriptpath set to scriptPath.
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.LogEntry(String, String, String, Wiki.User, String, String, Object) - Constructor for class org.wikipedia.Wiki.LogEntry
Creates a new log entry.
Wiki.Revision - Class in org.wikipedia
Represents a contribution and/or a revision to a page.
Wiki.Revision(long, Calendar, String, String, String, boolean, boolean, boolean, int) - Constructor for class org.wikipedia.Wiki.Revision
Constructs a new Revision object.
Wiki.User - Class in org.wikipedia
Subclass for wiki users.
Wiki.User(String) - Constructor for class org.wikipedia.Wiki.User
Creates a new user object.
A B C D E F G H I L M N O P Q R S T U V W 

Copyright © 2013. All rights reserved.