org.xwiki.wikistream.job
Class WikiStreamConverterJobRequest
java.lang.Object
org.xwiki.job.AbstractRequest
org.xwiki.wikistream.job.WikiStreamConverterJobRequest
- All Implemented Interfaces:
- Serializable, org.xwiki.job.Request, WikiStreamJobRequest
@Unstable
public class WikiStreamConverterJobRequest
- extends org.xwiki.job.AbstractRequest
- implements WikiStreamJobRequest
The request used to configure "wikistream.converter" job.
- Since:
- 5.3M2
- Version:
- $Id: a3dd69735d70586a64e8911624e6986986b0c571 $
- See Also:
- Serialized Form
| Fields inherited from interface org.xwiki.job.Request |
PROPERTY_INTERACTIVE, PROPERTY_REMOTE |
| Methods inherited from class org.xwiki.job.AbstractRequest |
containsProperty, getId, getProperty, getProperty, getPropertyNames, isInteractive, isRemote, isVerbose, removeProperty, setId, setId, setInteractive, setProperty, setRemote, setVerbose |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.xwiki.job.Request |
containsProperty, getId, getProperty, getProperty, getPropertyNames, isInteractive, isRemote, isVerbose |
WikiStreamConverterJobRequest
public WikiStreamConverterJobRequest(WikiStreamType inputType,
Map<String,Object> inputProperties,
WikiStreamType outputType,
Map<String,Object> outputProperties)
- Parameters:
inputType - the type of the input moduleinputProperties - the configuration of the input moduleoutputType - the type of the output moduleoutputProperties - the configuration of the output module
WikiStreamConverterJobRequest
public WikiStreamConverterJobRequest(org.xwiki.job.Request request)
- Parameters:
request - the request to copy
getInputType
public WikiStreamType getInputType()
- Returns:
- the type of the input module
getInputProperties
public Map<String,Object> getInputProperties()
- Returns:
- the configuration of the input module
getOutputType
public WikiStreamType getOutputType()
- Returns:
- the type of the output module
getOutputProperties
public Map<String,Object> getOutputProperties()
- Returns:
- the configuration of the output module
Copyright © 2004–2014 XWiki. All rights reserved.