Package | Description |
---|---|
com.xpn.xwiki | |
com.xpn.xwiki.store | |
com.xpn.xwiki.store.hibernate |
Modifier and Type | Method and Description |
---|---|
AttachmentVersioningStore |
XWiki.getAttachmentVersioningStore()
Deprecated.
since 9.9RC1, use
XWiki.getDefaultAttachmentArchiveStore() instead |
AttachmentVersioningStore |
XWiki.getDefaultAttachmentArchiveStore() |
Modifier and Type | Method and Description |
---|---|
void |
XWiki.setAttachmentVersioningStore(AttachmentVersioningStore attachmentArchiveStore)
Deprecated.
since 9.10RC1, use
XWiki.setDefaultAttachmentArchiveStore(AttachmentVersioningStore) instead |
void |
XWiki.setDefaultAttachmentArchiveStore(AttachmentVersioningStore attachmentArchiveStore) |
Modifier and Type | Class and Description |
---|---|
class |
VoidAttachmentVersioningStore
Void store for attachment versioning when it is disabled.
|
Modifier and Type | Class and Description |
---|---|
class |
HibernateAttachmentVersioningStore
Realization of
AttachmentVersioningStore for Hibernate-based storage. |
Copyright © 2004–2021 XWiki. All rights reserved.