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.service Wiki Services classes to handle all actions on the wiki. 
org.exoplatform.wiki.service.impl Packaging implementation of the services layer of the wiki application. 
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.service
 

Methods in org.exoplatform.wiki.service that return Wiki
 Wiki WikiService.getWiki(String wikiType, String owner)
          Get a wiki that definds by wikiType and owner
 Wiki WikiService.getWikiById(String wikiId)
          Get wiki by Id
 

Methods in org.exoplatform.wiki.service with parameters of type Wiki
 List<PageImpl> WikiService.getDuplicatePages(PageImpl parentPage, Wiki targetWiki, List<PageImpl> resultList)
          Get a list of duppilcated page between all children pages of parentPage and targetWiki before execute moving page
 

Uses of Wiki in org.exoplatform.wiki.service.impl
 

Methods in org.exoplatform.wiki.service.impl that return Wiki
 Wiki WikiServiceImpl.getWiki(String wikiType, String owner)
           
 Wiki WikiServiceImpl.getWikiById(String wikiId)
           
 

Methods in org.exoplatform.wiki.service.impl with parameters of type Wiki
 List<PageImpl> WikiServiceImpl.getDuplicatePages(PageImpl parentPage, Wiki targetWiki, List<PageImpl> resultList)
           
 

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 © 2003-2013 eXo Platform SAS. All Rights Reserved.