Uses of Class
org.exoplatform.wiki.service.rest.model.Page
-
Packages that use Page Package Description org.exoplatform.wiki.service.impl Implements services of the Wiki application.org.exoplatform.wiki.service.rest.model -
-
Uses of Page in org.exoplatform.wiki.service.impl
Methods in org.exoplatform.wiki.service.impl that return Page Modifier and Type Method Description PageWikiRestServiceImpl. createPage(ObjectFactory objectFactory, URI baseUri, URI self, Page doc, String userId)PageWikiRestServiceImpl. getPage(javax.ws.rs.core.UriInfo uriInfo, String wikiType, String wikiOwner, String pageId, String userId)Return a wiki page based on is uri and id -
Uses of Page in org.exoplatform.wiki.service.rest.model
Methods in org.exoplatform.wiki.service.rest.model that return Page Modifier and Type Method Description PageObjectFactory. createPage()Create an instance ofPage
-