| Package | Description |
|---|---|
| org.exoplatform.wiki.jpa | |
| org.exoplatform.wiki.jpa.dao | |
| org.exoplatform.wiki.jpa.entity |
| Modifier and Type | Method and Description |
|---|---|
static WikiEntity |
EntityConverter.convertWikiToWikiEntity(org.exoplatform.wiki.mow.api.Wiki wiki,
WikiDAO wikiDAO) |
| Modifier and Type | Method and Description |
|---|---|
static org.exoplatform.wiki.mow.api.Wiki |
EntityConverter.convertWikiEntityToWiki(WikiEntity wikiEntity) |
| Modifier and Type | Method and Description |
|---|---|
WikiEntity |
WikiDAO.getWikiByTypeAndOwner(String wikiType,
String wikiOwner) |
| Modifier and Type | Method and Description |
|---|---|
List<WikiEntity> |
WikiDAO.getWikisByType(String wikiType) |
| Modifier and Type | Method and Description |
|---|---|
WikiEntity |
TemplateEntity.getWiki() |
WikiEntity |
PageEntity.getWiki() |
WikiEntity |
WikiEntity.setName(String name) |
WikiEntity |
WikiEntity.setOwner(String owner) |
WikiEntity |
WikiEntity.setPermissions(List<PermissionEntity> permissions) |
WikiEntity |
WikiEntity.setType(String type) |
WikiEntity |
WikiEntity.setWikiHome(PageEntity wikiHome) |
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateEntity.setWiki(WikiEntity wiki) |
void |
PageEntity.setWiki(WikiEntity wiki) |
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.