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

Packages that use XWikiAttachmentArchive
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
 XWikiAttachmentArchive XWikiAttachment.getAttachment_archive()
           
 XWikiAttachmentArchive XWikiAttachment.loadArchive(XWikiContext context)
           
 

Methods in com.xpn.xwiki.doc with parameters of type XWikiAttachmentArchive
 void XWikiAttachment.setAttachment_archive(XWikiAttachmentArchive attachment_archive)
           
 

Uses of XWikiAttachmentArchive in com.xpn.xwiki.store
 

Subclasses of XWikiAttachmentArchive in com.xpn.xwiki.store
static class VoidAttachmentVersioningStore.VoidAttachmentArchive
          Void realization of AttachmentArchive.
 

Methods in com.xpn.xwiki.store that return XWikiAttachmentArchive
 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
 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
 XWikiAttachmentArchive HibernateAttachmentVersioningStore.loadArchive(XWikiAttachment attachment, XWikiContext context, boolean bTransaction)
           
 

Methods in com.xpn.xwiki.store.hibernate with parameters of type XWikiAttachmentArchive
 void HibernateAttachmentVersioningStore.saveArchive(XWikiAttachmentArchive archive, XWikiContext context, boolean bTransaction)
           
 



Copyright © 2004-2013 XWiki. All Rights Reserved.