public abstract class GroupWikiContainer extends WikiContainer<GroupWiki>
| Constructor and Description |
|---|
GroupWikiContainer() |
| Modifier and Type | Method and Description |
|---|---|
GroupWiki |
addWiki(String wikiOwner) |
abstract WikiStoreImpl |
getMultiWiki() |
protected GroupWiki |
getWikiObject(String wikiOwner,
boolean createIfNonExist)
Gets the group wiki in current GroupWikiContainer by specified wiki owner
|
protected String |
validateWikiOwner(String wikiOwner) |
contains, createWiki, getAllWikis, getWiki, getWikis, getwService, initDefaultPermisisonForWiki, setwServicepublic abstract WikiStoreImpl getMultiWiki()
public GroupWiki addWiki(String wikiOwner)
addWiki in class WikiContainer<GroupWiki>protected GroupWiki getWikiObject(String wikiOwner, boolean createIfNonExist)
getWikiObject in class WikiContainer<GroupWiki>wikiOwner - the wiki ownercreateIfNonExist - if true, create the wiki when it does not existprotected String validateWikiOwner(String wikiOwner)
validateWikiOwner in class WikiContainer<GroupWiki>Copyright © 2003–2015 eXo Platform SAS. All rights reserved.