public abstract class WikiImpl extends Object
| Constructor and Description |
|---|
WikiImpl() |
public abstract PageImpl createWikiPage()
public abstract WikiType getWikiType()
public WikiHome getWikiHome()
public LinkRegistry getLinkRegistry()
public Trash getTrash()
public PreferencesImpl getPreferences()
public abstract String getName()
public abstract String getOwner()
public abstract void setOwner(String wikiOwner)
public abstract String getPath()
public abstract boolean getDefaultPermissionsInited()
public abstract void setDefaultPermissionsInited(boolean isInited)
public abstract String getType()
protected abstract WikiHome getHome()
protected abstract void setHome(WikiHome homePage)
protected abstract WikiHome createWikiHome()
protected abstract LinkRegistry getLinkRegistryByChromattic()
protected abstract void setLinkRegistryByChromattic(LinkRegistry linkRegistry)
protected abstract LinkRegistry createLinkRegistry()
protected abstract Trash getTrashByChromattic()
protected abstract void setTrashByChromattic(Trash trash)
protected abstract Trash createTrash()
protected abstract PreferencesImpl getPreferencesByChromattic()
protected abstract void setPreferencesByChromattic(PreferencesImpl preferences)
protected abstract PreferencesImpl createPreferences()
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.