public interface WikiStore
| Modifier and Type | Method and Description |
|---|---|
void |
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
|
org.chromattic.api.ChromatticSession |
getSession()
get Chromattic session
|
Wiki |
getWiki(WikiType wikiType,
String name)
Get a wiki of a given type
|
<W extends Wiki> |
getWikiContainer(WikiType wikiType)
get wiki container
|
Collection<Wiki> |
getWikis()
Get all wikis available
|
void |
setSession(org.chromattic.api.ChromatticSession chromatticSession)
Set session to wiki store
|
Collection<Wiki> getWikis()
Wiki getWiki(WikiType wikiType, String name)
wikiType - name - void addWiki(WikiType wikiType, String name)
wikiType - name - <W extends Wiki> WikiContainer<W> getWikiContainer(WikiType wikiType)
wikiType - The wiki typePageImpl getDraftNewPagesContainer()
PageImpl createPage()
void setSession(org.chromattic.api.ChromatticSession chromatticSession)
chromatticSession - org.chromattic.api.ChromatticSession getSession()
Copyright © 2003–2014 eXo Platform SAS. All rights reserved.