Uses of Class
org.exoplatform.wiki.mow.api.WikiType

Packages that use WikiType
org.exoplatform.wiki.mow.api   
org.exoplatform.wiki.mow.core.api   
org.exoplatform.wiki.mow.core.api.wiki   
org.exoplatform.wiki.utils   
 

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

Methods in org.exoplatform.wiki.mow.api that return WikiType
static WikiType WikiType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WikiType[] WikiType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.exoplatform.wiki.mow.api with parameters of type WikiType
 void WikiStore.addWiki(WikiType wikiType, String name)
          Add a new wiki of a given type
 Wiki WikiStore.getWiki(WikiType wikiType, String name)
          Get a wiki of a given type
<W extends Wiki>
WikiContainer<W>
WikiStore.getWikiContainer(WikiType wikiType)
          get wiki container
 

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

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

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

Methods in org.exoplatform.wiki.mow.core.api.wiki that return WikiType
 WikiType PortalWiki.getWikiType()
           
abstract  WikiType WikiImpl.getWikiType()
           
 WikiType UserWiki.getWikiType()
           
 WikiType GroupWiki.getWikiType()
           
 

Uses of WikiType in org.exoplatform.wiki.utils
 

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



Copyright © 2013 eXo Platform SAS. All Rights Reserved.