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

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

public abstract class GroupWiki
extends WikiImpl

Version:
$Revision$
Author:
Patrice Lamarque

Constructor Summary
GroupWiki()
           
 
Method Summary
abstract  GroupWikiContainer getGroupWikis()
           
 String getType()
          Type of this wiki.
 WikiType getWikiType()
           
abstract  void setGroupWikis(GroupWikiContainer groupWikiContainer)
           
 
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

GroupWiki

public GroupWiki()
Method Detail

getWikiType

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

getGroupWikis

public abstract GroupWikiContainer getGroupWikis()

setGroupWikis

public abstract void setGroupWikis(GroupWikiContainer groupWikiContainer)

getType

public String getType()
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.