Class PermanentlyDeleteRequest

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

    public class PermanentlyDeleteRequest
    extends AbstractDeletedDocumentsRequest
    A job request that can be used to permanently delete a list of deleted documents and/or an entire batch of deleted documents from the recycle bin.
    Since:
    10.10RC1
    Version:
    $Id: 0769cff7b331b6a91a840e24cc7825cf38843717 $
    See Also:
    Serialized Form
    • Constructor Detail

      • PermanentlyDeleteRequest

        public PermanentlyDeleteRequest()
        Default constructor.
      • PermanentlyDeleteRequest

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