Class TaskDataInferringJobRequest

java.lang.Object
org.xwiki.job.AbstractRequest
com.xwiki.task.job.TaskDataInferringJobRequest
All Implemented Interfaces:
Serializable, org.xwiki.job.Request

public class TaskDataInferringJobRequest extends org.xwiki.job.AbstractRequest
The request used to configure the task data inferring job.
Since:
3.3
Version:
$Id$
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The key of the wiki property.

    Fields inherited from interface org.xwiki.job.Request

    PROPERTY_CONTEXT, PROPERTY_INTERACTIVE, PROPERTY_REMOTE
  • Constructor Summary

    Constructors
    Constructor
    Description
    TaskDataInferringJobRequest(org.xwiki.model.reference.WikiReference wikiReference)
     
  • Method Summary

    Methods inherited from class org.xwiki.job.AbstractRequest

    containsProperty, equals, getContext, getId, getProperties, getProperty, getProperty, getPropertyNames, hashCode, isInteractive, isRemote, isStatusLogIsolated, isStatusSerialized, isVerbose, removeProperty, setContext, setId, setId, setId, setInteractive, setProperty, setRemote, setStatusLogIsolated, setStatusSerialized, setVerbose

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • TaskDataInferringJobRequest

      public TaskDataInferringJobRequest(org.xwiki.model.reference.WikiReference wikiReference)
      Parameters:
      wikiReference - the reference of the wiki inside which the job will be executed.