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 XWikiAttachmentStoreInterfaceXWiki. getAttachmentStore()Deprecated.since 9.9RC1, useXWiki.getDefaultAttachmentContentStore()insteadXWikiAttachmentStoreInterfaceXWiki. getDefaultAttachmentContentStore()Methods in com.xpn.xwiki with parameters of type XWikiAttachmentStoreInterface Modifier and Type Method Description voidXWiki. setAttachmentStore(XWikiAttachmentStoreInterface attachmentStore)Deprecated.since 9.9RC1, useXWiki.setDefaultAttachmentContentStore(XWikiAttachmentStoreInterface)insteadvoidXWiki. 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 XWikiAttachmentStoreInterfaceXWikiDocument. 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 classXWikiHibernateAttachmentStore
-