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

Packages that use Wiki
org.xwiki.rest   
org.xwiki.rest.model.jaxb   
 

Uses of Wiki in org.xwiki.rest
 

Methods in org.xwiki.rest that return Wiki
static Wiki DomainObjectFactory.createWiki(ObjectFactory objectFactory, java.net.URI baseUri, java.lang.String wikiName)
           
 

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

Fields in org.xwiki.rest.model.jaxb with type parameters of type Wiki
protected  java.util.List<Wiki> Wikis.wikis
           
 

Methods in org.xwiki.rest.model.jaxb that return Wiki
 Wiki ObjectFactory.createWiki()
          Create an instance of Wiki
 Wiki Wiki.withId(java.lang.String value)
           
 Wiki Wiki.withLinks(java.util.Collection<Link> values)
           
 Wiki Wiki.withLinks(Link... values)
           
 Wiki Wiki.withName(java.lang.String value)
           
 

Methods in org.xwiki.rest.model.jaxb that return types with arguments of type Wiki
 java.util.List<Wiki> Wikis.getWikis()
          Gets the value of the wikis property.
 

Methods in org.xwiki.rest.model.jaxb with parameters of type Wiki
 Wikis Wikis.withWikis(Wiki... values)
           
 

Method parameters in org.xwiki.rest.model.jaxb with type arguments of type Wiki
 Wikis Wikis.withWikis(java.util.Collection<Wiki> values)
           
 



Copyright © 2004-2009 XWiki. All Rights Reserved.