org.xwiki.xmlrpc.model
Class XWikiPageSummary

java.lang.Object
  extended by org.codehaus.swizzle.confluence.MapObject
      extended by org.codehaus.swizzle.confluence.PageSummary
          extended by org.xwiki.xmlrpc.model.XWikiPageSummary

public class XWikiPageSummary
extends org.codehaus.swizzle.confluence.PageSummary

Extends PageSummary with information about available translations.

Version:
$Id: 19109c92e81ea7c5f2aa1593bc8f457c20f17e2c $

Field Summary
 
Fields inherited from class org.codehaus.swizzle.confluence.MapObject
fields
 
Constructor Summary
XWikiPageSummary()
           
XWikiPageSummary(Map data)
           
 
Method Summary
 List<String> getTranslations()
           
 void setTranslations(List<String> translations)
           
 
Methods inherited from class org.codehaus.swizzle.confluence.PageSummary
getId, getLocks, getParentId, getSpace, getTitle, getUrl, setId, setLocks, setParentId, setSpace, setTitle, setUrl
 
Methods inherited from class org.codehaus.swizzle.confluence.MapObject
getBoolean, getDate, getInt, getList, getMap, getString, setBoolean, setBoolean, setDate, setDate, setInt, setInt, setList, setMap, setString, toMap, toRawMap, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XWikiPageSummary

public XWikiPageSummary()

XWikiPageSummary

public XWikiPageSummary(Map data)
Method Detail

setTranslations

public void setTranslations(List<String> translations)

getTranslations

public List<String> getTranslations()


Copyright © 2004-2012 XWiki. All Rights Reserved.