Uses of Interface
com.xpn.xwiki.store.AttachmentVersioningStore

Packages that use AttachmentVersioningStore
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
 AttachmentVersioningStore XWiki.getAttachmentVersioningStore()
           
 

Methods in com.xpn.xwiki with parameters of type AttachmentVersioningStore
 void XWiki.setAttachmentVersioningStore(AttachmentVersioningStore avStore)
           
 

Uses of AttachmentVersioningStore in com.xpn.xwiki.store
 

Classes in com.xpn.xwiki.store that implement AttachmentVersioningStore
 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
 class HibernateAttachmentVersioningStore
          Realization of AttachmentVersioningStore for Hibernate-based storage.
 



Copyright © 2004-2013 XWiki. All Rights Reserved.