Uses of Class
com.xpn.xwiki.doc.DeletedAttachment
-
Packages that use DeletedAttachment Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description List<DeletedAttachment>
XWiki. getDeletedAttachments(String docName, XWikiContext context)
Retrieve all the deleted attachments that belonged to a certain document.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. -
Uses of DeletedAttachment in com.xpn.xwiki.api
Methods in com.xpn.xwiki.api that return DeletedAttachment Modifier and Type Method Description DeletedAttachment
DeletedAttachment. getDeletedAttachment()
Privileged access to the internal object wrapped by this API.Constructors in com.xpn.xwiki.api with parameters of type DeletedAttachment Constructor Description DeletedAttachment(DeletedAttachment deletedAttachment, XWikiContext context)
Simple constructor, initializes a new API object with the currentcontext
and the specified protecteddeleted attachment
object. -
Uses of DeletedAttachment in com.xpn.xwiki.store
Methods in com.xpn.xwiki.store that return DeletedAttachment Modifier and Type Method Description DeletedAttachment
AttachmentRecycleBinStore. getDeletedAttachment(long index, XWikiContext context, boolean bTransaction)
Returns ahandler
for a deleted attachment.Methods in com.xpn.xwiki.store that return types with arguments of type DeletedAttachment Modifier and Type Method Description 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 Modifier and Type Method Description DeletedAttachment
HibernateAttachmentRecycleBinStore. getDeletedAttachment(long index, XWikiContext context, boolean bTransaction)
Methods in com.xpn.xwiki.store.hibernate that return types with arguments of type DeletedAttachment Modifier and Type Method Description List<DeletedAttachment>
HibernateAttachmentRecycleBinStore. getAllDeletedAttachments(XWikiAttachment attachment, XWikiContext context, boolean bTransaction)
List<DeletedAttachment>
HibernateAttachmentRecycleBinStore. getAllDeletedAttachments(XWikiDocument doc, XWikiContext context, boolean bTransaction)
-