Uses of Class
com.xpn.xwiki.api.DeletedAttachment

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.
 



Copyright © 2004-2011 XWiki. All Rights Reserved.