Uses of Interface
com.xpn.xwiki.store.AttachmentRecycleBinStore
-
Packages that use AttachmentRecycleBinStore Package Description com.xpn.xwiki com.xpn.xwiki.store.hibernate -
-
Uses of AttachmentRecycleBinStore in com.xpn.xwiki
Methods in com.xpn.xwiki that return AttachmentRecycleBinStore Modifier and Type Method Description AttachmentRecycleBinStore
XWiki. getAttachmentRecycleBinStore()
Methods in com.xpn.xwiki with parameters of type AttachmentRecycleBinStore Modifier and Type Method Description void
XWiki. setAttachmentRecycleBinStore(AttachmentRecycleBinStore attachmentRecycleBinStore)
-
Uses of AttachmentRecycleBinStore in com.xpn.xwiki.store.hibernate
Classes in com.xpn.xwiki.store.hibernate that implement AttachmentRecycleBinStore Modifier and Type Class Description class
HibernateAttachmentRecycleBinStore
Realization ofAttachmentRecycleBinStore
for Hibernate-based storage.
-