Uses of Class
org.exoplatform.wiki.service.rest.model.Space

Packages that use Space
org.exoplatform.wiki.service.impl Packaging implementation of the services layer of the wiki application. 
org.exoplatform.wiki.service.rest.model   
 

Uses of Space in org.exoplatform.wiki.service.impl
 

Methods in org.exoplatform.wiki.service.impl that return Space
 Space WikiRestServiceImpl.createSpace(ObjectFactory objectFactory, URI baseUri, String wikiName, String spaceName, Page home)
           
 Space WikiRestServiceImpl.getSpace(javax.ws.rs.core.UriInfo uriInfo, String wikiType, String wikiOwner)
          Return the space based on the uri
 

Uses of Space in org.exoplatform.wiki.service.rest.model
 

Fields in org.exoplatform.wiki.service.rest.model with type parameters of type Space
protected  List<Space> Spaces.spaces
           
 

Methods in org.exoplatform.wiki.service.rest.model that return Space
 Space ObjectFactory.createSpace()
          Create an instance of Space
 

Methods in org.exoplatform.wiki.service.rest.model that return types with arguments of type Space
 List<Space> Spaces.getSpaces()
          Gets the value of the spaces property.
 



Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.