- defaultTimeoutInSeconds - Static variable in class dw.xmlrpc.DokuJClientConfig
-
- defaultUserAgent - Static variable in class dw.xmlrpc.DokuJClientConfig
-
- defaultXMLRPCClientFlags - Static variable in class dw.xmlrpc.DokuJClientConfig
-
- delAcl(String, String) - Method in class dw.xmlrpc.DokuJClient
-
Only available for dokuwiki-2013-12-08 (Binky) or newer
- deleteAttachment(String) - Method in class dw.xmlrpc.DokuJClient
-
Deletes a file.
- DokuAttachmentStillReferenced - Exception in dw.xmlrpc.exception
-
Thrown when one tries to delete a distant media still referenced.
- DokuAttachmentStillReferenced(Throwable) - Constructor for exception dw.xmlrpc.exception.DokuAttachmentStillReferenced
-
- DokuAttachmentUploadException - Exception in dw.xmlrpc.exception
-
- DokuAttachmentUploadException(String, Throwable) - Constructor for exception dw.xmlrpc.exception.DokuAttachmentUploadException
-
- DokuBadUrlException - Exception in dw.xmlrpc.exception
-
Thrown when a bad url has been provided
- DokuBadUrlException(String, Throwable) - Constructor for exception dw.xmlrpc.exception.DokuBadUrlException
-
- DokuDeleteAttachmentException - Exception in dw.xmlrpc.exception
-
Thrown when an attempt to delete a file on the wiki failed
- DokuDeleteAttachmentException(Throwable) - Constructor for exception dw.xmlrpc.exception.DokuDeleteAttachmentException
-
- DokuDistantFileDoesntExistException - Exception in dw.xmlrpc.exception
-
Thrown when one attemps to work on a file which doesn't exist on the wiki
- DokuDistantFileDoesntExistException(Throwable) - Constructor for exception dw.xmlrpc.exception.DokuDistantFileDoesntExistException
-
- DokuEmptyNewPageException - Exception in dw.xmlrpc.exception
-
Thrown by Dokuwiki when one try to use putPage with an empty page content
if the page doesn't exist yet (or has alreay been deleted)
- DokuEmptyNewPageException(Throwable) - Constructor for exception dw.xmlrpc.exception.DokuEmptyNewPageException
-
- DokuException - Exception in dw.xmlrpc.exception
-
Generic exception
- DokuException(Throwable) - Constructor for exception dw.xmlrpc.exception.DokuException
-
- DokuException(String, Throwable) - Constructor for exception dw.xmlrpc.exception.DokuException
-
- DokuException(String) - Constructor for exception dw.xmlrpc.exception.DokuException
-
- DokuIncompatibleVersionException - Exception in dw.xmlrpc.exception
-
- DokuIncompatibleVersionException(String) - Constructor for exception dw.xmlrpc.exception.DokuIncompatibleVersionException
-
- DokuInvalidTimeStampException - Exception in dw.xmlrpc.exception
-
Thrown when an invalid timestamp is provided
- DokuInvalidTimeStampException(Throwable) - Constructor for exception dw.xmlrpc.exception.DokuInvalidTimeStampException
-
- DokuJClient - Class in dw.xmlrpc
-
Main public class to actually make an xmlrpc query
Instantiate one such client for a given wiki and a given user, then make
xmlrpc query using its methods.
- DokuJClient(String, String, String) - Constructor for class dw.xmlrpc.DokuJClient
-
Instantiate a client for the given user on the given wiki
The wiki should be configured in a way to let this user access the
xmlrpc interface
- DokuJClient(String) - Constructor for class dw.xmlrpc.DokuJClient
-
Instantiate a client for an anonymous user on the given wiki
Likely to be unsuitable for most wiki since anonymous user are often
not authorized to use the xmlrpc interface
- DokuJClient(DokuJClientConfig) - Constructor for class dw.xmlrpc.DokuJClient
-
- DokuJClientConfig - Class in dw.xmlrpc
-
- DokuJClientConfig(String) - Constructor for class dw.xmlrpc.DokuJClientConfig
-
- DokuJClientConfig(URL) - Constructor for class dw.xmlrpc.DokuJClientConfig
-
- DokuMethodDoesNotExistsException - Exception in dw.xmlrpc.exception
-
- DokuMethodDoesNotExistsException(String, Throwable) - Constructor for exception dw.xmlrpc.exception.DokuMethodDoesNotExistsException
-
- DokuMisConfiguredWikiException - Exception in dw.xmlrpc.exception
-
- DokuMisConfiguredWikiException(String, Throwable) - Constructor for exception dw.xmlrpc.exception.DokuMisConfiguredWikiException
-
- DokuNoChangesException - Exception in dw.xmlrpc.exception
-
Thrown when one looked out for changes when there are none
- DokuNoChangesException(Throwable) - Constructor for exception dw.xmlrpc.exception.DokuNoChangesException
-
- DokuPageDoesNotExistException - Exception in dw.xmlrpc.exception
-
- DokuPageDoesNotExistException(Throwable) - Constructor for exception dw.xmlrpc.exception.DokuPageDoesNotExistException
-
- DokuPageLockedException - Exception in dw.xmlrpc.exception
-
Thrown when one tries to edit a page locked by someone else
- DokuPageLockedException(Throwable) - Constructor for exception dw.xmlrpc.exception.DokuPageLockedException
-
- DokuTimeoutException - Exception in dw.xmlrpc.exception
-
Thrown when a call timeout
- DokuTimeoutException(Throwable) - Constructor for exception dw.xmlrpc.exception.DokuTimeoutException
-
- DokuUnauthorizedException - Exception in dw.xmlrpc.exception
-
Thrown when a user attempts to make a query he isn't allowed to.
- DokuUnauthorizedException(Throwable) - Constructor for exception dw.xmlrpc.exception.DokuUnauthorizedException
-
- DokuUnauthorizedException(String, Throwable) - Constructor for exception dw.xmlrpc.exception.DokuUnauthorizedException
-
- DokuUnknownException - Exception in dw.xmlrpc.exception
-
Thrown when an xmlrpc query failed for an unknown reason.
- DokuUnknownException(Throwable) - Constructor for exception dw.xmlrpc.exception.DokuUnknownException
-
- DokuUnknownException(String, Throwable) - Constructor for exception dw.xmlrpc.exception.DokuUnknownException
-
- DokuWordblockException - Exception in dw.xmlrpc.exception
-
Thrown if a page can't be edited because of a wordblock.
- DokuWordblockException(Throwable) - Constructor for exception dw.xmlrpc.exception.DokuWordblockException
-
- dw.cli - package dw.cli
-
- dw.cli.commands - package dw.cli.commands
-
- dw.xmlrpc - package dw.xmlrpc
-
- dw.xmlrpc.exception - package dw.xmlrpc.exception
-
- genericQuery(String) - Method in class dw.xmlrpc.DokuJClient
-
Let execute any xmlrpc query without argument
- genericQuery(String, Object) - Method in class dw.xmlrpc.DokuJClient
-
Let execute any xmlrpc query with one argument
- genericQuery(String, Object[]) - Method in class dw.xmlrpc.DokuJClient
-
Let execute any xmlrpc query with an arbitrary number of arguments
- getAllPages() - Method in class dw.xmlrpc.DokuJClient
-
Returns a list of all Wiki pages in the remote Wiki
- getAttachment(String, String) - Method in class dw.xmlrpc.DokuJClient
-
Let download a file from the wiki
- getAttachment(String) - Method in class dw.xmlrpc.DokuJClient
-
Let download a file from the wiki
- getAttachmentInfo(String) - Method in class dw.xmlrpc.DokuJClient
-
Returns information about a media file
- getAttachments(String) - Method in class dw.xmlrpc.DokuJClient
-
Returns information about a list of media files in a given namespace
- getAttachments(String, Map<String, Object>) - Method in class dw.xmlrpc.DokuJClient
-
Returns information about a list of media files in a given namespace
- getBackLinks(String) - Method in class dw.xmlrpc.DokuJClient
-
Returns a list of backlinks of a Wiki page
- getCliOptions() - Method in class dw.cli.OptionParser
-
- getCommandArguments() - Method in class dw.cli.OptionParser
-
- getHelpMessage() - Method in class dw.cli.OptionParser
-
- getPage(String) - Method in class dw.xmlrpc.DokuJClient
-
Returns the raw Wiki text for a page
- getPageHTML(String) - Method in class dw.xmlrpc.DokuJClient
-
Returns the rendered XHTML body of a Wiki page
- getPageHTMLVersion(String, Integer) - Method in class dw.xmlrpc.DokuJClient
-
Returns the rendered HTML of a specific version of a Wiki page
- getPageInfo(String) - Method in class dw.xmlrpc.DokuJClient
-
Returns information about a Wiki page
- getPageInfoVersion(String, Integer) - Method in class dw.xmlrpc.DokuJClient
-
Returns information about a specific version of a Wiki page
- getPagelist(String) - Method in class dw.xmlrpc.DokuJClient
-
Lists all pages within a given namespace
- getPagelist(String, Map<String, Object>) - Method in class dw.xmlrpc.DokuJClient
-
Lists all pages within a given namespace
- getPageVersion(String, Integer) - Method in class dw.xmlrpc.DokuJClient
-
Returns the raw Wiki text for a specific revision of a Wiki page.
- getPageVersions(String) - Method in class dw.xmlrpc.DokuJClient
-
Returns the available versions of a Wiki page.
- getPageVersions(String, Integer) - Method in class dw.xmlrpc.DokuJClient
-
Returns the available versions of a Wiki page.
- getRecentChanges(Integer) - Method in class dw.xmlrpc.DokuJClient
-
Returns a list of recent changes since a given timestamp
According to Dokuwiki documentation (https://www.dokuwiki.org/recent_changes):
* Only the most recent change for each page is listed, regardless of how many times that page was changed.
- getRecentChanges(Date) - Method in class dw.xmlrpc.DokuJClient
-
- getRecentMediaChanges(Integer) - Method in class dw.xmlrpc.DokuJClient
-
Returns a list of recent changed media since given timestamp
- getRecentMediaChanges(Date) - Method in class dw.xmlrpc.DokuJClient
-
- getRPCVersionSupported() - Method in class dw.xmlrpc.DokuJClient
-
Returns the supported RPC API version
cf http://www.jspwiki.org/wiki/WikiRPCInterface2 for more info
- getTime() - Method in class dw.xmlrpc.DokuJClient
-
Returns the current time at the remote wiki server as Unix timestamp
- getTitle() - Method in class dw.xmlrpc.DokuJClient
-
Returns the title of the wiki
- getUsage() - Method in class dw.cli.Command
-
- getUsage() - Static method in class dw.cli.OptionParser
-
- getVersion() - Method in class dw.xmlrpc.DokuJClient
-
Returns the DokuWiki version of the remote Wiki
- getXMLRPCAPIVersion() - Method in class dw.xmlrpc.DokuJClient
-
Returns the XML RPC interface version of the remote Wiki.