Uses of Interface
com.xpn.xwiki.store.XWikiAttachmentStoreInterface
-
Packages that use XWikiAttachmentStoreInterface Package Description com.xpn.xwiki com.xpn.xwiki.doc com.xpn.xwiki.store -
-
Uses of XWikiAttachmentStoreInterface in com.xpn.xwiki
Methods in com.xpn.xwiki that return XWikiAttachmentStoreInterface Modifier and Type Method Description XWikiAttachmentStoreInterface
XWiki. getAttachmentStore()
Deprecated.since 9.9RC1, useXWiki.getDefaultAttachmentContentStore()
insteadXWikiAttachmentStoreInterface
XWiki. getDefaultAttachmentContentStore()
Methods in com.xpn.xwiki with parameters of type XWikiAttachmentStoreInterface Modifier and Type Method Description void
XWiki. setAttachmentStore(XWikiAttachmentStoreInterface attachmentStore)
Deprecated.since 9.9RC1, useXWiki.setDefaultAttachmentContentStore(XWikiAttachmentStoreInterface)
insteadvoid
XWiki. setDefaultAttachmentContentStore(XWikiAttachmentStoreInterface attachmentContentStore)
-
Uses of XWikiAttachmentStoreInterface in com.xpn.xwiki.doc
Methods in com.xpn.xwiki.doc that return XWikiAttachmentStoreInterface Modifier and Type Method Description XWikiAttachmentStoreInterface
XWikiDocument. getAttachmentStore(XWikiContext context)
Deprecated.useXWiki.getDefaultAttachmentContentStore()
instead -
Uses of XWikiAttachmentStoreInterface in com.xpn.xwiki.store
Classes in com.xpn.xwiki.store that implement XWikiAttachmentStoreInterface Modifier and Type Class Description class
XWikiHibernateAttachmentStore
-