Uses of Class
org.exoplatform.wiki.service.rest.model.Space
-
Packages that use Space Package Description org.exoplatform.wiki.service.impl Implements services 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 Modifier and Type Method Description SpaceWikiRestServiceImpl. createSpace(ObjectFactory objectFactory, URI baseUri, String wikiName, String spaceName, Page home)SpaceWikiRestServiceImpl. 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 Modifier and Type Field Description protected List<Space>Spaces. spacesMethods in org.exoplatform.wiki.service.rest.model that return Space Modifier and Type Method Description SpaceObjectFactory. createSpace()Create an instance ofSpaceMethods in org.exoplatform.wiki.service.rest.model that return types with arguments of type Space Modifier and Type Method Description List<Space>Spaces. getSpaces()Gets the value of the spaces property.
-