Class RestoreRequest

  • All Implemented Interfaces:
    Serializable, org.xwiki.job.Request

    public class RestoreRequest
    extends AbstractDeletedDocumentsRequest
    A job request that can be used to restore a list of deleted documents and/or an entire batch of deleted documents from the recycle bin.
    Since:
    9.4RC1
    Version:
    $Id: 78d1a7443ea8814ebed8d1547e47a62da2cddb13 $
    See Also:
    Serialized Form
    • Constructor Detail

      • RestoreRequest

        public RestoreRequest()
        Default constructor.
      • RestoreRequest

        public RestoreRequest​(org.xwiki.job.Request request)
        Parameters:
        request - the request to copy
        Since:
        14.7RC1, 14.4.4, 13.10.9