Uses of Class
org.xwiki.wiki.manager.WikiManagerException

Packages that use WikiManagerException
org.xwiki.wiki.descriptor   
org.xwiki.wiki.manager   
 

Uses of WikiManagerException in org.xwiki.wiki.descriptor
 

Methods in org.xwiki.wiki.descriptor that throw WikiManagerException
 boolean WikiDescriptorManager.exists(String wikiId)
          Check if a wiki corresponding to an Id exists.
 Collection<WikiDescriptor> WikiDescriptorManager.getAll()
          Get the list of all wikis (except the main one).
 WikiDescriptor WikiDescriptorManager.getByAlias(String wikiAlias)
          Get a wiki from one of its alias.
 WikiDescriptor WikiDescriptorManager.getById(String wikiId)
          Get a wiki from its Id.
 WikiDescriptor WikiDescriptorManager.getMainWikiDescriptor()
           
 void WikiDescriptorManager.saveDescriptor(WikiDescriptor descriptor)
          Save the given descriptor and all its property groups.
 

Uses of WikiManagerException in org.xwiki.wiki.manager
 

Methods in org.xwiki.wiki.manager that throw WikiManagerException
 WikiDescriptor WikiManager.copy(String fromWikiId, String newWikiId, String newWikiAlias, boolean copyHistory, boolean copyRecycleBin, boolean failOnExist)
          Copy a wiki.
 WikiDescriptor WikiManager.create(String wikiId, String wikiAlias, boolean failOnExist)
          Create a new wiki.
 void WikiManager.delete(String wikiId)
          Delete a wiki.
 boolean WikiManager.idAvailable(String wikiId)
          Check if the wikiId is valid and available (the name is not already taken for technical reasons).
 WikiDescriptor WikiManager.rename(String wikiId, String newWikiId)
          Rename a wiki.
 



Copyright © 2004–2014 XWiki. All rights reserved.