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