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

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

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

Methods in org.xwiki.rest.model.jaxb that return Spaces
 Spaces ObjectFactory.createSpaces()
          Create an instance of Spaces
 Spaces Spaces.withLinks(java.util.Collection<Link> values)
           
 Spaces Spaces.withLinks(Link... values)
           
 Spaces Spaces.withSpaces(java.util.Collection<Space> values)
           
 Spaces Spaces.withSpaces(Space... values)
           
 

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

Methods in org.xwiki.rest.resources.spaces that return Spaces
 Spaces SpacesResource.getSpaces(java.lang.String wikiName, java.lang.Integer start, java.lang.Integer number)
           
 



Copyright © 2004-2009 XWiki. All Rights Reserved.