public interface WikiStore
| Modifier and Type | Method and Description |
|---|---|
WikiImpl |
addWiki(WikiType wikiType,
String name)
Add a new wiki of a given type
|
PageImpl |
createPage()
Create new wiki page
|
PageImpl |
getDraftNewPagesContainer()
get the container that store draft for new page
|
WikiImpl |
getWiki(WikiType wikiType,
String name)
Get a wiki of a given type
|
<W extends WikiImpl> |
getWikiContainer(WikiType wikiType)
get wiki container
|
Collection<WikiImpl> |
getWikis()
Get all wikis available
|
Collection<WikiImpl> getWikis()
WikiImpl getWiki(WikiType wikiType, String name)
wikiType - name - WikiImpl addWiki(WikiType wikiType, String name) throws WikiException
wikiType - name - WikiException<W extends WikiImpl> WikiContainer<W> getWikiContainer(WikiType wikiType)
wikiType - The wiki typePageImpl getDraftNewPagesContainer()
PageImpl createPage()
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.