| Package | Description |
|---|---|
| org.exoplatform.wiki.jpa | |
| 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 |
|---|---|
static PageVersion |
EntityConverter.convertPageVersionEntityToPageVersion(PageVersionEntity pageVersionEntity) |
| Modifier and Type | Method and Description |
|---|---|
List<PageVersion> |
JPADataStorage.getVersionsOfPage(Page page) |
| Modifier and Type | Method and Description |
|---|---|
PageVersion |
WikiService.getVersionOfPageByName(String versionName,
Page page)
Gets a specific version by name of the given page
|
| Modifier and Type | Method and Description |
|---|---|
List<PageVersion> |
WikiService.getVersionsOfPage(Page page)
Gets all the versions of the given page
|
List<PageVersion> |
DataStorage.getVersionsOfPage(Page page) |
| Modifier and Type | Method and Description |
|---|---|
PageVersion |
WikiServiceImpl.getVersionOfPageByName(String versionName,
Page page) |
| Modifier and Type | Method and Description |
|---|---|
List<PageVersion> |
WikiServiceImpl.getVersionsOfPage(Page page) |
| Modifier and Type | Method and Description |
|---|---|
int |
VersionNameComparatorDesc.compare(PageVersion version1,
PageVersion version2) |
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.