org.exoplatform.wiki.mow.core.api.wiki
Class PortalWiki

java.lang.Object
  extended by org.exoplatform.wiki.mow.core.api.wiki.WikiImpl
      extended by org.exoplatform.wiki.mow.core.api.wiki.PortalWiki
All Implemented Interfaces:
Wiki

public abstract class PortalWiki
extends WikiImpl

Version:
$Revision$
Author:
Patrice Lamarque

Constructor Summary
PortalWiki()
           
 
Method Summary
abstract  PortalWikiContainer getPortalWikis()
           
 String getType()
          Type of this wiki.
 WikiType getWikiType()
           
abstract  void setPortalWikis(PortalWikiContainer pWikiContainer)
           
 
Methods inherited from class org.exoplatform.wiki.mow.core.api.wiki.WikiImpl
createLinkRegistry, createPreferences, createTrash, createWikiHome, createWikiPage, getDefaultPermissionsInited, getHome, getLinkRegistry, getLinkRegistryByChromattic, getName, getOwner, getPageByID, getPageByURI, getPath, getPreferences, getPreferencesByChromattic, getTrash, getTrashByChromattic, getWikiHome, getWikiPermissions, getWikiService, initTemplate, setDefaultPermissionsInited, setHome, setLinkRegistryByChromattic, setOwner, setPreferencesByChromattic, setTrashByChromattic, setWikiPermissions, setWikiService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalWiki

public PortalWiki()
Method Detail

getWikiType

public WikiType getWikiType()
Specified by:
getWikiType in class WikiImpl

getPortalWikis

public abstract PortalWikiContainer getPortalWikis()

setPortalWikis

public abstract void setPortalWikis(PortalWikiContainer pWikiContainer)

getType

public String getType()
Description copied from interface: Wiki
Type of this wiki. May be a portal type, a group type or a user type.

Specified by:
getType in interface Wiki
Specified by:
getType in class WikiImpl
Returns:
type of wiki


Copyright © 2013 eXo Platform SAS. All Rights Reserved.