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