Uses of Class
org.exoplatform.wiki.service.BreadcrumbData

Packages that use BreadcrumbData
org.exoplatform.wiki.service Wiki Services classes to handle all actions on the wiki. 
org.exoplatform.wiki.service.impl Packaging implementation of the services layer of the wiki application. 
 

Uses of BreadcrumbData in org.exoplatform.wiki.service
 

Methods in org.exoplatform.wiki.service that return types with arguments of type BreadcrumbData
 List<BreadcrumbData> WikiService.getBreadcumb(String wikiType, String wikiOwner, String pageId)
          Return a list of data to compose the breadcrumb
 

Methods in org.exoplatform.wiki.service with parameters of type BreadcrumbData
 WikiPageParams WikiService.getWikiPageParams(BreadcrumbData data)
          Get a wiki page based on the data stored in the breadcrumb
 

Uses of BreadcrumbData in org.exoplatform.wiki.service.impl
 

Methods in org.exoplatform.wiki.service.impl that return types with arguments of type BreadcrumbData
 List<BreadcrumbData> WikiServiceImpl.getBreadcumb(String wikiType, String wikiOwner, String pageId)
           
 

Methods in org.exoplatform.wiki.service.impl with parameters of type BreadcrumbData
 WikiPageParams WikiServiceImpl.getWikiPageParams(BreadcrumbData data)
           
 



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