Package org.xwiki.refactoring.job
Class PermanentlyDeleteRequest
- java.lang.Object
-
- org.xwiki.job.AbstractRequest
-
- org.xwiki.job.api.AbstractCheckRightsRequest
-
- org.xwiki.refactoring.job.AbstractDeletedDocumentsRequest
-
- org.xwiki.refactoring.job.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 Summary
Constructors Constructor Description PermanentlyDeleteRequest()
Default constructor.PermanentlyDeleteRequest(org.xwiki.job.Request request)
-
Method Summary
-
Methods inherited from class org.xwiki.refactoring.job.AbstractDeletedDocumentsRequest
getBatchId, getDeletedDocumentIds, getWikiReference, setBatchId, setDeletedDocumentIds, setWikiReference
-
Methods inherited from class org.xwiki.job.api.AbstractCheckRightsRequest
getAuthorReference, getUserReference, isCheckAuthorRights, isCheckRights, setAuthorReference, setCheckAuthorRights, setCheckRights, setUserReference
-
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
-
-