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

Packages that use Space
org.xwiki.rest   
org.xwiki.rest.model.jaxb   
org.xwiki.rest.resources.spaces   
 

Uses of Space in org.xwiki.rest
 

Methods in org.xwiki.rest that return Space
static Space DomainObjectFactory.createSpace(ObjectFactory objectFactory, java.net.URI baseUri, java.lang.String wikiName, java.lang.String spaceName, com.xpn.xwiki.api.Document home)
           
 

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

Fields in org.xwiki.rest.model.jaxb with type parameters of type Space
protected  java.util.List<Space> Spaces.spaces
           
 

Methods in org.xwiki.rest.model.jaxb that return Space
 Space ObjectFactory.createSpace()
          Create an instance of Space
 Space Space.withHome(java.lang.String value)
           
 Space Space.withId(java.lang.String value)
           
 Space Space.withLinks(java.util.Collection<Link> values)
           
 Space Space.withLinks(Link... values)
           
 Space Space.withName(java.lang.String value)
           
 Space Space.withWiki(java.lang.String value)
           
 Space Space.withXwikiAbsoluteUrl(java.lang.String value)
           
 Space Space.withXwikiRelativeUrl(java.lang.String value)
           
 

Methods in org.xwiki.rest.model.jaxb that return types with arguments of type Space
 java.util.List<Space> Spaces.getSpaces()
          Gets the value of the spaces property.
 

Methods in org.xwiki.rest.model.jaxb with parameters of type Space
 Spaces Spaces.withSpaces(Space... values)
           
 

Method parameters in org.xwiki.rest.model.jaxb with type arguments of type Space
 Spaces Spaces.withSpaces(java.util.Collection<Space> values)
           
 

Uses of Space in org.xwiki.rest.resources.spaces
 

Methods in org.xwiki.rest.resources.spaces that return Space
 Space SpaceResource.getSpace(java.lang.String wikiName, java.lang.String spaceName)
           
 



Copyright © 2004-2009 XWiki. All Rights Reserved.