Package org.xwiki.filemanager.job
Class BatchPathRequest
java.lang.Object
org.xwiki.job.AbstractRequest
org.xwiki.filemanager.job.BatchPathRequest
- All Implemented Interfaces:
Serializable,org.xwiki.job.Request
- Direct Known Subclasses:
MoveRequest,PackRequest
@Unstable
public class BatchPathRequest
extends org.xwiki.job.AbstractRequest
A generic request that targets multiple paths in the file system.
- Since:
- 2.0M1
- Version:
- $Id$
- See Also:
-
Field Summary
FieldsFields inherited from interface org.xwiki.job.Request
PROPERTY_CONTEXT, PROPERTY_INTERACTIVE, PROPERTY_REMOTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPaths()voidsetPaths(Collection<Path> paths) Sets the paths that are targeted by this request.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_PATHS
- See Also:
-
-
Constructor Details
-
BatchPathRequest
public BatchPathRequest()
-
-
Method Details
-
getPaths
- Returns:
- the collection of paths that are targeted by this request
-
setPaths
Sets the paths that are targeted by this request.- Parameters:
paths- the collection of paths that are targeted by this request
-