| Package | Description |
|---|---|
| org.exoplatform.wiki.mow.api | |
| org.exoplatform.wiki.mow.core.api | |
| org.exoplatform.wiki.mow.core.api.wiki | |
| org.exoplatform.wiki.utils |
| Modifier and Type | Method and Description |
|---|---|
static WikiType |
WikiType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WikiType[] |
WikiType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WikiStore.addWiki(WikiType wikiType,
String name)
Add a new wiki of a given type
|
Wiki |
WikiStore.getWiki(WikiType wikiType,
String name)
Get a wiki of a given type
|
<W extends Wiki> |
WikiStore.getWikiContainer(WikiType wikiType)
get wiki container
|
| Modifier and Type | Method and Description |
|---|---|
void |
WikiStoreImpl.addWiki(WikiType wikiType,
String name) |
Wiki |
WikiStoreImpl.getWiki(WikiType wikiType,
String name) |
<W extends Wiki> |
WikiStoreImpl.getWikiContainer(WikiType wikiType) |
| Modifier and Type | Method and Description |
|---|---|
abstract WikiType |
WikiImpl.getWikiType() |
WikiType |
GroupWiki.getWikiType() |
WikiType |
UserWiki.getWikiType() |
WikiType |
PortalWiki.getWikiType() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<Wiki> |
Utils.getWikisByType(WikiType wikiType) |
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.