|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeletedAttachment | |
---|---|
com.xpn.xwiki.api |
Uses of DeletedAttachment in com.xpn.xwiki.api |
---|
Methods in com.xpn.xwiki.api that return DeletedAttachment | |
---|---|
DeletedAttachment |
XWiki.getDeletedAttachment(String id)
Retrieve a specific attachment from the trash. |
Methods in com.xpn.xwiki.api that return types with arguments of type DeletedAttachment | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |