Uses of Class
com.xpn.xwiki.doc.XWikiAttachmentArchive
-
Packages that use XWikiAttachmentArchive Package Description com.xpn.xwiki.doc com.xpn.xwiki.store com.xpn.xwiki.store.hibernate -
-
Uses of XWikiAttachmentArchive in com.xpn.xwiki.doc
Methods in com.xpn.xwiki.doc that return XWikiAttachmentArchive Modifier and Type Method Description XWikiAttachmentArchive
XWikiAttachmentArchive. clone(XWikiAttachment attachment, XWikiContext context)
Clone the attachment archive while replacing the name and the document of the revisions to the one of the attachment passed in parameter.XWikiAttachmentArchive
XWikiAttachment. getAttachment_archive()
XWikiAttachmentArchive
XWikiAttachment. getAttachmentArchive(XWikiContext xcontext)
XWikiAttachmentArchive
XWikiAttachment. loadArchive(XWikiContext xcontext)
Methods in com.xpn.xwiki.doc with parameters of type XWikiAttachmentArchive Modifier and Type Method Description void
XWikiAttachment. setAttachment_archive(XWikiAttachmentArchive attachment_archive)
-
Uses of XWikiAttachmentArchive in com.xpn.xwiki.store
Subclasses of XWikiAttachmentArchive in com.xpn.xwiki.store Modifier and Type Class Description static class
VoidAttachmentVersioningStore.VoidAttachmentArchive
Void realization of AttachmentArchive.Methods in com.xpn.xwiki.store that return XWikiAttachmentArchive Modifier and Type Method Description XWikiAttachmentArchive
AttachmentVersioningStore. loadArchive(XWikiAttachment attachment, XWikiContext context, boolean bTransaction)
Load attachment archive from store.XWikiAttachmentArchive
VoidAttachmentVersioningStore. loadArchive(XWikiAttachment attachment, XWikiContext context, boolean transaction)
Methods in com.xpn.xwiki.store with parameters of type XWikiAttachmentArchive Modifier and Type Method Description void
AttachmentVersioningStore. saveArchive(XWikiAttachmentArchive archive, XWikiContext context, boolean bTransaction)
Save or update attachment archive.void
VoidAttachmentVersioningStore. saveArchive(XWikiAttachmentArchive archive, XWikiContext context, boolean transaction)
-
Uses of XWikiAttachmentArchive in com.xpn.xwiki.store.hibernate
Methods in com.xpn.xwiki.store.hibernate that return XWikiAttachmentArchive Modifier and Type Method Description XWikiAttachmentArchive
HibernateAttachmentVersioningStore. loadArchive(XWikiAttachment attachment, XWikiContext context, boolean bTransaction)
Methods in com.xpn.xwiki.store.hibernate with parameters of type XWikiAttachmentArchive Modifier and Type Method Description void
HibernateAttachmentVersioningStore. saveArchive(XWikiAttachmentArchive archive, XWikiContext context, boolean bTransaction)
-