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

Packages that use DeletedAttachment
com.xpn.xwiki   
com.xpn.xwiki.api   
com.xpn.xwiki.store   
com.xpn.xwiki.store.hibernate   
 

Uses of DeletedAttachment in com.xpn.xwiki
 

Methods in com.xpn.xwiki that return DeletedAttachment
 DeletedAttachment XWiki.getDeletedAttachment(String id, XWikiContext context)
          Retrieve a specific attachment from the trash.
 

Methods in com.xpn.xwiki that return types with arguments of type DeletedAttachment
 List<DeletedAttachment> XWiki.getDeletedAttachments(String docName, String filename, XWikiContext context)
          Retrieve all the deleted attachments that belonged to a certain document and had the specified name.
 List<DeletedAttachment> XWiki.getDeletedAttachments(String docName, XWikiContext context)
          Retrieve all the deleted attachments that belonged to a certain document.
 

Uses of DeletedAttachment in com.xpn.xwiki.api
 

Methods in com.xpn.xwiki.api that return DeletedAttachment
 DeletedAttachment DeletedAttachment.getDeletedAttachment()
          Privileged access to the internal object wrapped by this API.
 

Constructors in com.xpn.xwiki.api with parameters of type DeletedAttachment
DeletedAttachment(DeletedAttachment deletedAttachment, XWikiContext context)
          Simple constructor, initializes a new API object with the current context and the specified protected deleted attachment object.
 

Uses of DeletedAttachment in com.xpn.xwiki.store
 

Methods in com.xpn.xwiki.store that return DeletedAttachment
 DeletedAttachment AttachmentRecycleBinStore.getDeletedAttachment(long index, XWikiContext context, boolean bTransaction)
          Returns a handler for a deleted attachment.
 

Methods in com.xpn.xwiki.store that return types with arguments of type DeletedAttachment
 List<DeletedAttachment> AttachmentRecycleBinStore.getAllDeletedAttachments(XWikiAttachment attachment, XWikiContext context, boolean bTransaction)
          Get all the deleted attachments from the database matching an attachment template (document name and filename).
 List<DeletedAttachment> AttachmentRecycleBinStore.getAllDeletedAttachments(XWikiDocument doc, XWikiContext context, boolean bTransaction)
          Get all the deleted attachments for a given document.
 

Uses of DeletedAttachment in com.xpn.xwiki.store.hibernate
 

Methods in com.xpn.xwiki.store.hibernate that return DeletedAttachment
 DeletedAttachment HibernateAttachmentRecycleBinStore.getDeletedAttachment(long index, XWikiContext context, boolean bTransaction)
           
 

Methods in com.xpn.xwiki.store.hibernate that return types with arguments of type DeletedAttachment
 List<DeletedAttachment> HibernateAttachmentRecycleBinStore.getAllDeletedAttachments(XWikiAttachment attachment, XWikiContext context, boolean bTransaction)
           
 List<DeletedAttachment> HibernateAttachmentRecycleBinStore.getAllDeletedAttachments(XWikiDocument doc, XWikiContext context, boolean bTransaction)
           
 



Copyright © 2004-2013 XWiki. All Rights Reserved.