Uses of Class
org.exoplatform.wiki.service.BreadcrumbData
Packages that use BreadcrumbData
Package
Description
Handles all actions in Wiki.
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 BreadcrumbDataModifier and TypeMethodDescriptionNoteService.getBreadCrumb(String noteType, String noteOwner, String noteId, boolean isDraftNote) Gets a list of data which is used for composing the breadcrumb.NoteService.getBreadCrumb(String noteType, String noteOwner, String noteName, String lang, org.exoplatform.services.security.Identity userIdentity, boolean isDraftNote) Gets a list of data which is used for composing the breadcrumb.Methods in org.exoplatform.wiki.service with parameters of type BreadcrumbDataModifier and TypeMethodDescriptionWikiService.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 BreadcrumbDataModifier and TypeMethodDescriptionNoteServiceImpl.getBreadCrumb(String noteType, String noteOwner, String noteName, boolean isDraftNote) NoteServiceImpl.getBreadCrumb(String noteType, String noteOwner, String noteName, String lang, org.exoplatform.services.security.Identity userIdentity, boolean isDraftNote) Methods in org.exoplatform.wiki.service.impl with parameters of type BreadcrumbData