Uses of Class
org.xwiki.rest.model.jaxb.Translations

Packages that use Translations
org.xwiki.rest   
org.xwiki.rest.model.jaxb   
org.xwiki.rest.resources.pages   
 

Uses of Translations in org.xwiki.rest
 

Methods in org.xwiki.rest that return Translations
static Translations DomainObjectFactory.createTranslations(ObjectFactory objectFactory, java.net.URI baseUri, com.xpn.xwiki.api.Document doc)
           
 

Uses of Translations in org.xwiki.rest.model.jaxb
 

Fields in org.xwiki.rest.model.jaxb declared as Translations
protected  Translations PageSummary.translations
           
 

Methods in org.xwiki.rest.model.jaxb that return Translations
 Translations ObjectFactory.createTranslations()
          Create an instance of Translations
 Translations PageSummary.getTranslations()
          Gets the value of the translations property.
 Translations Translations.withDefault(java.lang.String value)
           
 Translations Translations.withLinks(java.util.Collection<Link> values)
           
 Translations Translations.withLinks(Link... values)
           
 Translations Translations.withTranslations(java.util.Collection<Translation> values)
           
 Translations Translations.withTranslations(Translation... values)
           
 

Methods in org.xwiki.rest.model.jaxb with parameters of type Translations
 void PageSummary.setTranslations(Translations value)
          Sets the value of the translations property.
 PageSummary PageSummary.withTranslations(Translations value)
           
 Page Page.withTranslations(Translations value)
           
 

Uses of Translations in org.xwiki.rest.resources.pages
 

Methods in org.xwiki.rest.resources.pages that return Translations
 Translations PageTranslationsResource.getTranslations(java.lang.String wikiName, java.lang.String spaceName, java.lang.String pageName)
           
 



Copyright © 2004-2009 XWiki. All Rights Reserved.