| Package | Description |
|---|---|
| org.xwiki.wikistream | |
| org.xwiki.wikistream.job | |
| org.xwiki.wikistream.type |
| Modifier and Type | Method and Description |
|---|---|
WikiStreamType |
WikiStreamFactory.getType() |
| Modifier and Type | Method and Description |
|---|---|
WikiStreamType |
WikiStreamConverterJobRequest.getInputType() |
WikiStreamType |
WikiStreamConverterJobRequest.getOutputType() |
| Constructor and Description |
|---|
WikiStreamConverterJobRequest(WikiStreamType inputType,
Map<String,Object> inputProperties,
WikiStreamType outputType,
Map<String,Object> outputProperties) |
| Modifier and Type | Field and Description |
|---|---|
static WikiStreamType |
WikiStreamType.CONFLUENCE_XML
The Confluence XML format.
|
static WikiStreamType |
WikiStreamType.WIKI_XML
Generic WIKI XML Syntax.
|
static WikiStreamType |
WikiStreamType.XWIKI_INSTANCE
The database stream based on oldcore APIs.
|
static WikiStreamType |
WikiStreamType.XWIKI_XAR_11
The XAR format.
|
| Modifier and Type | Method and Description |
|---|---|
static WikiStreamType |
WikiStreamType.unserialize(String str)
Create a new
WikiStreamType from a String. |
| Modifier and Type | Method and Description |
|---|---|
int |
WikiStreamType.compareTo(WikiStreamType o) |
Copyright © 2004–2014 XWiki. All rights reserved.