Package com.xwiki.task.job
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
FieldsFields inherited from interface org.xwiki.job.Request
PROPERTY_CONTEXT, PROPERTY_INTERACTIVE, PROPERTY_REMOTE -
Constructor Summary
ConstructorsConstructorDescriptionTaskReferenceRelativizerJobRequest(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
-
Field Details
-
PROPERTY_WIKI
The key of the wiki property.- See Also:
-
-
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.
-