com.atlassian.confluence.it.rpc.xmlrpc
Class XmlRpcUtils

java.lang.Object
  extended by com.atlassian.confluence.it.rpc.xmlrpc.XmlRpcUtils

public class XmlRpcUtils
extends Object

Provides utility methods for XmlRpc Client classes. Basically, XML-RPC stuff from ConfluenceRpc can go in here.


Constructor Summary
XmlRpcUtils()
           
 
Method Summary
static List<Page> convertMapsToPages(List<Map<String,String>> pageMaps)
           
static Hashtable<String,String> makePageHashtable(Page page)
           
static Hashtable<String,String> makePageHashtable(String spaceKey, String title, String content, long parentPageId)
           
static Hashtable<String,String> object(String... args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlRpcUtils

public XmlRpcUtils()
Method Detail

object

public static Hashtable<String,String> object(String... args)

makePageHashtable

public static Hashtable<String,String> makePageHashtable(Page page)

makePageHashtable

public static Hashtable<String,String> makePageHashtable(String spaceKey,
                                                         String title,
                                                         String content,
                                                         long parentPageId)

convertMapsToPages

public static List<Page> convertMapsToPages(List<Map<String,String>> pageMaps)


Copyright © 2003–2015 Atlassian. All rights reserved.