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

A

addAlias(MonolingualTextValue) - Method in class org.wikidata.wdtk.wikibaseapi.TermStatementUpdate
Deprecated.
Adds an individual alias.
addBestReferenceToList(Reference, List<Reference>) - Method in class org.wikidata.wdtk.wikibaseapi.StatementUpdate
Deprecated.
 
addStatement(Statement, boolean) - Method in class org.wikidata.wdtk.wikibaseapi.StatementUpdate
Deprecated.
Adds one statement to the list of statements to be kept, possibly merging it with other statements to be kept if possible.
apiBaseUrl - Variable in class org.wikidata.wdtk.wikibaseapi.ApiConnection
URL to access the Wikibase API.
ApiConnection - Class in org.wikidata.wdtk.wikibaseapi
Class to build up and hold a connection to a Wikibase API.
ApiConnection(String) - Constructor for class org.wikidata.wdtk.wikibaseapi.ApiConnection
Creates an object to manage a connection to the Web API of a Wikibase site.
ApiConnection(String, Map<String, String>) - Constructor for class org.wikidata.wdtk.wikibaseapi.ApiConnection
Creates an object to manage a connection to the Web API of a Wikibase site.
ASSERT_PARAMETER - Static variable in class org.wikidata.wdtk.wikibaseapi.ApiConnection
MediaWiki assert parameter to ensure we are editing while logged in.
AssertUserFailedException - Exception in org.wikidata.wdtk.wikibaseapi.apierrors
Exception to indicate that we tried to perform an action while our login credentials have expired.
AssertUserFailedException(String) - Constructor for exception org.wikidata.wdtk.wikibaseapi.apierrors.AssertUserFailedException
 

B

BasicApiConnection - Class in org.wikidata.wdtk.wikibaseapi
A connection to the MediaWiki API established via standard login with username and password.
BasicApiConnection(String) - Constructor for class org.wikidata.wdtk.wikibaseapi.BasicApiConnection
Creates an object to manage a connection to the Web API of a Wikibase site.
BasicApiConnection(String, List<BasicApiConnection.HttpCookieWrapper>, String, boolean, Map<String, String>, int, int) - Constructor for class org.wikidata.wdtk.wikibaseapi.BasicApiConnection
Deserializes an existing BasicApiConnection from JSON.
BasicApiConnection.HttpCookieWrapper - Class in org.wikidata.wdtk.wikibaseapi
Wrapper for HttpCookie.

C

checkCredentials() - Method in class org.wikidata.wdtk.wikibaseapi.ApiConnection
Checks that the credentials are still valid for the user currently logged in.
checkCredentials() - Method in class org.wikidata.wdtk.wikibaseapi.OAuthApiConnection
Checks if the OAuth credentials (i.e., consumer key/secret and access token/secret) are still valid.
checkErrors(JsonNode) - Method in class org.wikidata.wdtk.wikibaseapi.ApiConnection
Checks if an API response contains an error and throws a suitable exception in this case.
clearCookies() - Method in class org.wikidata.wdtk.wikibaseapi.BasicApiConnection
Clears the set of cookies.
clientLogin(String, String) - Method in class org.wikidata.wdtk.wikibaseapi.BasicApiConnection
Logs in using the main user credentials.
confirmClientLogin(String, String, String) - Method in class org.wikidata.wdtk.wikibaseapi.BasicApiConnection
Issues a Web API query to confirm that the previous client login attempt was successful, and sets the internal state of the API connection accordingly in this case.
confirmLogin(String, String, String) - Method in class org.wikidata.wdtk.wikibaseapi.BasicApiConnection
Issues a Web API query to confirm that the previous login attempt was successful, and sets the internal state of the API connection accordingly in this case.
connectTimeout - Variable in class org.wikidata.wdtk.wikibaseapi.ApiConnection
Maximum time to wait for when establishing a connection, in milliseconds.
createEntityDocument(EntityDocument, String, List<String>) - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataEditor
Creates new entity document.
createItemDocument(ItemDocument, String, List<String>) - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataEditor
Creates new item document.
createLexemeDocument(LexemeDocument, String, List<String>) - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataEditor
Creates new lexeme document.
createPropertyDocument(PropertyDocument, String, List<String>) - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataEditor
Creates new property document.
currentDocument - Variable in class org.wikidata.wdtk.wikibaseapi.TermStatementUpdate
Deprecated.
 

D

deleteAlias(MonolingualTextValue) - Method in class org.wikidata.wdtk.wikibaseapi.TermStatementUpdate
Deprecated.
Deletes an individual alias
disableEditing() - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataEditor
Sets the remaining edits for this component to 0, so that all edits are simulated but not actually send to the API.

E

editAsBot() - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataEditor
Returns true if edits should be flagged as bot edits.
EditConflictErrorException - Exception in org.wikidata.wdtk.wikibaseapi.apierrors
Exception to indicate a MediaWiki API error caused by an edit conflict.
EditConflictErrorException(String) - Constructor for exception org.wikidata.wdtk.wikibaseapi.apierrors.EditConflictErrorException
Creates a new exception.
editEntityDocument(EntityUpdate, boolean, String, List<String>) - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataEditor
Updates EntityDocument entity.
EditingResult - Class in org.wikidata.wdtk.wikibaseapi
Holds information about a successful edit made via WikibaseDataEditor.
EditingResult(long) - Constructor for class org.wikidata.wdtk.wikibaseapi.EditingResult
 
editItemDocument(ItemDocument, boolean, String, List<String>) - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataEditor
Deprecated.
Use WikibaseDataEditor.editEntityDocument(EntityUpdate, boolean, String, List) instead. Writes the data for the given item document with the summary message as given. Optionally, the existing data is cleared (deleted).

The id of the given item document is used to specify which item document should be changed. The site IRI will be ignored for this.

The revision id of the given item document is used to specify the base revision, enabling the API to detect edit conflicts. The value 0 can be used to omit this. It is strongly recommended to give a revision id when making edits where the outcome depends on the previous state of the data (i.e., any edit that does not use "clear").

If the data is not cleared, then the existing data will largely be preserved. Statements with empty ids will be added without checking if they exist already; statements with (valid) ids will replace any existing statements with these ids or just be added if there are none. Labels, descriptions, and aliases will be preserved for all languages for which no data is given at all. For aliases this means that writing one alias in a language will overwrite all aliases in this language, so some care is needed.

editMediaInfoDocument(MediaInfoDocument, boolean, String, List<String>) - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataEditor
Deprecated.
Use WikibaseDataEditor.editEntityDocument(EntityUpdate, boolean, String, List) instead. Writes the data for the given media info document with the summary message as given. Optionally, the existing data is cleared (deleted). It creates the media info if needed.

The id of the given media info document is used to specify which media info document should be changed or created. The site IRI will be ignored for this.

The revision id of the given media info document is used to specify the base revision, enabling the API to detect edit conflicts. The value 0 can be used to omit this. It is strongly recommended to give a revision id when making edits where the outcome depends on the previous state of the data (i.e., any edit that does not use "clear").

If the data is not cleared, then the existing data will largely be preserved. Statements with empty ids will be added without checking if they exist already; statements with (valid) ids will replace any existing statements with these ids or just be added if there are none. Labels will be preserved for all languages for which no data is given at all. For aliases this means that writing one alias in

editPropertyDocument(PropertyDocument, boolean, String, List<String>) - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataEditor
Deprecated.
Use WikibaseDataEditor.editEntityDocument(EntityUpdate, boolean, String, List) instead. Writes the data for the given property document with the summary message as given. Optionally, the existing data is cleared (deleted).

The id of the given property document is used to specify which property document should be changed. The site IRI will be ignored for this.

The revision id of the given property document is used to specify the base revision, enabling the API to detect edit conflicts. The value 0 can be used to omit this. It is strongly recommended to give a revision id when making edits where the outcome depends on the previous state of the data (i.e., any edit that does not use "clear").

If the data is not cleared, then the existing data will largely be preserved. Statements with empty ids will be added without checking if they exist already; statements with (valid) ids will replace any existing statements with these ids or just be added if there are none. Labels, descriptions, and aliases will be preserved for all languages for which no data is given at all. For aliases this means that writing one alias in a language will overwrite all aliases in this language, so some care is needed.

equals(Object) - Method in class org.wikidata.wdtk.wikibaseapi.EditingResult
 
equivalentClaims(Claim, Claim) - Method in class org.wikidata.wdtk.wikibaseapi.StatementUpdate
Deprecated.
Checks if two claims are equivalent in the sense that they have the same main snak and the same qualifiers, but possibly in a different order.
ERROR_ASSERT_USER_FAILED - Static variable in class org.wikidata.wdtk.wikibaseapi.apierrors.MediaWikiApiErrorHandler
 
ERROR_EDIT_CONFLICT - Static variable in class org.wikidata.wdtk.wikibaseapi.apierrors.MediaWikiApiErrorHandler
 
ERROR_INVALID_TOKEN - Static variable in class org.wikidata.wdtk.wikibaseapi.apierrors.MediaWikiApiErrorHandler
 
ERROR_MAXLAG - Static variable in class org.wikidata.wdtk.wikibaseapi.apierrors.MediaWikiApiErrorHandler
 
ERROR_NO_SUCH_ENTITY - Static variable in class org.wikidata.wdtk.wikibaseapi.apierrors.MediaWikiApiErrorHandler
 
ERROR_NO_TOKEN - Static variable in class org.wikidata.wdtk.wikibaseapi.apierrors.MediaWikiApiErrorHandler
 
ERROR_TAGS_APPLY_NOT_ALLOWED - Static variable in class org.wikidata.wdtk.wikibaseapi.apierrors.MediaWikiApiErrorHandler
 

F

freshStatementId(String) - Method in interface org.wikidata.wdtk.wikibaseapi.GuidGenerator
Generates a fresh statement id.
freshStatementId(String) - Method in class org.wikidata.wdtk.wikibaseapi.RandomGuidGenerator
Generates a fresh statement id.

G

getAccessSecret() - Method in class org.wikidata.wdtk.wikibaseapi.OAuthApiConnection
 
getAccessToken() - Method in class org.wikidata.wdtk.wikibaseapi.OAuthApiConnection
 
getAddedAliases(String) - Method in class org.wikidata.wdtk.wikibaseapi.TermStatementUpdate
Deprecated.
Retrieves the list of aliases that will be added in a given language, after all the optimizations have been done (replacing empty labels by new aliases in the same language, for instance).
getAliases() - Method in interface org.wikidata.wdtk.wikibaseapi.WbSearchEntitiesResult
A list of alias labels (returned only when an alias matched the query).
getAliasUpdates() - Method in class org.wikidata.wdtk.wikibaseapi.TermStatementUpdate
Deprecated.
Alias accessor provided for JSON serialization only
getApiBaseUrl() - Method in class org.wikidata.wdtk.wikibaseapi.ApiConnection
Getter for the apiBaseUrl.
getAverageTimePerEdit() - Method in class org.wikidata.wdtk.wikibaseapi.WbEditingAction
Returns the average time in milliseconds that one edit will take.
getAverageTimePerEdit() - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataEditor
Returns the average time that a single edit should take, measured in milliseconds.
getClientBuilder() - Method in class org.wikidata.wdtk.wikibaseapi.ApiConnection
Subclasses can customize their own OkHttpClient.Builder instances.
getClientBuilder() - Method in class org.wikidata.wdtk.wikibaseapi.BasicApiConnection
 
getClientBuilder() - Method in class org.wikidata.wdtk.wikibaseapi.OAuthApiConnection
 
getClientLoginText() - Method in enum org.wikidata.wdtk.wikibaseapi.LoginValue
 
getConceptUri() - Method in interface org.wikidata.wdtk.wikibaseapi.WbSearchEntitiesResult
Returns the full concept URI (the site IRI with entity ID).
getConnectTimeout() - Method in class org.wikidata.wdtk.wikibaseapi.ApiConnection
Maximum time to wait for when establishing a connection, in milliseconds.
getConsumerKey() - Method in class org.wikidata.wdtk.wikibaseapi.OAuthApiConnection
 
getConsumerSecret() - Method in class org.wikidata.wdtk.wikibaseapi.OAuthApiConnection
 
getCookies() - Method in class org.wikidata.wdtk.wikibaseapi.BasicApiConnection
Returns the map of cookies currently used in this connection.
getCurrentLag() - Method in class org.wikidata.wdtk.wikibaseapi.WbEditingAction
Retrieves the current lag from the target site, by making an API call.
getCurrentUser() - Method in class org.wikidata.wdtk.wikibaseapi.ApiConnection
Returns the username of the user who is currently logged in.
getCurrentUser() - Method in class org.wikidata.wdtk.wikibaseapi.OAuthApiConnection
 
getDatamodelObjectFromResponse(JsonNode, List<String>, Class<T>) - Method in class org.wikidata.wdtk.wikibaseapi.StatementUpdate
Deprecated.
Extracts a particular data model instance from a JSON response returned by MediaWiki.
getDescription() - Method in interface org.wikidata.wdtk.wikibaseapi.WbSearchEntitiesResult
Returns the description of the entity The language of the returned description depends on the HTTP Accept-Language header or the uselang URL parameter.
getDescriptionUpdates() - Method in class org.wikidata.wdtk.wikibaseapi.TermStatementUpdate
Deprecated.
Description accessor provided for JSON serialization only.
getEntityDocument(String) - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataFetcher
Fetches the documents for the entity of the given string IDs.
getEntityDocumentByTitle(String, String) - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataFetcher
Fetches the document for the entity that has a page of the given title on the given site.
getEntityDocumentFromResponse(JsonNode) - Method in class org.wikidata.wdtk.wikibaseapi.WbEditingAction
TODO: TO BE REFACTORED
getEntityDocuments(String...) - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataFetcher
Fetches the documents for the entities of the given string IDs.
getEntityDocuments(List<String>) - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataFetcher
Fetches the documents for the entities of the given string IDs.
getEntityDocumentsByTitle(String, String...) - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataFetcher
Fetches the documents for the entities that have pages of the given titles on the given site.
getEntityDocumentsByTitle(String, List<String>) - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataFetcher
Fetches the documents for the entities that have pages of the given titles on the given site.
getEntityId() - Method in interface org.wikidata.wdtk.wikibaseapi.WbSearchEntitiesResult
Returns the id of the entity that the document refers to.
getErrorCode() - Method in exception org.wikidata.wdtk.wikibaseapi.apierrors.MediaWikiApiErrorException
Returns the MediaWiki code of the error that has causes this exception.
getErrorMessage() - Method in exception org.wikidata.wdtk.wikibaseapi.apierrors.MediaWikiApiErrorException
Returns the MediaWiki message string for the error that has causes this exception.
getFilter() - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataFetcher
Returns the DocumentDataFilter object that is used to filter API requests.
getJsonUpdateString() - Method in class org.wikidata.wdtk.wikibaseapi.StatementUpdate
Deprecated.
Returns a JSON serialization of the marked insertions and deletions of statements, in the format required by the Wikibase "wbeditentity" action.
getLabel() - Method in interface org.wikidata.wdtk.wikibaseapi.WbSearchEntitiesResult
Returns the label of the entity.
getLabelUpdates() - Method in class org.wikidata.wdtk.wikibaseapi.TermStatementUpdate
Deprecated.
Label accessor provided for JSON serialization only.
getLag() - Method in exception org.wikidata.wdtk.wikibaseapi.apierrors.MaxlagErrorException
Retrieves the amount of lag announced by the server when this error was emitted.
getLanguage() - Method in interface org.wikidata.wdtk.wikibaseapi.WbSearchEntitiesResult.Match
Returns the language of the matching term field.
getLastRevisionId() - Method in class org.wikidata.wdtk.wikibaseapi.EditingResult
The identifier of the revision of the last edit made by the editing action, if any edit was made.
getLoginText() - Method in enum org.wikidata.wdtk.wikibaseapi.LoginValue
 
getMatch() - Method in interface org.wikidata.wdtk.wikibaseapi.WbSearchEntitiesResult
Returns detailed information about how a document matched the query.
getMaxLag() - Method in class org.wikidata.wdtk.wikibaseapi.WbEditingAction
Returns the current value of the maxlag parameter.
getMaxLag() - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataEditor
Returns the current value of the maxlag parameter.
getMaxLagBackOffFactor() - Method in class org.wikidata.wdtk.wikibaseapi.WbEditingAction
Factor by which the wait time between two maxlag retries should be multiplied at each attempt.
getMaxLagBackOffFactor() - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataEditor
Factor by which the wait time between two maxlag retries should be multiplied at each attempt.
getMaxLagFirstWaitTime() - Method in class org.wikidata.wdtk.wikibaseapi.WbEditingAction
Initial wait time in milliseconds, when an edit fails for the first time because of a high lag.
getMaxLagFirstWaitTime() - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataEditor
Initial wait time in milliseconds, when an edit fails for the first time because of a high lag.
getMaxLagMaxRetries() - Method in class org.wikidata.wdtk.wikibaseapi.WbEditingAction
Number of times we should retry if an editing action fails because the lag is too high.
getMaxLagMaxRetries() - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataEditor
Number of times we should retry if an editing action fails because the lag is too high.
getMediaInfoIdByFileName(String) - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataFetcher
Fetches the MediaInfoId of a file with the given name.
getMediaInfoIds(List<String>) - Method in class org.wikidata.wdtk.wikibaseapi.MediaInfoIdQueryAction
Fetches the MediaInfoIds of files with the given names.
getMediaInfoIdsByFileName(String...) - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataFetcher
Fetches the MediaInfoIds of files with the given names.
getMediaInfoIdsByFileName(List<String>) - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataFetcher
Fetches the MediaInfoIds of files with the given names.
getMessage(String) - Method in enum org.wikidata.wdtk.wikibaseapi.LoginValue
 
getMonolingualUpdatedValues(Map<String, TermStatementUpdate.NameWithUpdate>) - Method in class org.wikidata.wdtk.wikibaseapi.TermStatementUpdate
Deprecated.
Helper to format term updates as expected by the Wikibase API
getPageId() - Method in interface org.wikidata.wdtk.wikibaseapi.WbSearchEntitiesResult
Returns the internal Mediawiki pageid of the entity.
getReadTimeout() - Method in class org.wikidata.wdtk.wikibaseapi.ApiConnection
Maximum time to wait for a server response once the connection was established.
getRemainingEdits() - Method in class org.wikidata.wdtk.wikibaseapi.WbEditingAction
Returns the number of edits that will be performed before entering simulation mode, or -1 if there is no limit on the number of edits (default).
getRemainingEdits() - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataEditor
Returns the number of edits that will be performed before entering simulation mode, or -1 if there is no limit on the number of edits (default).
getRemovedAliases(String) - Method in class org.wikidata.wdtk.wikibaseapi.TermStatementUpdate
Deprecated.
Retrieves the list of aliases that will be removed in a given language, after all the optimizations have been done (replacing empty labels by new aliases in the same language, for instance).
getRevisionIdFromResponse(JsonNode) - Method in class org.wikidata.wdtk.wikibaseapi.StatementUpdate
Deprecated.
Extracts the last revision id from the JSON response returned by the API after an edit
getRevisionIdFromResponse(JsonNode) - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataEditor
Extracts the last revision id from the JSON response returned by the API after an edit
getTestWikidataApiConnection() - Static method in class org.wikidata.wdtk.wikibaseapi.BasicApiConnection
Creates an API connection to test.wikidata.org.
getText() - Method in interface org.wikidata.wdtk.wikibaseapi.WbSearchEntitiesResult.Match
Returns the text of the matching term.
getTitle() - Method in interface org.wikidata.wdtk.wikibaseapi.WbSearchEntitiesResult
Returns the title of the entity (currently the same as the entity ID).
getTokens() - Method in class org.wikidata.wdtk.wikibaseapi.ApiConnection
Returns the map of tokens (such as csrf token and login token) currently used in this connection.
getType() - Method in interface org.wikidata.wdtk.wikibaseapi.WbSearchEntitiesResult.Match
Returns the type (field) of the matching term e.g "entityId", "label" or "alias".
getUpdatedStatements() - Method in class org.wikidata.wdtk.wikibaseapi.StatementUpdate
Deprecated.
 
getUrl() - Method in interface org.wikidata.wdtk.wikibaseapi.WbSearchEntitiesResult
The URL of the wiki site that shows the concept.
getWikidataApiConnection() - Static method in class org.wikidata.wdtk.wikibaseapi.BasicApiConnection
Creates an API connection to wikidata.org.
getWikidataDataFetcher() - Static method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataFetcher
Creates an object to fetch data from wikidata.org.
getWikimediaCommonsApiConnection() - Static method in class org.wikidata.wdtk.wikibaseapi.BasicApiConnection
Creates an API connection to commons.wikimedia.org.
getWikimediaCommonsDataFetcher() - Static method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataFetcher
Creates an object to fetch data from commons.wikimedia.org.
GuidGenerator - Interface in org.wikidata.wdtk.wikibaseapi
 

H

hashCode() - Method in class org.wikidata.wdtk.wikibaseapi.EditingResult
 
HttpCookieWrapper(String, String, String, String, String, int, String, String, boolean, boolean, int, boolean) - Constructor for class org.wikidata.wdtk.wikibaseapi.BasicApiConnection.HttpCookieWrapper
 

I

ids - Variable in class org.wikidata.wdtk.wikibaseapi.WbGetEntitiesActionData
List of ids for entities.
implodeObjects(Iterable<?>) - Static method in class org.wikidata.wdtk.wikibaseapi.ApiConnection
Builds a string that serializes a list of objects separated by the pipe character.
initUpdatesFromCurrentValues(Collection<MonolingualTextValue>) - Method in class org.wikidata.wdtk.wikibaseapi.TermStatementUpdate
Deprecated.
Initializes the list of current values for a type of terms (label or description).
isEmptyEdit() - Method in class org.wikidata.wdtk.wikibaseapi.StatementUpdate
Deprecated.
Returns true when the edit is not going to change anything on the item.
isEmptyEdit() - Method in class org.wikidata.wdtk.wikibaseapi.TermStatementUpdate
Deprecated.
Is this change null? (Which means that nothing at all will be changed on the item.)
isLoggedIn() - Method in class org.wikidata.wdtk.wikibaseapi.ApiConnection
Returns true if a user is logged in.
isSameSnakSet(Iterator<Snak>, Iterator<Snak>) - Method in class org.wikidata.wdtk.wikibaseapi.StatementUpdate
Deprecated.
Compares two sets of snaks, given by iterators.

L

lag - Variable in exception org.wikidata.wdtk.wikibaseapi.apierrors.MaxlagErrorException
 
language - Variable in class org.wikidata.wdtk.wikibaseapi.WbGetEntitiesSearchData
search in this language.
languages - Variable in class org.wikidata.wdtk.wikibaseapi.WbGetEntitiesActionData
List of language codes for restricting language-specific data.
limit - Variable in class org.wikidata.wdtk.wikibaseapi.WbGetEntitiesSearchData
maximal number of results no more than 50 (500 for bots) allowed.
loggedIn - Variable in class org.wikidata.wdtk.wikibaseapi.ApiConnection
True after successful login.
login(String, String) - Method in class org.wikidata.wdtk.wikibaseapi.BasicApiConnection
Logs in using the specified user credentials.
login(String, String, BasicApiConnection.ILogin) - Method in class org.wikidata.wdtk.wikibaseapi.BasicApiConnection
Login function that contains token logic and a function as parameter
LoginFailedException - Exception in org.wikidata.wdtk.wikibaseapi
This exception is thrown when a login was not successful.
LoginFailedException(String) - Constructor for exception org.wikidata.wdtk.wikibaseapi.LoginFailedException
 
LoginFailedException(String, Throwable) - Constructor for exception org.wikidata.wdtk.wikibaseapi.LoginFailedException
 
LoginValue - Enum in org.wikidata.wdtk.wikibaseapi
 
logout() - Method in class org.wikidata.wdtk.wikibaseapi.ApiConnection
Logs the current user out.
logout() - Method in class org.wikidata.wdtk.wikibaseapi.BasicApiConnection
Logs the current user out.
logout() - Method in class org.wikidata.wdtk.wikibaseapi.OAuthApiConnection
Forgets the OAuth credentials locally.
logWarnings(JsonNode) - Method in class org.wikidata.wdtk.wikibaseapi.ApiConnection
Extracts and logs any warnings that are returned in an API response.

M

MalformedResponseException - Exception in org.wikidata.wdtk.wikibaseapi
Exception thrown when response from Wikibase API cannot be parsed.
MalformedResponseException(String) - Constructor for exception org.wikidata.wdtk.wikibaseapi.MalformedResponseException
Constructs MalformedResponseException with the specified detail message.
MalformedResponseException(String, Throwable) - Constructor for exception org.wikidata.wdtk.wikibaseapi.MalformedResponseException
Constructs MalformedResponseException with the specified detail message and cause.
markStatementsForDeletion(StatementDocument, List<Statement>) - Method in class org.wikidata.wdtk.wikibaseapi.StatementUpdate
Deprecated.
Marks the given list of statements for deletion.
markStatementsForInsertion(StatementDocument, List<Statement>) - Method in class org.wikidata.wdtk.wikibaseapi.StatementUpdate
Deprecated.
Marks a given list of statements for insertion into the current document.
markStatementsForUpdate(StatementDocument, List<Statement>, List<Statement>) - Method in class org.wikidata.wdtk.wikibaseapi.StatementUpdate
Deprecated.
Marks the given lists of statements for being added to or deleted from the given document, respectively.
MaxlagErrorException - Exception in org.wikidata.wdtk.wikibaseapi.apierrors
Exception to indicate a MediaWiki API error caused by exceeding the maxlag parameter.
MaxlagErrorException(String) - Constructor for exception org.wikidata.wdtk.wikibaseapi.apierrors.MaxlagErrorException
Creates a new exception.
MaxlagErrorException(String, double) - Constructor for exception org.wikidata.wdtk.wikibaseapi.apierrors.MaxlagErrorException
Creates an exception which also stores the lag announced by the server.
MediaInfoIdQueryAction - Class in org.wikidata.wdtk.wikibaseapi
Action for MediaInfoId retrieval.
MediaInfoIdQueryAction(ApiConnection, String) - Constructor for class org.wikidata.wdtk.wikibaseapi.MediaInfoIdQueryAction
 
MediaWikiApiErrorException - Exception in org.wikidata.wdtk.wikibaseapi.apierrors
Exception for reporting general MediaWiki API errors.
MediaWikiApiErrorException(String, String) - Constructor for exception org.wikidata.wdtk.wikibaseapi.apierrors.MediaWikiApiErrorException
Creates a new exception for the given error code and message.
MediaWikiApiErrorHandler - Class in org.wikidata.wdtk.wikibaseapi.apierrors
Class to interpret MediaWiki API errors.
MediaWikiApiErrorHandler() - Constructor for class org.wikidata.wdtk.wikibaseapi.apierrors.MediaWikiApiErrorHandler
 
mergeReferences(List<? extends Reference>, List<? extends Reference>) - Method in class org.wikidata.wdtk.wikibaseapi.StatementUpdate
Deprecated.
Merges two lists of references, eliminating duplicates in the process.
monolingualToJackson(MonolingualTextValue) - Method in class org.wikidata.wdtk.wikibaseapi.TermStatementUpdate
Deprecated.
Creates a monolingual value that is suitable for JSON serialization.

N

NeedLoginTokenException - Exception in org.wikidata.wdtk.wikibaseapi
This exception could be caused by a login action if there are problems with the login token or the session id.
NeedLoginTokenException(String) - Constructor for exception org.wikidata.wdtk.wikibaseapi.NeedLoginTokenException
 
NoSuchEntityErrorException - Exception in org.wikidata.wdtk.wikibaseapi.apierrors
Exception to indicate a MediaWiki API error caused by trying to access an entity that does not exist.
NoSuchEntityErrorException(String) - Constructor for exception org.wikidata.wdtk.wikibaseapi.apierrors.NoSuchEntityErrorException
Creates a new exception.
nullEdit(EntityIdValue) - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataEditor
Performs a null edit on an entity.
nullEdit(ItemIdValue) - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataEditor
Deprecated.
Use WikibaseDataEditor.nullEdit(EntityIdValue) instead. Performs a null edit on an item. This has some effects on Wikibase, such as refreshing the labels of the referred items in the UI.
nullEdit(PropertyIdValue) - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataEditor
Deprecated.
Use WikibaseDataEditor.nullEdit(EntityIdValue) instead. Performs a null edit on a property. This has some effects on Wikibase, such as refreshing the labels of the referred items in the UI.
nullEdit(T) - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataEditor
Performs a null edit on an entity.

O

OAuthApiConnection - Class in org.wikidata.wdtk.wikibaseapi
A connection to the MediaWiki/Wikibase API which uses OAuth for authentication.
OAuthApiConnection(String, String, String, String, String) - Constructor for class org.wikidata.wdtk.wikibaseapi.OAuthApiConnection
Constructs an OAuth connection to the given MediaWiki API endpoint.
OAuthApiConnection(String, String, String, String, String, String, boolean, Map<String, String>, int, int) - Constructor for class org.wikidata.wdtk.wikibaseapi.OAuthApiConnection
Deserializes an existing OAuthApiConnection from JSON.
of(String) - Static method in enum org.wikidata.wdtk.wikibaseapi.LoginValue
 
offset - Variable in class org.wikidata.wdtk.wikibaseapi.WbGetEntitiesSearchData
offset where to continue a search this parameter is called "continue" in the API (which is a Java keyword).
org.wikidata.wdtk.wikibaseapi - package org.wikidata.wdtk.wikibaseapi
Components for accessing the Web API of a Wikibase website, such as wikidata.org.
org.wikidata.wdtk.wikibaseapi.apierrors - package org.wikidata.wdtk.wikibaseapi.apierrors
 

P

PARAM_ACTION - Static variable in class org.wikidata.wdtk.wikibaseapi.ApiConnection
Name of the HTTP parameter to submit an action to the API.
PARAM_FORMAT - Static variable in class org.wikidata.wdtk.wikibaseapi.ApiConnection
Name of the HTTP parameter to submit the requested result format to the API.
performEdit(WbEditingAction, boolean, String, List<String>) - Method in class org.wikidata.wdtk.wikibaseapi.StatementUpdate
Deprecated.
Performs the update, selecting the appropriate API action depending on the nature of the change.
performEdit(WbEditingAction, boolean, String, List<String>) - Method in class org.wikidata.wdtk.wikibaseapi.TermStatementUpdate
Deprecated.
Performs the update, selecting the appropriate API action depending on the nature of the change.
processAliases(List<MonolingualTextValue>, List<MonolingualTextValue>) - Method in class org.wikidata.wdtk.wikibaseapi.TermStatementUpdate
Deprecated.
Processes changes on aliases, updating the planned state of the item.
processDescriptions(List<MonolingualTextValue>) - Method in class org.wikidata.wdtk.wikibaseapi.TermStatementUpdate
Deprecated.
Adds descriptions to the item.
processLabels(List<MonolingualTextValue>) - Method in class org.wikidata.wdtk.wikibaseapi.TermStatementUpdate
Deprecated.
Adds labels to the item
props - Variable in class org.wikidata.wdtk.wikibaseapi.WbGetEntitiesActionData
List of strings that define which data should be returned.

R

RandomGuidGenerator - Class in org.wikidata.wdtk.wikibaseapi
Generates fresh hashes for new statements, snaks or references, based on Java's own random generator (java.util.UUID).
RandomGuidGenerator() - Constructor for class org.wikidata.wdtk.wikibaseapi.RandomGuidGenerator
 
readTimeout - Variable in class org.wikidata.wdtk.wikibaseapi.ApiConnection
Maximum time to wait for a server response once the connection was established.

S

search - Variable in class org.wikidata.wdtk.wikibaseapi.WbGetEntitiesSearchData
search for this text.
searchEntities(String) - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataFetcher
 
searchEntities(String, String) - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataFetcher
 
searchEntities(String, Long) - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataFetcher
 
searchEntities(String, String, Long) - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataFetcher
 
searchEntities(WbGetEntitiesSearchData) - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataFetcher
 
sendJsonRequest(String, Map<String, String>) - Method in class org.wikidata.wdtk.wikibaseapi.ApiConnection
Sends a request to the API with the given parameters and the given request method and returns the result JSON tree.
sendJsonRequest(String, Map<String, String>, Map<String, ImmutablePair<String, File>>) - Method in class org.wikidata.wdtk.wikibaseapi.ApiConnection
Sends a request to the API with the given parameters and the given request method and returns the result JSON tree.
sendRequest(String, Map<String, String>, Map<String, ImmutablePair<String, File>>) - Method in class org.wikidata.wdtk.wikibaseapi.ApiConnection
Sends a request to the API with the given parameters and the given request method and returns the result string.
setAverageTimePerEdit(int) - Method in class org.wikidata.wdtk.wikibaseapi.WbEditingAction
Sets the average time that a single edit should take, measured in milliseconds.
setAverageTimePerEdit(int) - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataEditor
Sets the average time that a single edit should take, measured in milliseconds.
setConnectTimeout(int) - Method in class org.wikidata.wdtk.wikibaseapi.ApiConnection
Sets the maximum time to wait for when establishing a connection, in milliseconds.
setEditAsBot(boolean) - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataEditor
Switches the use of the bot parameter on or of.
setGuidGenerator(GuidGenerator) - Method in class org.wikidata.wdtk.wikibaseapi.StatementUpdate
Deprecated.
Sets the GUID generator for this statement update.
setMaxLag(int) - Method in class org.wikidata.wdtk.wikibaseapi.WbEditingAction
Set the value of the maxlag parameter.
setMaxLag(int) - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataEditor
Set the value of the maxlag parameter.
setMaxLagBackOffFactor(double) - Method in class org.wikidata.wdtk.wikibaseapi.WbEditingAction
Factor by which the wait time between two maxlag retries should be multiplied at each attempt.
setMaxLagBackOffFactor(double) - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataEditor
Factor by which the wait time between two maxlag retries should be multiplied at each attempt.
setMaxLagFirstWaitTime(int) - Method in class org.wikidata.wdtk.wikibaseapi.WbEditingAction
Initial wait time in milliseconds, when an edit fails for the first time because of a high lag.
setMaxLagFirstWaitTime(int) - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataEditor
Initial wait time in milliseconds, when an edit fails for the first time because of a high lag.
setMaxLagMaxRetries(int) - Method in class org.wikidata.wdtk.wikibaseapi.WbEditingAction
Number of times we should retry if an editing action fails because the lag is too high.
setMaxLagMaxRetries(int) - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataEditor
Number of times we should retry if an editing action fails because the lag is too high.
setReadTimeout(int) - Method in class org.wikidata.wdtk.wikibaseapi.ApiConnection
Sets the maximum time to wait for a server response once the connection was established, in milliseconds.
setRemainingEdits(int) - Method in class org.wikidata.wdtk.wikibaseapi.WbEditingAction
Sets the number of edits that this object can still perform.
setRemainingEdits(int) - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataEditor
Sets the number of edits that this object can still perform.
sitefilter - Variable in class org.wikidata.wdtk.wikibaseapi.WbGetEntitiesActionData
List of site keys for restricting site links.
sites - Variable in class org.wikidata.wdtk.wikibaseapi.WbGetEntitiesActionData
List of site keys.
STATEMENT_GUID_SEPARATOR - Static variable in interface org.wikidata.wdtk.wikibaseapi.GuidGenerator
 
StatementUpdate - Class in org.wikidata.wdtk.wikibaseapi
Deprecated.
Use WikibaseDataEditor.editEntityDocument(EntityUpdate, boolean, String, List) instead. Class to plan a statement update operation.
StatementUpdate(StatementDocument, List<Statement>, List<Statement>) - Constructor for class org.wikidata.wdtk.wikibaseapi.StatementUpdate
Deprecated.
Constructor.
strictlanguage - Variable in class org.wikidata.wdtk.wikibaseapi.WbGetEntitiesSearchData
whether to disable language fallback.

T

TagsApplyNotAllowedException - Exception in org.wikidata.wdtk.wikibaseapi.apierrors
Error thrown when one of the supplied tags for an edit does not exist or cannot be applied manually.
TagsApplyNotAllowedException(String) - Constructor for exception org.wikidata.wdtk.wikibaseapi.apierrors.TagsApplyNotAllowedException
Creates a new exception.
TermStatementUpdate - Class in org.wikidata.wdtk.wikibaseapi
Deprecated.
Use WikibaseDataEditor.editEntityDocument(EntityUpdate, boolean, String, List) instead. This class extends StatementUpdate to support update to terms (labels, descriptions and aliases). Various safeguards are implemented in this interface: - aliases are added and deleted independently - duplicate aliases cannot be added - adding an alias in a language that does not have a label sets the label instead
TermStatementUpdate(TermedStatementDocument, List<Statement>, List<Statement>, List<MonolingualTextValue>, List<MonolingualTextValue>, List<MonolingualTextValue>, List<MonolingualTextValue>) - Constructor for class org.wikidata.wdtk.wikibaseapi.TermStatementUpdate
Deprecated.
Constructor.
throwMediaWikiApiErrorException(String, String) - Static method in class org.wikidata.wdtk.wikibaseapi.apierrors.MediaWikiApiErrorHandler
Creates and throws a suitable MediaWikiApiErrorException for the given error code and message.
titles - Variable in class org.wikidata.wdtk.wikibaseapi.WbGetEntitiesActionData
List of page titles.
toHttpCookie() - Method in class org.wikidata.wdtk.wikibaseapi.BasicApiConnection.HttpCookieWrapper
 
TokenErrorException - Exception in org.wikidata.wdtk.wikibaseapi.apierrors
Exception to indicate a MediaWiki API error caused by missing or invalid token.
TokenErrorException(String, String) - Constructor for exception org.wikidata.wdtk.wikibaseapi.apierrors.TokenErrorException
Creates a new exception.
tokens - Variable in class org.wikidata.wdtk.wikibaseapi.ApiConnection
Map of requested tokens.
toString() - Method in class org.wikidata.wdtk.wikibaseapi.EditingResult
 
type - Variable in class org.wikidata.wdtk.wikibaseapi.WbGetEntitiesSearchData
search for this type of entity One of the following values: item, property.

U

updateStatements(ItemIdValue, List<Statement>, List<Statement>, String, List<String>) - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataEditor
Deprecated.
Use WikibaseDataEditor.editEntityDocument(EntityUpdate, boolean, String, List) instead. Updates the statements of the item document identified by the given item id. The updates are computed with respect to the current data found online, making sure that no redundant deletions or duplicate insertions happen. The references of duplicate statements will be merged.
updateStatements(PropertyIdValue, List<Statement>, List<Statement>, String, List<String>) - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataEditor
Deprecated.
Use WikibaseDataEditor.editEntityDocument(EntityUpdate, boolean, String, List) instead. Updates the statements of the property document identified by the given property id. The computation of updates is the same as for WikibaseDataEditor.updateStatements(ItemIdValue, List, List, String, List).
updateStatements(T, List<Statement>, List<Statement>, String, List<String>) - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataEditor
Deprecated.
Use WikibaseDataEditor.editEntityDocument(EntityUpdate, boolean, String, List) instead. Updates statements of the given document. The document should be the current revision of the data that is to be updated. The updates are computed with respect to the data found in the document, making sure that no redundant deletions or duplicate insertions happen. The references of duplicate statements will be merged.

The generic type T of this method must be a general interface such as ItemDocument, PropertyDocument, or StatementDocument. Specific implementations of these interfaces are not permitted.

updateTermsStatements(ItemIdValue, List<MonolingualTextValue>, List<MonolingualTextValue>, List<MonolingualTextValue>, List<MonolingualTextValue>, List<Statement>, List<Statement>, String, List<String>) - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataEditor
Deprecated.
Use WikibaseDataEditor.editEntityDocument(EntityUpdate, boolean, String, List) instead. Updates the terms and statements of the item document identified by the given item id. The updates are computed with respect to the current data found online, making sure that no redundant deletions or duplicate insertions happen. The references of duplicate statements will be merged. The labels and aliases in a given language are kept distinct.
updateTermsStatements(T, List<MonolingualTextValue>, List<MonolingualTextValue>, List<MonolingualTextValue>, List<MonolingualTextValue>, List<Statement>, List<Statement>, String, List<String>) - Method in class org.wikidata.wdtk.wikibaseapi.WikibaseDataEditor
Deprecated.
Use WikibaseDataEditor.editEntityDocument(EntityUpdate, boolean, String, List) instead. Updates the terms and statements of the current document. The updates are computed with respect to the current data in the document, making sure that no redundant deletions or duplicate insertions happen. The references of duplicate statements will be merged. The labels and aliases in a given language are kept distinct.
URL_TEST_WIKIDATA_API - Static variable in class org.wikidata.wdtk.wikibaseapi.ApiConnection
URL of the API of test.wikidata.org.
URL_WIKIDATA_API - Static variable in class org.wikidata.wdtk.wikibaseapi.ApiConnection
URL of the API of wikidata.org.
URL_WIKIMEDIA_COMMONS_API - Static variable in class org.wikidata.wdtk.wikibaseapi.ApiConnection
URL of the API of commons.wikimedia.org.
URLENCODED_MEDIA_TYPE - Static variable in class org.wikidata.wdtk.wikibaseapi.ApiConnection
 
uselang - Variable in class org.wikidata.wdtk.wikibaseapi.WbGetEntitiesSearchData
get response in this language.
username - Variable in class org.wikidata.wdtk.wikibaseapi.ApiConnection
User name used to log in.

V

valueOf(String) - Static method in enum org.wikidata.wdtk.wikibaseapi.LoginValue
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.wikidata.wdtk.wikibaseapi.LoginValue
Returns an array containing the constants of this enum type, in the order they are declared.

W

wbEditEntity(String, String, String, String, String, boolean, boolean, long, String, List<String>) - Method in class org.wikidata.wdtk.wikibaseapi.WbEditingAction
Executes the API action "wbeditentity" for the given parameters.
WbEditingAction - Class in org.wikidata.wdtk.wikibaseapi
Java implementation for the wbeditentity API action.
WbEditingAction(ApiConnection, String) - Constructor for class org.wikidata.wdtk.wikibaseapi.WbEditingAction
Creates an object to modify data on a Wikibase site.
wbGetEntities(WbGetEntitiesActionData) - Method in class org.wikidata.wdtk.wikibaseapi.WbGetEntitiesAction
Creates a map of identifiers or page titles to documents retrieved via the API URL
wbGetEntities(String, String, String, String, String, String) - Method in class org.wikidata.wdtk.wikibaseapi.WbGetEntitiesAction
Creates a map of identifiers or page titles to documents retrieved via the API.
WbGetEntitiesAction - Class in org.wikidata.wdtk.wikibaseapi
Java implementation of the wbgetentities action.
WbGetEntitiesAction(ApiConnection, String) - Constructor for class org.wikidata.wdtk.wikibaseapi.WbGetEntitiesAction
Creates an object to fetch data from the given ApiConnection.
WbGetEntitiesActionData - Class in org.wikidata.wdtk.wikibaseapi
This class is a simple record that holds the properties of an wbgetentities action request.
WbGetEntitiesActionData() - Constructor for class org.wikidata.wdtk.wikibaseapi.WbGetEntitiesActionData
 
WbGetEntitiesSearchData - Class in org.wikidata.wdtk.wikibaseapi
This class is a simple record that holds the properties of an wbgetentities action request.
WbGetEntitiesSearchData() - Constructor for class org.wikidata.wdtk.wikibaseapi.WbGetEntitiesSearchData
 
wbRemoveClaims(List<String>, boolean, long, String, List<String>) - Method in class org.wikidata.wdtk.wikibaseapi.WbEditingAction
Executes the API action "wbremoveclaims" for the given parameters.
wbSearchEntities(WbGetEntitiesSearchData) - Method in class org.wikidata.wdtk.wikibaseapi.WbSearchEntitiesAction
 
wbSearchEntities(String, String, Boolean, String, Long, Long) - Method in class org.wikidata.wdtk.wikibaseapi.WbSearchEntitiesAction
Keeping this for backwards compatibility, the real action happens in WbSearchEntitiesAction.wbSearchEntities(String, String, Boolean, String, Long, Long, String)
wbSearchEntities(String, String, Boolean, String, Long, Long, String) - Method in class org.wikidata.wdtk.wikibaseapi.WbSearchEntitiesAction
Executes the API action "wbsearchentity" for the given parameters.
WbSearchEntitiesAction - Class in org.wikidata.wdtk.wikibaseapi
Java implementation of the wbsearchentities action.
WbSearchEntitiesAction(ApiConnection, String) - Constructor for class org.wikidata.wdtk.wikibaseapi.WbSearchEntitiesAction
Creates an object to fetch data from the given ApiConnection.
WbSearchEntitiesResult - Interface in org.wikidata.wdtk.wikibaseapi
Represents the result of a wbsearchentities action.
WbSearchEntitiesResult.Match - Interface in org.wikidata.wdtk.wikibaseapi
Represents information about how a document matched the query
wbSetAliases(String, String, String, String, String, List<String>, List<String>, List<String>, boolean, long, String, List<String>) - Method in class org.wikidata.wdtk.wikibaseapi.WbEditingAction
Executes the API action "wbsetaliases" for the given parameters.
wbSetClaim(String, boolean, long, String, List<String>) - Method in class org.wikidata.wdtk.wikibaseapi.WbEditingAction
Executes the API action "wbsetclaim" for the given parameters.
wbSetDescription(String, String, String, String, String, String, boolean, long, String, List<String>) - Method in class org.wikidata.wdtk.wikibaseapi.WbEditingAction
Executes the API action "wbsetlabel" for the given parameters.
wbSetLabel(String, String, String, String, String, String, boolean, long, String, List<String>) - Method in class org.wikidata.wdtk.wikibaseapi.WbEditingAction
Executes the API action "wbsetlabel" for the given parameters.
WikibaseDataEditor - Class in org.wikidata.wdtk.wikibaseapi
Class that provides high-level editing functionality for Wikibase data.
WikibaseDataEditor(ApiConnection, String) - Constructor for class org.wikidata.wdtk.wikibaseapi.WikibaseDataEditor
Creates an object to edit data via the Web API of the given ApiConnection object.
WikibaseDataEditor(ApiConnection, String, GuidGenerator) - Constructor for class org.wikidata.wdtk.wikibaseapi.WikibaseDataEditor
Creates an object to edit data via the Web API of the given ApiConnection object.
WikibaseDataFetcher - Class in org.wikidata.wdtk.wikibaseapi
Simple class to fetch data from Wikibase via the online API.
WikibaseDataFetcher(ApiConnection, String) - Constructor for class org.wikidata.wdtk.wikibaseapi.WikibaseDataFetcher
Creates an object to fetch data from API with the given ApiConnection object.
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links

Copyright © 2014–2024 Wikidata Toolkit Developers. Generated from source code published under the Apache License 2.0. For more information, see the Wikidata Toolkit homepage