Package org.xwiki.filemanager.job


package org.xwiki.filemanager.job
  • Class
    Description
    A generic request that targets multiple paths in the file system.
    Exposes APIs to run file system jobs.
    Request used by MoveJob to move files and folders to a different path, possibly renaming the target file or folder in case there is only one item to move.
    Question asked when a file with the same name is found during a copy or move operation and we don't know whether to overwrite or keep the existing file.
    The status of a job that executes a PackRequest.
    Request used by PackJob to pack multiple files and folders (including the child files and sub-folders) in a single ZIP archive.