Uses of Interface
org.exoplatform.wiki.mow.api.Wiki

Packages that use Wiki
org.exoplatform.wiki.mow.api   
org.exoplatform.wiki.mow.core.api   
org.exoplatform.wiki.mow.core.api.wiki   
org.exoplatform.wiki.tree   
org.exoplatform.wiki.utils   
 

Uses of Wiki in org.exoplatform.wiki.mow.api
 

Methods in org.exoplatform.wiki.mow.api with type parameters of type Wiki
<W extends Wiki>
WikiContainer<W>
WikiStore.getWikiContainer(WikiType wikiType)
          get wiki container
 

Methods in org.exoplatform.wiki.mow.api that return Wiki
 Wiki Page.getWiki()
          get Wiki of page
 Wiki WikiStore.getWiki(WikiType wikiType, String name)
          Get a wiki of a given type
 

Methods in org.exoplatform.wiki.mow.api that return types with arguments of type Wiki
 Collection<Wiki> WikiStore.getWikis()
          Get all wikis available
 

Uses of Wiki in org.exoplatform.wiki.mow.core.api
 

Methods in org.exoplatform.wiki.mow.core.api with type parameters of type Wiki
<W extends Wiki>
WikiContainer<W>
WikiStoreImpl.getWikiContainer(WikiType wikiType)
           
 

Methods in org.exoplatform.wiki.mow.core.api that return Wiki
 Wiki WikiStoreImpl.getWiki(WikiType wikiType, String name)
           
 

Methods in org.exoplatform.wiki.mow.core.api that return types with arguments of type Wiki
 Collection<Wiki> WikiStoreImpl.getWikis()
           
 

Uses of Wiki in org.exoplatform.wiki.mow.core.api.wiki
 

Classes in org.exoplatform.wiki.mow.core.api.wiki with type parameters of type Wiki
 class WikiContainer<T extends Wiki>
           
 

Classes in org.exoplatform.wiki.mow.core.api.wiki that implement Wiki
 class GroupWiki
           
 class PortalWiki
           
 class UserWiki
           
 class WikiImpl
           
 

Methods in org.exoplatform.wiki.mow.core.api.wiki that return Wiki
 Wiki SimplePageImpl.getWiki()
           
 Wiki PageImpl.getWiki()
           
 

Methods in org.exoplatform.wiki.mow.core.api.wiki with parameters of type Wiki
 void WikiContainer.initDefaultPermisisonForWiki(Wiki wiki)
           
 

Uses of Wiki in org.exoplatform.wiki.tree
 

Methods in org.exoplatform.wiki.tree that return Wiki
 Wiki WikiTreeNode.getWiki()
           
 

Methods in org.exoplatform.wiki.tree with parameters of type Wiki
 void WikiTreeNode.setWiki(Wiki wiki)
           
 

Constructors in org.exoplatform.wiki.tree with parameters of type Wiki
WikiTreeNode(Wiki wiki)
           
 

Uses of Wiki in org.exoplatform.wiki.utils
 

Methods in org.exoplatform.wiki.utils that return Wiki
static Wiki[] Utils.getAllWikiSpace()
           
static Wiki Utils.getWiki(WikiPageParams params)
           
 

Methods in org.exoplatform.wiki.utils that return types with arguments of type Wiki
static Collection<Wiki> Utils.getWikisByType(WikiType wikiType)
           
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.