Uses of Class
com.xpn.xwiki.api.DeletedAttachment
-
Packages that use DeletedAttachment Package Description com.xpn.xwiki.api -
-
Uses of DeletedAttachment in com.xpn.xwiki.api
Methods in com.xpn.xwiki.api that return DeletedAttachment Modifier and Type Method Description 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 Modifier and Type Method 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.
-