| Package | Description |
|---|---|
| org.exoplatform.wiki.mow.api | |
| org.exoplatform.wiki.mow.core.api | |
| org.exoplatform.wiki.mow.core.api.wiki | |
| org.exoplatform.wiki.service |
Handles all actions in Wiki.
|
| org.exoplatform.wiki.service.impl |
Implements services of the Wiki application.
|
| org.exoplatform.wiki.tree | |
| org.exoplatform.wiki.utils |
| Modifier and Type | Method and Description |
|---|---|
<W extends Wiki> |
WikiStore.getWikiContainer(WikiType wikiType)
get wiki container
|
| Modifier and Type | Method and Description |
|---|---|
Wiki |
Page.getWiki()
get Wiki of page
|
Wiki |
WikiStore.getWiki(WikiType wikiType,
String name)
Get a wiki of a given type
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Wiki> |
WikiStore.getWikis()
Get all wikis available
|
| Modifier and Type | Method and Description |
|---|---|
<W extends Wiki> |
WikiStoreImpl.getWikiContainer(WikiType wikiType) |
| Modifier and Type | Method and Description |
|---|---|
Wiki |
WikiStoreImpl.getWiki(WikiType wikiType,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Wiki> |
WikiStoreImpl.getWikis() |
| Modifier and Type | Class and Description |
|---|---|
class |
WikiContainer<T extends Wiki> |
| Modifier and Type | Class and Description |
|---|---|
class |
GroupWiki |
class |
PortalWiki |
class |
UserWiki |
class |
WikiImpl |
| Modifier and Type | Method and Description |
|---|---|
Wiki |
SimplePageImpl.getWiki() |
Wiki |
PageImpl.getWiki() |
| Modifier and Type | Method and Description |
|---|---|
void |
WikiContainer.initDefaultPermisisonForWiki(Wiki wiki) |
| Modifier and Type | Method and Description |
|---|---|
Wiki |
WikiService.getWiki(String wikiType,
String owner)
Gets a Wiki which is defined by its type and owner.
|
Wiki |
WikiService.getWikiById(String wikiId)
Gets a Wiki by its Id.
|
| Modifier and Type | Method and Description |
|---|---|
List<PageImpl> |
WikiService.getDuplicatePages(PageImpl parentPage,
Wiki targetWiki,
List<PageImpl> resultList)
Checks if a page and its children are duplicated with ones in the target Wiki or not,
then gets a list of duplicated pages if any.
|
| Modifier and Type | Method and Description |
|---|---|
Wiki |
WikiServiceImpl.getWiki(String wikiType,
String owner) |
Wiki |
WikiServiceImpl.getWikiById(String wikiId) |
| Modifier and Type | Method and Description |
|---|---|
List<PageImpl> |
WikiServiceImpl.getDuplicatePages(PageImpl parentPage,
Wiki targetWiki,
List<PageImpl> resultList) |
| Modifier and Type | Method and Description |
|---|---|
Wiki |
WikiTreeNode.getWiki() |
| Modifier and Type | Method and Description |
|---|---|
void |
WikiTreeNode.setWiki(Wiki wiki) |
| Constructor and Description |
|---|
WikiTreeNode(Wiki wiki) |
| Modifier and Type | Method and Description |
|---|---|
static Wiki[] |
Utils.getAllWikiSpace() |
static Wiki |
Utils.getWiki(WikiPageParams params) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<Wiki> |
Utils.getWikisByType(WikiType wikiType) |
Copyright © 2003–2014 eXo Platform SAS. All rights reserved.