| Package | Description |
|---|---|
| org.exoplatform.wiki.mow.api | |
| org.exoplatform.wiki.mow.core.api | |
| org.exoplatform.wiki.mow.core.api.wiki |
| 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 |
|---|---|
WikiImpl |
WikiStoreImpl.addWiki(WikiType wikiType,
String name) |
WikiImpl |
WikiStoreImpl.getWiki(WikiType wikiType,
String name) |
<W extends WikiImpl> |
WikiStoreImpl.getWikiContainer(WikiType wikiType) |
| Modifier and Type | Method and Description |
|---|---|
WikiType |
PortalWiki.getWikiType() |
WikiType |
GroupWiki.getWikiType() |
WikiType |
UserWiki.getWikiType() |
abstract WikiType |
WikiImpl.getWikiType() |
| Modifier and Type | Method and Description |
|---|---|
WikiImpl |
WikiStore.addWiki(WikiType wikiType,
String name)
Add a new wiki of a given type
|
WikiImpl |
WikiStore.getWiki(WikiType wikiType,
String name)
Get a wiki of a given type
|
<W extends WikiImpl> |
WikiStore.getWikiContainer(WikiType wikiType)
get wiki container
|
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.