org.xwiki.wikistream.job
Class WikiStreamConverterJobRequest

java.lang.Object
  extended by org.xwiki.job.AbstractRequest
      extended by 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

Field Summary
 
Fields inherited from interface org.xwiki.wikistream.job.WikiStreamJobRequest
JOBID_PREFIX
 
Fields inherited from interface org.xwiki.job.Request
PROPERTY_INTERACTIVE, PROPERTY_REMOTE
 
Constructor Summary
WikiStreamConverterJobRequest(org.xwiki.job.Request request)
           
WikiStreamConverterJobRequest(WikiStreamType inputType, Map<String,Object> inputProperties, WikiStreamType outputType, Map<String,Object> outputProperties)
           
 
Method Summary
 Map<String,Object> getInputProperties()
           
 WikiStreamType getInputType()
           
 Map<String,Object> getOutputProperties()
           
 WikiStreamType getOutputType()
           
 
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
 

Constructor Detail

WikiStreamConverterJobRequest

public WikiStreamConverterJobRequest(WikiStreamType inputType,
                                     Map<String,Object> inputProperties,
                                     WikiStreamType outputType,
                                     Map<String,Object> outputProperties)
Parameters:
inputType - the type of the input module
inputProperties - the configuration of the input module
outputType - the type of the output module
outputProperties - the configuration of the output module

WikiStreamConverterJobRequest

public WikiStreamConverterJobRequest(org.xwiki.job.Request request)
Parameters:
request - the request to copy
Method Detail

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.