Uses of Class
org.exoplatform.wiki.service.BreadcrumbData
-
Packages that use BreadcrumbData Package Description org.exoplatform.wiki.service Handles all actions in Wiki.org.exoplatform.wiki.service.impl Implements services 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 Modifier and Type Method Description List<BreadcrumbData>NoteService. getBreadcumb(String noteType, String noteOwner, String noteId)Gets a list of data which is used for composing the breadcrumb.List<BreadcrumbData>WikiService. getBreadcumb(String wikiType, String wikiOwner, String pageId)Gets a list of data which is used for composing the breadcrumb.Methods in org.exoplatform.wiki.service with parameters of type BreadcrumbData Modifier and Type Method Description WikiPageParamsWikiService. getWikiPageParams(BreadcrumbData data)Gets parameters of 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 Modifier and Type Method Description List<BreadcrumbData>NoteServiceImpl. getBreadcumb(String noteType, String noteOwner, String noteName)List<BreadcrumbData>WikiServiceImpl. getBreadcumb(String wikiType, String wikiOwner, String pageId)Methods in org.exoplatform.wiki.service.impl with parameters of type BreadcrumbData Modifier and Type Method Description WikiPageParamsWikiServiceImpl. getWikiPageParams(BreadcrumbData data)
-