public interface XWikiXmlRpcApi
| Modifier and Type | Method and Description |
|---|---|
Map |
addAttachment(String token,
Integer contentId,
Map attachmentMap,
byte[] attachmentData) |
Map |
addComment(String token,
Map commentMap) |
Map |
addSpace(String token,
Map spaceMap) |
String |
convert(String token,
String source,
String initialSyntaxId,
String targetSyntaxId) |
byte[] |
getAttachmentData(String token,
String pageId,
String fileName,
String versionNumber) |
List |
getAttachments(String token,
String pageId) |
Map |
getClass(String token,
String className) |
List |
getClasses(String token) |
Map |
getComment(String token,
String commentId) |
List |
getComments(String token,
String pageId) |
List<String> |
getInputSyntaxes(String token) |
List |
getModifiedPagesHistory(String token,
Date date,
int numberOfResults,
int start,
boolean fromLatest) |
Map |
getObject(String token,
String pageId,
String guid) |
Map |
getObject(String token,
String pageId,
String className,
Integer id) |
List |
getObjects(String token,
String pageId) |
List<String> |
getOutputSyntaxes(String token) |
Map |
getPage(String token,
String pageId) |
List |
getPageHistory(String token,
String pageId) |
List |
getPages(String token,
String spaceKey) |
String |
getRenderedContent(String token,
String pageId,
String syntaxId) |
Map |
getServerInfo(String token) |
Map |
getSpace(String token,
String spaceKey) |
List |
getSpaces(String token) |
String |
login(String username,
String password) |
Boolean |
logout(String token) |
Boolean |
removeAttachment(String token,
String pageId,
String fileName) |
Boolean |
removeComment(String token,
String commentId) |
Boolean |
removeObject(String token,
String pageId,
String className,
Integer id) |
Boolean |
removePage(String token,
String pageId) |
Boolean |
removeSpace(String token,
String spaceKey) |
String |
renderContent(String token,
String space,
String pageId,
String content) |
String |
renderPageContent(String token,
String pageId,
String content,
String sourceSyntaxId,
String targetSyntaxId) |
List |
search(String token,
String query,
int maxResults) |
Map |
storeObject(String token,
Map objectMap) |
Map |
storeObject(String token,
Map objectMap,
boolean checkVersion) |
Map |
storePage(String token,
Map pageMap) |
Map |
storePage(String token,
Map pageMap,
boolean checkVersion) |
Map storePage(String token, Map pageMap, boolean checkVersion) throws Exception
ExceptionString renderContent(String token, String space, String pageId, String content) throws Exception
ExceptionString renderPageContent(String token, String pageId, String content, String sourceSyntaxId, String targetSyntaxId) throws Exception
ExceptionString getRenderedContent(String token, String pageId, String syntaxId) throws Exception
ExceptionString convert(String token, String source, String initialSyntaxId, String targetSyntaxId) throws Exception
ExceptionBoolean removeComment(String token, String commentId) throws Exception
ExceptionMap addAttachment(String token, Integer contentId, Map attachmentMap, byte[] attachmentData) throws Exception
Exceptionbyte[] getAttachmentData(String token, String pageId, String fileName, String versionNumber) throws Exception
ExceptionBoolean removeAttachment(String token, String pageId, String fileName) throws Exception
ExceptionMap getObject(String token, String pageId, String className, Integer id) throws Exception
ExceptionMap getObject(String token, String pageId, String guid) throws Exception
ExceptionMap storeObject(String token, Map objectMap, boolean checkVersion) throws Exception
ExceptionBoolean removeObject(String token, String pageId, String className, Integer id) throws Exception
ExceptionCopyright © 2004–2014 XWiki. All rights reserved.