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.AbstractRequestThe 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 StringPROPERTY_WIKIThe key of the wiki property.
-
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
-
-
-
-
Field Detail
-
PROPERTY_WIKI
public static final String PROPERTY_WIKI
The key of the wiki property.- See Also:
- Constant Field Values
-
-