|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WikiStore
| Method Summary | ||
|---|---|---|
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 |
|
|
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 |
|
| Method Detail |
|---|
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 type
PageImpl getDraftNewPagesContainer()
PageImpl createPage()
void setSession(org.chromattic.api.ChromatticSession chromatticSession)
chromatticSession - org.chromattic.api.ChromatticSession getSession()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||