Uses of Class
org.exoplatform.wiki.service.rest.model.PageSummary
-
Packages that use PageSummary Package Description org.exoplatform.wiki.service.impl Implements services of the Wiki application.org.exoplatform.wiki.service.rest.model -
-
Uses of PageSummary in org.exoplatform.wiki.service.impl
Methods in org.exoplatform.wiki.service.impl that return PageSummary Modifier and Type Method Description PageSummaryWikiRestServiceImpl. createPageSummary(ObjectFactory objectFactory, URI baseUri, Page page, String userId) -
Uses of PageSummary in org.exoplatform.wiki.service.rest.model
Subclasses of PageSummary in org.exoplatform.wiki.service.rest.model Modifier and Type Class Description classPageFields in org.exoplatform.wiki.service.rest.model with type parameters of type PageSummary Modifier and Type Field Description protected List<PageSummary>Pages. pageSummariesMethods in org.exoplatform.wiki.service.rest.model that return PageSummary Modifier and Type Method Description PageSummaryObjectFactory. createPageSummary()Create an instance ofPageSummaryMethods in org.exoplatform.wiki.service.rest.model that return types with arguments of type PageSummary Modifier and Type Method Description List<PageSummary>Pages. getPageSummaries()Gets the value of the pageSummaries property.
-