Package | Description |
---|---|
com.xpn.xwiki.doc | |
com.xpn.xwiki.store | |
com.xpn.xwiki.store.hibernate |
Modifier and Type | Method and Description |
---|---|
XWikiAttachmentArchive |
XWikiAttachment.getAttachment_archive() |
XWikiAttachmentArchive |
XWikiAttachment.getAttachmentArchive(XWikiContext xcontext) |
XWikiAttachmentArchive |
XWikiAttachment.loadArchive(XWikiContext xcontext) |
Modifier and Type | Method and Description |
---|---|
void |
XWikiAttachment.setAttachment_archive(XWikiAttachmentArchive attachment_archive) |
Modifier and Type | Class and Description |
---|---|
static class |
VoidAttachmentVersioningStore.VoidAttachmentArchive
Void realization of AttachmentArchive.
|
Modifier and Type | Method and Description |
---|---|
XWikiAttachmentArchive |
AttachmentVersioningStore.loadArchive(XWikiAttachment attachment,
XWikiContext context,
boolean bTransaction)
Load attachment archive from store.
|
XWikiAttachmentArchive |
VoidAttachmentVersioningStore.loadArchive(XWikiAttachment attachment,
XWikiContext context,
boolean transaction) |
Modifier and Type | Method and Description |
---|---|
void |
AttachmentVersioningStore.saveArchive(XWikiAttachmentArchive archive,
XWikiContext context,
boolean bTransaction)
Save or update attachment archive.
|
void |
VoidAttachmentVersioningStore.saveArchive(XWikiAttachmentArchive archive,
XWikiContext context,
boolean transaction) |
Modifier and Type | Method and Description |
---|---|
XWikiAttachmentArchive |
HibernateAttachmentVersioningStore.loadArchive(XWikiAttachment attachment,
XWikiContext context,
boolean bTransaction) |
Modifier and Type | Method and Description |
---|---|
void |
HibernateAttachmentVersioningStore.saveArchive(XWikiAttachmentArchive archive,
XWikiContext context,
boolean bTransaction) |
Copyright © 2004–2021 XWiki. All rights reserved.