Package org.xwiki.refactoring.job
Class RestoreRequest
- java.lang.Object
-
- org.xwiki.job.AbstractRequest
-
- org.xwiki.job.api.AbstractCheckRightsRequest
-
- org.xwiki.refactoring.job.AbstractDeletedDocumentsRequest
-
- org.xwiki.refactoring.job.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 Summary
Constructors Constructor Description RestoreRequest()
Default constructor.RestoreRequest(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
-
-