Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
G
L
O
R
S
X
A
addAttachment(Integer, Attachment, byte[])
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Add a new attachment.
addComment(Comment)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Add a new comment.
addSpace(Space)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Add a new space.
C
convert(String, String, String)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Converts a wiki source from a syntax to another syntax.
G
getAttachmentData(String, String, String)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Get the binary data associated to the attachment.
getAttachmentData(Attachment)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Convenience method.
getAttachments(String)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Get attachments.
getAttachments(PageSummary)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Convenience method.
getClass(String)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Get extended information about a class.
getClass(XWikiClassSummary)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Convenience method.
getClasses()
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Get classes.
getComment(String)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
getComments(String)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Get page comments.
getComments(PageSummary)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Convenience method.
getInputSyntaxes()
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Gets all syntaxes supported by the rendering parsers as an input for a syntax conversion.
getModifiedPagesHistory(Date, Integer, Integer, Boolean)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Returns a list of XWikiPageHistorySummary containing all the pages that have been modified since a given date in all their versions.
getModifiedPagesHistory(Integer, Integer, Boolean)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Equivalent to getModifiedPagesHistory(new Date(0), numberOfResults, start, fromLatest).
getModifiedPagesHistory(Integer, Integer)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Equivalent to getModifiedPagesHistory(new Date(0), numberOfResults, start, true).
getObject(String, String, Integer)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Get XWiki object.
getObject(String, String)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Get an XWiki object identified by its GUID.
getObject(String, String, Integer, Integer)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Get the XWiki object associated with a page at a given version.
getObject(String, String, Integer, Integer, Integer)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Get XWiki objects associated with a page at a given version.
getObject(XWikiObjectSummary)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Convenience method.
getObjects(String)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Get XWiki objects associated with a page.
getObjects(String, Integer)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Get XWiki objects associated with a page at a given version.
getObjects(String, Integer, Integer)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Get XWiki objects associated with a page at a given version.
getObjects(PageSummary)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Convenience method.
getOutputSyntaxes()
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Gets all syntaxes supported by the rendering as an output for a syntax conversion.
getPage(String)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Get full page information and content.
getPage(XWikiPageSummary)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Convenience method.
getPage(String, String)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Get full page information and content in a given language.
getPage(XWikiPageSummary, String)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Convenience method.
getPage(String, Integer)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Get full page information and content at a given version.
getPage(XWikiPageSummary, Integer)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Convenience method.
getPage(String, Integer, Integer)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Get full page information and content at a given version.
getPage(XWikiPageHistorySummary)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Convenience method.
getPageHistory(String)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Get the history of a page.
getPageHistory(XWikiPageSummary)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Convenience method.
getPages(String)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Get pages in space.
getPages(SpaceSummary)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Convenience method.
getRenderedContent(String, String)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Gets the rendered content of an existing document.
getServerInfo()
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Get server info.
getSpace(String)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Get information about a given space.
getSpace(SpaceSummary)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Convenience method.
getSpaces()
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Get spaces.
L
login(String, String)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Login with the provided user.
logout()
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Logout.
O
org.xwiki.xmlrpc
- package org.xwiki.xmlrpc
R
removeAttachment(String, String)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Remove attachment.
removeAttachment(Attachment)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Convenience method.
removeComment(String)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Remove a comment.
removeObject(String, String, Integer)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Remove an XWiki Object.
removeObject(XWikiObjectSummary)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Convenience method.
removePage(String)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Remove a page.
removePage(XWikiPageSummary)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Convenience method.
removeSpace(String)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Remove space and all of its pages.
removeSpace(SpaceSummary)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Convenience method.
renderContent(String, String, String)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Render a page or content in HTML.
renderPageContent(String, String, String, String)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Renders a text in the context of a wiki page.
S
search(String, Integer)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
searchAllPagesIds()
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
storeObject(XWikiObject)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Add an XWiki object.
storeObject(XWikiObject, Boolean)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Store an object and check if the current object's page version matches with the one of the object to be stored.
storePage(Page)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Store a page.
storePage(Page, Boolean)
- Method in class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Store a page and check if the current page's version matches with the one of the page to be stored.
X
XWikiXmlRpcClient
- Class in
org.xwiki.xmlrpc
This class implements the entry point for using the XWiki XMLRPC API.
XWikiXmlRpcClient(String)
- Constructor for class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Constructor.
XWikiXmlRpcClient(String, String)
- Constructor for class org.xwiki.xmlrpc.
XWikiXmlRpcClient
Constructor.
A
C
G
L
O
R
S
X
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2004-2012
XWiki
. All Rights Reserved.