Package | Description |
---|---|
com.xpn.xwiki.api |
Modifier and Type | Method and Description |
---|---|
DeletedAttachment |
XWiki.getDeletedAttachment(String id)
Retrieve a specific attachment from the trash.
|
Modifier and Type | Method and Description |
---|---|
List<DeletedAttachment> |
XWiki.getDeletedAttachments(String docName)
Retrieve all the deleted attachments that belonged to a certain document.
|
List<DeletedAttachment> |
XWiki.getDeletedAttachments(String docName,
String filename)
Retrieve all the deleted attachments that belonged to a certain document and had the specified name.
|
Copyright © 2004–2022 XWiki. All rights reserved.