@Role
public interface WikiPropertyGroupProvider
| Modifier and Type | Method and Description |
|---|---|
WikiPropertyGroup |
get(String wikiId)
Get the WikiDescriptor Property Group corresponding to a wiki.
|
void |
save(WikiPropertyGroup group,
String wikiId)
Save the WikiDescriptor Property Group corresponding to a wiki in the persistent storage.
|
WikiPropertyGroup get(String wikiId) throws WikiPropertyGroupException
wikiId - Id of the wikiWikiPropertyGroupException - if problem occursvoid save(WikiPropertyGroup group, String wikiId) throws WikiPropertyGroupException
group - group to savewikiId - identifier of the wiki concerned by this groupWikiPropertyGroupException - if problem occursCopyright © 2004–2015 XWiki. All rights reserved.