org.xwiki.wikistream.job
Interface WikiStreamJobRequest

All Superinterfaces:
org.xwiki.job.Request, Serializable
All Known Implementing Classes:
WikiStreamConverterJobRequest

@Unstable
public interface WikiStreamJobRequest
extends org.xwiki.job.Request

WikiStream job request.

Since:
5.3M2
Version:
$Id: 4f184a0200dbda280804e8f7743778a47377dc67 $

Field Summary
static String JOBID_PREFIX
          The prefix used for all WikiStream jobs identifiers.
 
Fields inherited from interface org.xwiki.job.Request
PROPERTY_INTERACTIVE, PROPERTY_REMOTE
 
Method Summary
 
Methods inherited from interface org.xwiki.job.Request
containsProperty, getId, getProperty, getProperty, getPropertyNames, isInteractive, isRemote, isVerbose
 

Field Detail

JOBID_PREFIX

static final String JOBID_PREFIX
The prefix used for all WikiStream jobs identifiers.

See Also:
Constant Field Values


Copyright © 2004–2014 XWiki. All rights reserved.