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

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

public abstract class UserWiki
extends WikiImpl

Version:
$Revision$

Constructor Summary
UserWiki()
           
 
Method Summary
abstract  DraftPageImpl createDraftPage()
           
 PageImpl getDraftPagesContainer()
           
protected abstract  PageImpl getDraftPagesContainerByChromattic()
           
 String getType()
          Type of this wiki.
abstract  UserWikiContainer getUserWikis()
           
 WikiType getWikiType()
           
protected abstract  void setDraftPagesContainerByChromattic(PageImpl page)
           
abstract  void setUserWikis(UserWikiContainer userWikiContainer)
           
 
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

UserWiki

public UserWiki()
Method Detail

getWikiType

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

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

getDraftPagesContainer

public PageImpl getDraftPagesContainer()

getUserWikis

public abstract UserWikiContainer getUserWikis()

setUserWikis

public abstract void setUserWikis(UserWikiContainer userWikiContainer)

getDraftPagesContainerByChromattic

protected abstract PageImpl getDraftPagesContainerByChromattic()

setDraftPagesContainerByChromattic

protected abstract void setDraftPagesContainerByChromattic(PageImpl page)

createDraftPage

public abstract DraftPageImpl createDraftPage()


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.