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

A

AclChanger - Class in dw.cli.commands
 
AclChanger(AclChanger.aclAction) - Constructor for class dw.cli.commands.AclChanger
 
AclChanger.aclAction - Enum in dw.cli.commands
 
aclCheck(String) - Method in class dw.xmlrpc.DokuJClient
Returns the permission of the given wikipage.
AclChecker - Class in dw.cli.commands
 
AclChecker() - Constructor for class dw.cli.commands.AclChecker
 
addAcl(String, String, int) - Method in class dw.xmlrpc.DokuJClient
Only available for dokuwiki-2013-12-08 (Binky) or newer
addLongFormatSwitch(JSAP) - Method in class dw.cli.Command
 
addPageIdOption(JSAP) - Method in class dw.cli.Command
 
AllPageGetter - Class in dw.cli.commands
 
AllPageGetter() - Constructor for class dw.cli.commands.AllPageGetter
 
appendPage(String, String) - Method in class dw.xmlrpc.DokuJClient
Appends text to a Wiki Page.
appendPage(String, String, String, boolean) - Method in class dw.xmlrpc.DokuJClient
Appends text to a Wiki Page.
appendPage(String, String, Map<String, Object>) - Method in class dw.xmlrpc.DokuJClient
Appends text to a Wiki Page.
AttachmentDeleter - Class in dw.cli.commands
 
AttachmentDeleter() - Constructor for class dw.cli.commands.AttachmentDeleter
 
AttachmentDetails - Class in dw.xmlrpc
Describes a file uploaded in the wiki as getAttachments would
AttachmentDetails(String, Integer, Date, Boolean, Boolean, Integer, String, Integer) - Constructor for class dw.xmlrpc.AttachmentDetails
 
AttachmentGetter - Class in dw.cli.commands
 
AttachmentGetter() - Constructor for class dw.cli.commands.AttachmentGetter
 
AttachmentInfo - Class in dw.xmlrpc
Describes a file uploaded in the wiki as getAttachmentInfo would
AttachmentInfo(String, Integer, Date) - Constructor for class dw.xmlrpc.AttachmentInfo
 
AttachmentInfoGetter - Class in dw.cli.commands
 
AttachmentInfoGetter() - Constructor for class dw.cli.commands.AttachmentInfoGetter
 
AttachmentPutter - Class in dw.cli.commands
 
AttachmentPutter() - Constructor for class dw.cli.commands.AttachmentPutter
 
AttachmentReader - Class in dw.cli.commands
 
AttachmentReader() - Constructor for class dw.cli.commands.AttachmentReader
 
author() - Method in class dw.xmlrpc.MediaChange
Author of this modification of the media
author() - Method in class dw.xmlrpc.PageChange
Author of the page
author() - Method in class dw.xmlrpc.PageInfo
Author of this version
author() - Method in class dw.xmlrpc.PageVersion
Author of the revision

B

BackLinksGetter - Class in dw.cli.commands
 
BackLinksGetter() - Constructor for class dw.cli.commands.BackLinksGetter
 
build(String) - Method in class dw.cli.CommandFactory
 

C

CliOptions - Class in dw.cli
 
CliOptions() - Constructor for class dw.cli.CliOptions
 
CliVersion - Class in dw.cli.commands
 
CliVersion() - Constructor for class dw.cli.commands.CliVersion
 
command - Variable in class dw.cli.CliOptions
 
Command - Class in dw.cli
 
Command() - Constructor for class dw.cli.Command
 
commandArguments - Variable in class dw.cli.CliOptions
 
commandExists(String) - Method in class dw.cli.CommandFactory
 
CommandFactory - Class in dw.cli
 
CommandFactory() - Constructor for class dw.cli.CommandFactory
 
commandList() - Static method in class dw.cli.CommandFactory
 
cookies() - Method in class dw.xmlrpc.DokuJClient
 

D

debug - Variable in class dw.cli.CliOptions
 
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
 

E

equals(Object) - Method in class dw.xmlrpc.LinkInfo
 
equals(Object) - Method in class dw.xmlrpc.LockResult
 
err - Variable in class dw.cli.Output
 
exitCode - Variable in class dw.cli.Output
 

F

file() - Method in class dw.xmlrpc.AttachmentDetails
name of the file

G

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
 
getDebug() - Method in class dw.xmlrpc.DokuJClientConfig
 
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.

H

hasDokuwikiCookies() - Method in class dw.xmlrpc.DokuJClient
 
hasFailure() - Method in class dw.xmlrpc.LockResult
 
hash() - Method in class dw.xmlrpc.PageDW
 
hashCode() - Method in class dw.xmlrpc.LinkInfo
 
hashCode() - Method in class dw.xmlrpc.LockResult
 
HelpPrinter - Class in dw.cli.commands
 
HelpPrinter(boolean) - Constructor for class dw.cli.commands.HelpPrinter
 
href() - Method in class dw.xmlrpc.LinkInfo
The complete URL

I

id() - Method in class dw.xmlrpc.AttachmentDetails
Media id (namespace + name)
id() - Method in class dw.xmlrpc.AttachmentInfo
Media id (namespace + name)
id() - Method in class dw.xmlrpc.MediaChange
Id of the media (namespace + name)
id() - Method in class dw.xmlrpc.Page
id of the page, that is namespace + name
id() - Method in class dw.xmlrpc.PageDW
 
id() - Method in class dw.xmlrpc.PageInfo
Id of the page (namespace + name)
id() - Method in class dw.xmlrpc.SearchResult
 
ip() - Method in class dw.xmlrpc.PageVersion
Ip who made this revision
isImg() - Method in class dw.xmlrpc.AttachmentDetails
Whether the file is an image or not
ItemListToStringCommand<T> - Class in dw.cli.commands
 
ItemListToStringCommand() - Constructor for class dw.cli.commands.ItemListToStringCommand
 
itemToString(Page) - Method in class dw.cli.commands.AllPageGetter
 
itemToString(AttachmentDetails) - Method in class dw.cli.commands.AttachmentReader
 
itemToString(String) - Method in class dw.cli.commands.BackLinksGetter
 
itemToString(T) - Method in class dw.cli.commands.ItemListToStringCommand
 
itemToString(LinkInfo) - Method in class dw.cli.commands.LinksLister
 
itemToString(PageDW) - Method in class dw.cli.commands.PageListGetter
 
itemToString(PageVersion) - Method in class dw.cli.commands.PageVersionsGetter
 
itemToString(PageChange) - Method in class dw.cli.commands.RecentChangesGetter
 
itemToString(MediaChange) - Method in class dw.cli.commands.RecentMediaChangesGetter
 
itemToString(SearchResult) - Method in class dw.cli.commands.Searcher
 

L

lastModified() - Method in class dw.xmlrpc.AttachmentDetails
Date of last modification of the file
lastModified() - Method in class dw.xmlrpc.AttachmentInfo
Date of last modification of the file
lastModified() - Method in class dw.xmlrpc.MediaChange
Date of this modification of the media
lastModified() - Method in class dw.xmlrpc.Page
Last modification date
lastModified() - Method in class dw.xmlrpc.PageChange
Date of the modification
lastModified() - Method in class dw.xmlrpc.PageVersion
Date of the revision
LinkInfo - Class in dw.xmlrpc
Describes a link in a wiki page
LinkInfo(String, String, String) - Constructor for class dw.xmlrpc.LinkInfo
 
LinkInfo(LinkInfo.Type, String, String) - Constructor for class dw.xmlrpc.LinkInfo
 
LinkInfo.Type - Enum in dw.xmlrpc
 
LinksLister - Class in dw.cli.commands
 
LinksLister() - Constructor for class dw.cli.commands.LinksLister
 
listLinks(String) - Method in class dw.xmlrpc.DokuJClient
Returns a list of all links contained in a Wiki page
lock(String) - Method in class dw.xmlrpc.DokuJClient
Lock a page
locked() - Method in class dw.xmlrpc.LockResult
Pages successfully locked
lockfail() - Method in class dw.xmlrpc.LockResult
Pages we failed to lock
LockResult - Class in dw.xmlrpc
Describes the result of an attempt to (un)lock pages
LockResult(Set<String>, Set<String>, Set<String>, Set<String>) - Constructor for class dw.xmlrpc.LockResult
 
LocksSetter - Class in dw.cli.commands
 
LocksSetter(boolean) - Constructor for class dw.cli.commands.LocksSetter
 
login(String, String) - Method in class dw.xmlrpc.DokuJClient
 
logoff() - Method in class dw.xmlrpc.DokuJClient
Tries to logoff by expiring auth cookies and the associated PHP session

M

main(String[]) - Static method in class dw.cli.Program
 
MediaChange - Class in dw.xmlrpc
Describes a revision of a media
MediaChange(String, Date, String, Integer, Integer, Integer) - Constructor for class dw.xmlrpc.MediaChange
 
modified() - Method in class dw.xmlrpc.PageInfo
Date of the modification of this version
modified() - Method in class dw.xmlrpc.PageVersion
Alias of lastModifie Provided because it's called this way by the xmlrpc query
mtime() - Method in class dw.xmlrpc.AttachmentDetails
upload date
mtime() - Method in class dw.xmlrpc.PageDW
 
mtime() - Method in class dw.xmlrpc.SearchResult
 

N

name() - Method in class dw.xmlrpc.PageChange
Alias for PageChange.pageId() This alias is provided because it is the way it is called by the xmlrpc method

O

OptionParser - Class in dw.cli
 
OptionParser(String[]) - Constructor for class dw.cli.OptionParser
 
OptionParser(String[], PasswordReader) - Constructor for class dw.cli.OptionParser
 
out - Variable in class dw.cli.Output
 
Output - Class in dw.cli
 
Output() - Constructor for class dw.cli.Output
 
Output(String) - Constructor for class dw.cli.Output
 
Output(String, int) - Constructor for class dw.cli.Output
 

P

page() - Method in class dw.xmlrpc.LinkInfo
The wiki page (or the complete URL if extern link)
Page - Class in dw.xmlrpc
Page as describe by the method getAllPage
Page(String, Integer, Date, Integer) - Constructor for class dw.xmlrpc.Page
 
PageChange - Class in dw.xmlrpc
Describe a page change, as returned by the getRecentChanges xmlrpc method
PageChange(String, Integer, Date, Integer, String, Integer) - Constructor for class dw.xmlrpc.PageChange
 
PageDW - Class in dw.xmlrpc
Page as describe by DokuWiki's xmlrpc method getPageList
PageDW(String, Integer, Integer, Integer, String) - Constructor for class dw.xmlrpc.PageDW
 
PageGetter - Class in dw.cli.commands
 
PageGetter() - Constructor for class dw.cli.commands.PageGetter
 
PageHtmlGetter - Class in dw.cli.commands
 
PageHtmlGetter() - Constructor for class dw.cli.commands.PageHtmlGetter
 
PageHtmlGetter(boolean) - Constructor for class dw.cli.commands.PageHtmlGetter
 
pageId() - Method in class dw.xmlrpc.PageChange
Id of the page changed
pageId() - Method in class dw.xmlrpc.PageVersion
Page id (namespace + name)
PageInfo - Class in dw.xmlrpc
Information about a wiki page
PageInfo(String, Date, String, Integer) - Constructor for class dw.xmlrpc.PageInfo
 
PageInfoGetter - Class in dw.cli.commands
 
PageInfoGetter() - Constructor for class dw.cli.commands.PageInfoGetter
 
PageInfoGetter(boolean) - Constructor for class dw.cli.commands.PageInfoGetter
 
PageListGetter - Class in dw.cli.commands
 
PageListGetter() - Constructor for class dw.cli.commands.PageListGetter
 
PagePutter - Class in dw.cli.commands
 
PagePutter() - Constructor for class dw.cli.commands.PagePutter
 
PagePutter(boolean) - Constructor for class dw.cli.commands.PagePutter
 
PagePutter(boolean, StdinReader) - Constructor for class dw.cli.commands.PagePutter
 
PageVersion - Class in dw.xmlrpc
Describe a version of a page.
PageVersion(String, String, String, String, String, Date, Integer) - Constructor for class dw.xmlrpc.PageVersion
 
PageVersionGetter - Class in dw.cli.commands
 
PageVersionGetter() - Constructor for class dw.cli.commands.PageVersionGetter
 
PageVersionsGetter - Class in dw.cli.commands
 
PageVersionsGetter() - Constructor for class dw.cli.commands.PageVersionsGetter
 
parse() - Method in class dw.cli.OptionParser
 
parseArguments(String[]) - Method in class dw.cli.Command
 
ParseOptionException - Exception in dw.cli
 
ParseOptionException(String) - Constructor for exception dw.cli.ParseOptionException
 
ParseOptionException(String, Throwable) - Constructor for exception dw.cli.ParseOptionException
 
password - Variable in class dw.cli.CliOptions
 
PasswordReader - Class in dw.cli
 
PasswordReader() - Constructor for class dw.cli.PasswordReader
 
perms() - Method in class dw.xmlrpc.AttachmentDetails
Permissions of file
perms() - Method in class dw.xmlrpc.MediaChange
Permissions of the file
perms() - Method in class dw.xmlrpc.Page
Integer denoting the permissions on the page
perms() - Method in class dw.xmlrpc.PageChange
Integer representing the permissions on the file
Program - Class in dw.cli
 
Program() - Constructor for class dw.cli.Program
 
putAttachment(String, String, boolean) - Method in class dw.xmlrpc.DokuJClient
Uploads a file to the wiki
putAttachment(String, File, boolean) - Method in class dw.xmlrpc.DokuJClient
Uploads a file to the wiki
putAttachment(String, byte[], boolean) - Method in class dw.xmlrpc.DokuJClient
Uploads a file to the wiki
putPage(String, String) - Method in class dw.xmlrpc.DokuJClient
Saves a Wiki Page
putPage(String, String, String, boolean) - Method in class dw.xmlrpc.DokuJClient
Saves a Wiki Page
putPage(String, String, Map<String, Object>) - Method in class dw.xmlrpc.DokuJClient
Saves a Wiki Page

Q

query(DokuJClient) - Method in class dw.cli.commands.AllPageGetter
 
query(DokuJClient) - Method in class dw.cli.commands.AttachmentReader
 
query(DokuJClient) - Method in class dw.cli.commands.BackLinksGetter
 
query(DokuJClient) - Method in class dw.cli.commands.CliVersion
 
query(DokuJClient) - Method in class dw.cli.commands.ItemListToStringCommand
 
query(DokuJClient) - Method in class dw.cli.commands.LinksLister
 
query(DokuJClient) - Method in class dw.cli.commands.PageListGetter
 
query(DokuJClient) - Method in class dw.cli.commands.PageVersionsGetter
 
query(DokuJClient) - Method in class dw.cli.commands.RecentChangesGetter
 
query(DokuJClient) - Method in class dw.cli.commands.RecentMediaChangesGetter
 
query(DokuJClient) - Method in class dw.cli.commands.RPCVersionSupportedGetter
 
query(DokuJClient) - Method in class dw.cli.commands.Searcher
 
query(DokuJClient) - Method in class dw.cli.commands.SimpleCommand
 
query(DokuJClient) - Method in class dw.cli.commands.TimeGetter
 
query(DokuJClient) - Method in class dw.cli.commands.TitleGetter
 
query(DokuJClient) - Method in class dw.cli.commands.VersionGetter
 
query(DokuJClient) - Method in class dw.cli.commands.XMLRPCAPIVersionGetter
 

R

readPassword() - Method in class dw.cli.PasswordReader
 
readStdin() - Method in class dw.cli.StdinReader
 
RecentChangesGetter - Class in dw.cli.commands
 
RecentChangesGetter() - Constructor for class dw.cli.commands.RecentChangesGetter
 
RecentMediaChangesGetter - Class in dw.cli.commands
 
RecentMediaChangesGetter() - Constructor for class dw.cli.commands.RecentMediaChangesGetter
 
registerParameters(JSAP) - Method in class dw.cli.Command
 
registerParameters(JSAP) - Method in class dw.cli.commands.AclChanger
 
registerParameters(JSAP) - Method in class dw.cli.commands.AclChecker
 
registerParameters(JSAP) - Method in class dw.cli.commands.AllPageGetter
 
registerParameters(JSAP) - Method in class dw.cli.commands.AttachmentDeleter
 
registerParameters(JSAP) - Method in class dw.cli.commands.AttachmentGetter
 
registerParameters(JSAP) - Method in class dw.cli.commands.AttachmentInfoGetter
 
registerParameters(JSAP) - Method in class dw.cli.commands.AttachmentPutter
 
registerParameters(JSAP) - Method in class dw.cli.commands.AttachmentReader
 
registerParameters(JSAP) - Method in class dw.cli.commands.BackLinksGetter
 
registerParameters(JSAP) - Method in class dw.cli.commands.HelpPrinter
 
registerParameters(JSAP) - Method in class dw.cli.commands.LinksLister
 
registerParameters(JSAP) - Method in class dw.cli.commands.LocksSetter
 
registerParameters(JSAP) - Method in class dw.cli.commands.PageGetter
 
registerParameters(JSAP) - Method in class dw.cli.commands.PageHtmlGetter
 
registerParameters(JSAP) - Method in class dw.cli.commands.PageInfoGetter
 
registerParameters(JSAP) - Method in class dw.cli.commands.PageListGetter
 
registerParameters(JSAP) - Method in class dw.cli.commands.PagePutter
 
registerParameters(JSAP) - Method in class dw.cli.commands.PageVersionGetter
 
registerParameters(JSAP) - Method in class dw.cli.commands.PageVersionsGetter
 
registerParameters(JSAP) - Method in class dw.cli.commands.RecentChangesGetter
 
registerParameters(JSAP) - Method in class dw.cli.commands.RecentMediaChangesGetter
 
registerParameters(JSAP) - Method in class dw.cli.commands.Searcher
 
registerParameters(JSAP) - Method in class dw.cli.commands.SimpleCommand
 
rev() - Method in class dw.xmlrpc.SearchResult
 
RPCVersionSupportedGetter - Class in dw.cli.commands
 
RPCVersionSupportedGetter() - Constructor for class dw.cli.commands.RPCVersionSupportedGetter
 
run(DokuJClient, String[]) - Method in class dw.cli.Command
 
run(DokuJClient) - Method in class dw.cli.Command
 
run(DokuJClient) - Method in class dw.cli.commands.AclChanger
 
run(DokuJClient) - Method in class dw.cli.commands.AclChecker
 
run(DokuJClient) - Method in class dw.cli.commands.AttachmentDeleter
 
run(DokuJClient) - Method in class dw.cli.commands.AttachmentGetter
 
run(DokuJClient) - Method in class dw.cli.commands.AttachmentInfoGetter
 
run(DokuJClient) - Method in class dw.cli.commands.AttachmentPutter
 
run(DokuJClient) - Method in class dw.cli.commands.HelpPrinter
 
run(DokuJClient) - Method in class dw.cli.commands.ItemListToStringCommand
 
run(DokuJClient) - Method in class dw.cli.commands.LocksSetter
 
run(DokuJClient) - Method in class dw.cli.commands.PageGetter
 
run(DokuJClient) - Method in class dw.cli.commands.PageHtmlGetter
 
run(DokuJClient) - Method in class dw.cli.commands.PageInfoGetter
 
run(DokuJClient) - Method in class dw.cli.commands.PagePutter
 
run(DokuJClient) - Method in class dw.cli.commands.PageVersionGetter
 
run(DokuJClient) - Method in class dw.cli.commands.SimpleCommand
 
run(String[]) - Static method in class dw.cli.Program
 

S

score() - Method in class dw.xmlrpc.SearchResult
Score of the result.
search(String) - Method in class dw.xmlrpc.DokuJClient
Performs a fulltext search
Searcher - Class in dw.cli.commands
 
Searcher() - Constructor for class dw.cli.commands.Searcher
 
SearchResult - Class in dw.xmlrpc
Result of a text search on the wiki
SearchResult(String, String, Integer, Integer, Integer, String, Integer) - Constructor for class dw.xmlrpc.SearchResult
 
setDebug(boolean) - Method in class dw.xmlrpc.DokuJClientConfig
 
setLocks(List<String>, List<String>) - Method in class dw.xmlrpc.DokuJClient
Allows to lock or unlock a whole bunch of pages at once.
setLogger(Logger) - Method in class dw.xmlrpc.DokuJClient
Let override the default Logger
setTimeOutInSeconds(int) - Method in class dw.xmlrpc.DokuJClientConfig
 
setUser(String, String) - Method in class dw.xmlrpc.DokuJClientConfig
 
setUserAgent(String) - Method in class dw.xmlrpc.DokuJClientConfig
 
setXMLRPCClientFlags(int) - Method in class dw.xmlrpc.DokuJClientConfig
 
SimpleCommand - Class in dw.cli.commands
 
SimpleCommand() - Constructor for class dw.cli.commands.SimpleCommand
 
size() - Method in class dw.xmlrpc.AttachmentDetails
Size in bytes
size() - Method in class dw.xmlrpc.AttachmentInfo
Size in bytes
size() - Method in class dw.xmlrpc.MediaChange
Size of the file in bytes
size() - Method in class dw.xmlrpc.Page
Size of the page
size() - Method in class dw.xmlrpc.PageChange
 
size() - Method in class dw.xmlrpc.PageDW
 
size() - Method in class dw.xmlrpc.SearchResult
 
snippet() - Method in class dw.xmlrpc.SearchResult
Snippet of the page matching the search.
StdinReader - Class in dw.cli
 
StdinReader() - Constructor for class dw.cli.StdinReader
 
success() - Method in class dw.cli.OptionParser
 
summary() - Method in class dw.xmlrpc.PageVersion
Summary of the revision

T

TimeGetter - Class in dw.cli.commands
 
TimeGetter() - Constructor for class dw.cli.commands.TimeGetter
 
timeoutInSeconds() - Method in class dw.xmlrpc.DokuJClientConfig
 
title() - Method in class dw.xmlrpc.SearchResult
 
TitleGetter - Class in dw.cli.commands
 
TitleGetter() - Constructor for class dw.cli.commands.TitleGetter
 
toString() - Method in class dw.cli.CliOptions
 
toString() - Method in class dw.xmlrpc.AttachmentDetails
 
toString() - Method in class dw.xmlrpc.AttachmentInfo
 
toString() - Method in class dw.xmlrpc.LinkInfo
 
toString() - Method in class dw.xmlrpc.LockResult
 
toString() - Method in class dw.xmlrpc.MediaChange
 
toString() - Method in class dw.xmlrpc.Page
 
toString() - Method in class dw.xmlrpc.PageChange
 
toString() - Method in class dw.xmlrpc.PageDW
 
toString() - Method in class dw.xmlrpc.PageInfo
 
toString() - Method in class dw.xmlrpc.PageVersion
 
toString() - Method in class dw.xmlrpc.SearchResult
 
type() - Method in class dw.xmlrpc.LinkInfo
Whether it is a local or extern link
type() - Method in class dw.xmlrpc.PageVersion
Type of revision (creation, edition, ...)

U

unlock(String) - Method in class dw.xmlrpc.DokuJClient
Unlock a page
unlocked() - Method in class dw.xmlrpc.LockResult
Pages successfully unlocked
unlockfail() - Method in class dw.xmlrpc.LockResult
Pages we failed to unlock
url - Variable in class dw.cli.CliOptions
 
user - Variable in class dw.cli.CliOptions
 
user() - Method in class dw.xmlrpc.PageVersion
Alias of PageVersion.author() Provided because this is how this fields is named by the xmlrpc query
userAskForHelp() - Method in class dw.cli.OptionParser
 

V

valueOf(String) - Static method in enum dw.cli.commands.AclChanger.aclAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum dw.xmlrpc.LinkInfo.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum dw.cli.commands.AclChanger.aclAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum dw.xmlrpc.LinkInfo.Type
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Method in class dw.xmlrpc.MediaChange
Version of the revision as a timestamp.
version() - Method in class dw.xmlrpc.PageChange
Version of the page
version() - Method in class dw.xmlrpc.PageDW
 
version() - Method in class dw.xmlrpc.PageInfo
Version as a timestamp Should correspond to PageInfo.modified()
version() - Method in class dw.xmlrpc.PageVersion
Version of the revision, as a timestamp Should correspond to PageVersion.modified()
VersionGetter - Class in dw.cli.commands
 
VersionGetter() - Constructor for class dw.cli.commands.VersionGetter
 

W

writable() - Method in class dw.xmlrpc.AttachmentDetails
Whether the file is writable or not

X

XMLRPCAPIVersionGetter - Class in dw.cli.commands
 
XMLRPCAPIVersionGetter() - Constructor for class dw.cli.commands.XMLRPCAPIVersionGetter
 
xmlRpcClientFlags() - Method in class dw.xmlrpc.DokuJClientConfig
 

_

_config - Variable in class dw.cli.Command
 
A B C D E F G H I L M N O P Q R S T U V W X _ 
Skip navigation links

Copyright © 2018. All rights reserved.