public abstract class AbstractDeletedDocumentsRequest extends AbstractCheckRightsRequest
| Constructor and Description |
|---|
AbstractDeletedDocumentsRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBatchId() |
List<Long> |
getDeletedDocumentIds() |
org.xwiki.model.reference.WikiReference |
getWikiReference() |
void |
setBatchId(String batchId) |
void |
setDeletedDocumentIds(List<Long> deletedDocumentIds) |
void |
setWikiReference(org.xwiki.model.reference.WikiReference wikiReference) |
getAuthorReference, getUserReference, isCheckAuthorRights, isCheckRights, setAuthorReference, setCheckAuthorRights, setCheckRights, setUserReferencecontainsProperty, equals, getContext, getId, getProperties, getProperty, getProperty, getPropertyNames, hashCode, isInteractive, isRemote, isStatusLogIsolated, isStatusSerialized, isVerbose, removeProperty, setContext, setId, setId, setId, setInteractive, setProperty, setRemote, setStatusLogIsolated, setStatusSerialized, setVerbosepublic String getBatchId()
setDeletedDocumentIds(List) is also
specified, the two will be merged when the operation is executedpublic void setBatchId(String batchId)
batchId - the ID of the batch of deleted documents to handle. If setDeletedDocumentIds(List) is
also specified, the two will be merged when the operation is executedpublic List<Long> getDeletedDocumentIds()
setBatchId(String) is also specified,
the two will be merged when the operation is executedpublic void setDeletedDocumentIds(List<Long> deletedDocumentIds)
deletedDocumentIds - the list of IDs of the deleted documents to handle. If setBatchId(String) is
also specified, the two will be merged when the operation is executedpublic org.xwiki.model.reference.WikiReference getWikiReference()
public void setWikiReference(org.xwiki.model.reference.WikiReference wikiReference)
wikiReference - the wiki on which the handle operation is performedCopyright © 2004–2021 XWiki. All rights reserved.