Package | Description |
---|---|
org.xwiki.filter | |
org.xwiki.filter.input | |
org.xwiki.filter.job | |
org.xwiki.filter.output | |
org.xwiki.filter.type |
Modifier and Type | Field and Description |
---|---|
protected FilterStreamType |
AbstractFilterStreamFactory.type |
Modifier and Type | Method and Description |
---|---|
FilterStreamType |
AbstractFilterStreamFactory.getType() |
FilterStreamType |
FilterStreamFactory.getType() |
Constructor and Description |
---|
AbstractBeanFilterStreamFactory(FilterStreamType type) |
AbstractFilterStreamFactory(FilterStreamType type) |
Constructor and Description |
---|
AbstractBeanInputFilterStreamFactory(FilterStreamType type) |
Modifier and Type | Method and Description |
---|---|
FilterStreamType |
FilterStreamConverterJobRequest.getInputType() |
FilterStreamType |
FilterStreamConverterJobRequest.getOutputType() |
Constructor and Description |
---|
FilterStreamConverterJobRequest(FilterStreamType inputType,
Map<String,Object> inputProperties,
FilterStreamType outputType,
boolean eventsFolded,
Map<String,Object> outputProperties) |
FilterStreamConverterJobRequest(FilterStreamType inputType,
Map<String,Object> inputProperties,
FilterStreamType outputType,
Map<String,Object> outputProperties) |
Constructor and Description |
---|
AbstractBeanOutputFilterStreamFactory(FilterStreamType type) |
Modifier and Type | Field and Description |
---|---|
static FilterStreamType |
FilterStreamType.CONFLUENCE_XML
The Confluence XML format.
|
static FilterStreamType |
FilterStreamType.DOKUWIKI_TEXT
The DokuWiki data format.
|
static FilterStreamType |
FilterStreamType.FILTER_XML
Generic WIKI XML Syntax.
|
static FilterStreamType |
FilterStreamType.MEDIAWIKI_XML
The MediaWiki XML format.
|
static FilterStreamType |
FilterStreamType.XWIKI_INSTANCE
The database stream based on oldcore APIs.
|
static FilterStreamType |
FilterStreamType.XWIKI_XAR_11
The XAR format in version 1.1.
|
static FilterStreamType |
FilterStreamType.XWIKI_XAR_12
The XAR format in version 1.2.
|
static FilterStreamType |
FilterStreamType.XWIKI_XAR_13
The XAR format in version 1.3.
|
static FilterStreamType |
FilterStreamType.XWIKI_XAR_CURRENT
The XAR format in the current version.
|
Modifier and Type | Method and Description |
---|---|
static FilterStreamType |
FilterStreamType.unserialize(String str)
Create a new
FilterStreamType from a String . |
Modifier and Type | Method and Description |
---|---|
int |
FilterStreamType.compareTo(FilterStreamType o) |
Copyright © 2004–2022 XWiki. All rights reserved.