Uses of Class
org.exoplatform.wiki.service.rest.model.Pages
-
Packages that use Pages Package Description org.exoplatform.wiki.service.impl Implements services of the Wiki application.org.exoplatform.wiki.service.rest.model -
-
Uses of Pages in org.exoplatform.wiki.service.impl
Methods in org.exoplatform.wiki.service.impl that return Pages Modifier and Type Method Description PagesWikiRestServiceImpl. getPages(javax.ws.rs.core.UriInfo uriInfo, String wikiType, String wikiOwner, Integer start, Integer number, String parentFilterExpression)Return a list of pages related to the space and uri -
Uses of Pages in org.exoplatform.wiki.service.rest.model
Methods in org.exoplatform.wiki.service.rest.model that return Pages Modifier and Type Method Description PagesObjectFactory. createPages()Create an instance ofPages
-