Class 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:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String PROPERTY_WIKI
      The key of the wiki property.
      • Fields inherited from interface org.xwiki.job.Request

        PROPERTY_CONTEXT, PROPERTY_INTERACTIVE, PROPERTY_REMOTE
    • 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
    • Constructor Detail

      • TaskReferenceRelativizerJobRequest

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