|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WikiResource
Resource for interacting with a specific wiki.
| Method Summary | |
|---|---|
Wiki |
get(String wikiName)
Get information about a wiki. |
Wiki |
importXAR(String wikiName,
Boolean backup,
String history,
InputStream is)
Import a XAR into a given wiki. |
| Method Detail |
|---|
Wiki get(String wikiName)
throws XWikiRestException
wikiName - the wiki name.
XWikiRestException - if something goes wrong.
Wiki importXAR(String wikiName,
Boolean backup,
String history,
InputStream is)
throws XWikiRestException
wikiName - the wiki name.backup - whether this is a backup pack.history - how to manage page version when importing pages.is - the input stream containing XAR data (POSTed by the client)
XWikiRestException - if there was an error during import.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||