Uses of Interface
com.xpn.xwiki.doc.DeletedAttachmentContent
-
Packages that use DeletedAttachmentContent Package Description com.xpn.xwiki.doc com.xpn.xwiki.store -
-
Uses of DeletedAttachmentContent in com.xpn.xwiki.doc
Constructors in com.xpn.xwiki.doc with parameters of type DeletedAttachmentContent Constructor Description DeletedAttachment(long docId, String docName, String filename, String storeType, String deleter, Date deleteDate, DeletedAttachmentContent content)
DeletedAttachment(long docId, String docName, String filename, String storeType, String deleter, Date deleteDate, DeletedAttachmentContent content, long id)
-
Uses of DeletedAttachmentContent in com.xpn.xwiki.store
Methods in com.xpn.xwiki.store that return DeletedAttachmentContent Modifier and Type Method Description DeletedAttachmentContent
AttachmentRecycleBinContentStore. get(AttachmentReference reference, Date deleteDate, long index, boolean bTransaction)
-