public class WikiModule extends AbstractModule
| Modifier and Type | Field and Description |
|---|---|
protected org.exoplatform.social.core.space.spi.SpaceService |
spaceService |
protected org.exoplatform.wiki.service.WikiService |
wikiService |
SPACE_MODULE_PREFIX_PATTERN_VALUE, USER_MODULE_ENABLE, USER_MODULE_RANDOM_PASSWORD_PROPERTY| Constructor and Description |
|---|
WikiModule(org.exoplatform.wiki.service.WikiService wikiService,
org.exoplatform.social.core.space.spi.SpaceService spaceService) |
| Modifier and Type | Method and Description |
|---|---|
void |
createUserWiki(org.json.JSONArray wikis,
String defaultDataFolderPath)
Creates the user wiki.
|
getLogprotected org.exoplatform.wiki.service.WikiService wikiService
protected org.exoplatform.social.core.space.spi.SpaceService spaceService
public WikiModule(org.exoplatform.wiki.service.WikiService wikiService,
org.exoplatform.social.core.space.spi.SpaceService spaceService)
public void createUserWiki(org.json.JSONArray wikis,
String defaultDataFolderPath)
wikis - the wikisdefaultDataFolderPath - the default data folder pathCopyright © 2003–2018 eXo Platform SAS. All rights reserved.