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

Packages that use PageSummary
org.exoplatform.wiki.service.impl Packaging implementation of the services layer 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
 PageSummary WikiRestServiceImpl.createPageSummary(ObjectFactory objectFactory, URI baseUri, PageImpl doc)
           
 

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

Subclasses of PageSummary in org.exoplatform.wiki.service.rest.model
 class Page
          Java class for Page complex type.
 

Fields in org.exoplatform.wiki.service.rest.model with type parameters of type PageSummary
protected  List<PageSummary> Pages.pageSummaries
           
 

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

Methods in org.exoplatform.wiki.service.rest.model that return types with arguments of type PageSummary
 List<PageSummary> Pages.getPageSummaries()
          Gets the value of the pageSummaries property.
 



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