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

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from interface org.xwiki.job.Request

    PROPERTY_CONTEXT, PROPERTY_INTERACTIVE, PROPERTY_REMOTE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • BatchPathRequest

      public BatchPathRequest()
  • Method Details

    • getPaths

      public Collection<Path> getPaths()
      Returns:
      the collection of paths that are targeted by this request
    • setPaths

      public void setPaths(Collection<Path> paths)
      Sets the paths that are targeted by this request.
      Parameters:
      paths - the collection of paths that are targeted by this request