| Package | Description |
|---|---|
| org.exoplatform.wiki.service |
Handles all actions in Wiki.
|
| org.exoplatform.wiki.service.impl |
Implements services of the Wiki application.
|
| org.exoplatform.wiki.utils |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.PageList<SearchResult> |
DataStorage.search(org.chromattic.api.ChromatticSession session,
WikiSearchData data) |
org.exoplatform.commons.utils.PageList<SearchResult> |
WikiService.search(WikiSearchData data)
Searches in all wiki pages.
|
List<SearchResult> |
DataStorage.searchRenamedPage(org.chromattic.api.ChromatticSession session,
WikiSearchData data) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.PageList<SearchResult> |
JCRDataStorage.search(org.chromattic.api.ChromatticSession session,
WikiSearchData data) |
org.exoplatform.commons.utils.PageList<SearchResult> |
WikiServiceImpl.search(WikiSearchData data) |
List<SearchResult> |
JCRDataStorage.searchRenamedPage(org.chromattic.api.ChromatticSession session,
WikiSearchData data) |
| Modifier and Type | Method and Description |
|---|---|
static long |
Utils.countSearchResult(WikiSearchData data) |
Copyright © 2003–2014 eXo Platform SAS. All rights reserved.