Uses of Interface
com.xpn.xwiki.store.AttachmentVersioningStore
-
Packages that use AttachmentVersioningStore Package Description com.xpn.xwiki com.xpn.xwiki.store com.xpn.xwiki.store.hibernate -
-
Uses of AttachmentVersioningStore in com.xpn.xwiki
Methods in com.xpn.xwiki that return AttachmentVersioningStore Modifier and Type Method Description AttachmentVersioningStore
XWiki. getAttachmentVersioningStore()
Deprecated.since 9.9RC1, useXWiki.getDefaultAttachmentArchiveStore()
insteadAttachmentVersioningStore
XWiki. getDefaultAttachmentArchiveStore()
Methods in com.xpn.xwiki with parameters of type AttachmentVersioningStore Modifier and Type Method Description void
XWiki. setAttachmentVersioningStore(AttachmentVersioningStore attachmentArchiveStore)
Deprecated.since 9.10RC1, useXWiki.setDefaultAttachmentArchiveStore(AttachmentVersioningStore)
insteadvoid
XWiki. setDefaultAttachmentArchiveStore(AttachmentVersioningStore attachmentArchiveStore)
-
Uses of AttachmentVersioningStore in com.xpn.xwiki.store
Classes in com.xpn.xwiki.store that implement AttachmentVersioningStore Modifier and Type Class Description class
VoidAttachmentVersioningStore
Void store for attachment versioning when it is disabled. -
Uses of AttachmentVersioningStore in com.xpn.xwiki.store.hibernate
Classes in com.xpn.xwiki.store.hibernate that implement AttachmentVersioningStore Modifier and Type Class Description class
HibernateAttachmentVersioningStore
Realization ofAttachmentVersioningStore
for Hibernate-based storage.
-