@Unstable public class WikiStreamConverterJobRequest extends org.xwiki.job.AbstractRequest implements WikiStreamJobRequest
JOBID_PREFIX| Constructor and Description |
|---|
WikiStreamConverterJobRequest(org.xwiki.job.Request request) |
WikiStreamConverterJobRequest(WikiStreamType inputType,
Map<String,Object> inputProperties,
WikiStreamType outputType,
Map<String,Object> outputProperties) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getInputProperties() |
WikiStreamType |
getInputType() |
Map<String,Object> |
getOutputProperties() |
WikiStreamType |
getOutputType() |
containsProperty, getId, getProperty, getProperty, getPropertyNames, isInteractive, isRemote, isVerbose, removeProperty, setId, setId, setInteractive, setProperty, setRemote, setVerbosepublic WikiStreamConverterJobRequest(WikiStreamType inputType, Map<String,Object> inputProperties, WikiStreamType outputType, Map<String,Object> outputProperties)
inputType - the type of the input moduleinputProperties - the configuration of the input moduleoutputType - the type of the output moduleoutputProperties - the configuration of the output modulepublic WikiStreamConverterJobRequest(org.xwiki.job.Request request)
request - the request to copypublic WikiStreamType getInputType()
public Map<String,Object> getInputProperties()
public WikiStreamType getOutputType()
Copyright © 2004–2014 XWiki. All rights reserved.