Class TaskReferenceRelativizerJobRequest

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

public class TaskReferenceRelativizerJobRequest extends org.xwiki.job.AbstractRequest
The request used to configure the job that will convert the compact reference of a task macro into a relative one.
Since:
3.5.2
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
    TaskReferenceRelativizerJobRequest(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

    • TaskReferenceRelativizerJobRequest

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