Package org.xwiki.filemanager.job
Class MoveRequest
- java.lang.Object
-
- org.xwiki.job.AbstractRequest
-
- org.xwiki.filemanager.job.BatchPathRequest
-
- org.xwiki.filemanager.job.MoveRequest
-
- All Implemented Interfaces:
Serializable,org.xwiki.job.Request
@Unstable public class MoveRequest extends BatchPathRequest
Request used byMoveJobto move files and folders to a different path, possibly renaming the target file or folder in case there is only one item to move.- Since:
- 2.0M1
- Version:
- $Id$
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTY_DESTINATION-
Fields inherited from class org.xwiki.filemanager.job.BatchPathRequest
PROPERTY_PATHS
-
-
Constructor Summary
Constructors Constructor Description MoveRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathgetDestination()voidsetDestination(Path destination)Sets the destination path where to move the files and folders.-
Methods inherited from class org.xwiki.filemanager.job.BatchPathRequest
getPaths, setPaths
-
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_DESTINATION
public static final String PROPERTY_DESTINATION
- See Also:
getDestination(), Constant Field Values
-
-