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

Packages that use AttachmentRecycleBinStore
com.xpn.xwiki   
com.xpn.xwiki.store.hibernate   
 

Uses of AttachmentRecycleBinStore in com.xpn.xwiki
 

Methods in com.xpn.xwiki that return AttachmentRecycleBinStore
 AttachmentRecycleBinStore XWiki.getAttachmentRecycleBinStore()
           
 

Methods in com.xpn.xwiki with parameters of type AttachmentRecycleBinStore
 void XWiki.setAttachmentRecycleBinStore(AttachmentRecycleBinStore attachmentRecycleBinStore)
           
 

Uses of AttachmentRecycleBinStore in com.xpn.xwiki.store.hibernate
 

Classes in com.xpn.xwiki.store.hibernate that implement AttachmentRecycleBinStore
 class HibernateAttachmentRecycleBinStore
          Realization of AttachmentRecycleBinStore for Hibernate-based storage.
 



Copyright © 2004-2013 XWiki. All Rights Reserved.