| Package | Description |
|---|---|
| org.exoplatform.wiki.jpa | |
| org.exoplatform.wiki.jpa.dao | |
| org.exoplatform.wiki.jpa.entity |
| Modifier and Type | Method and Description |
|---|---|
static PageEntity |
EntityConverter.convertPageToPageEntity(Page page,
WikiDAO wikiDAO) |
PageEntity |
JPADataStorage.fetchPageEntity(Page page)
Fecth Page Entity from a Page domain object
|
| Modifier and Type | Method and Description |
|---|---|
static Page |
EntityConverter.convertPageEntityToPage(PageEntity pageEntity) |
| Modifier and Type | Method and Description |
|---|---|
PageEntity |
PageDAO.getPageOfWikiByName(String wikiType,
String wikiOwner,
String pageName) |
| Modifier and Type | Method and Description |
|---|---|
List<PageEntity> |
PageDAO.findAllBySyntax(String syntax,
int offset,
int limit) |
List<PageEntity> |
PageDAO.getAllPagesOfWiki(String wikiType,
String wikiOwner) |
List<PageEntity> |
PageDAO.getChildrenPages(PageEntity page) |
List<PageEntity> |
PageDAO.getPagesOfWiki(String wikiType,
String wikiOwner,
boolean deleted) |
| Modifier and Type | Method and Description |
|---|---|
List<PageEntity> |
PageDAO.getChildrenPages(PageEntity page) |
| Modifier and Type | Method and Description |
|---|---|
PageEntity |
PageAttachmentEntity.getPage() |
PageEntity |
PageMoveEntity.getPage() |
PageEntity |
PageVersionEntity.getPage() |
PageEntity |
PageEntity.getParentPage() |
PageEntity |
DraftPageEntity.getTargetPage() |
PageEntity |
WikiEntity.getWikiHome() |
| Modifier and Type | Method and Description |
|---|---|
List<PageEntity> |
PageEntity.getRelatedPages() |
| Modifier and Type | Method and Description |
|---|---|
void |
PageAttachmentEntity.setPage(PageEntity page) |
void |
PageMoveEntity.setPage(PageEntity page) |
void |
PageVersionEntity.setPage(PageEntity page) |
void |
PageEntity.setParentPage(PageEntity parentPage) |
void |
DraftPageEntity.setTargetPage(PageEntity targetPage) |
WikiEntity |
WikiEntity.setWikiHome(PageEntity wikiHome) |
| Modifier and Type | Method and Description |
|---|---|
void |
PageEntity.setRelatedPages(List<PageEntity> relatedPages) |
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.