|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BreadcrumbData | |
|---|---|
| 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 | |
|---|---|
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 | |
|---|---|
WikiPageParams |
WikiService.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 | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||