Uses of Interface
com.xpn.xwiki.store.XWikiStoreInterface
-
Packages that use XWikiStoreInterface Package Description com.xpn.xwiki com.xpn.xwiki.doc com.xpn.xwiki.store -
-
Uses of XWikiStoreInterface in com.xpn.xwiki
Methods in com.xpn.xwiki that return XWikiStoreInterface Modifier and Type Method Description XWikiStoreInterface
XWiki. getNotCacheStore()
XWikiStoreInterface
XWiki. getStore()
Methods in com.xpn.xwiki with parameters of type XWikiStoreInterface Modifier and Type Method Description void
XWiki. setStore(XWikiStoreInterface store)
-
Uses of XWikiStoreInterface in com.xpn.xwiki.doc
Methods in com.xpn.xwiki.doc that return XWikiStoreInterface Modifier and Type Method Description XWikiStoreInterface
LazyXWikiDocument. getStore()
XWikiStoreInterface
LazyXWikiDocument. getStore(XWikiContext context)
XWikiStoreInterface
XWikiDocument. getStore()
XWikiStoreInterface
XWikiDocument. getStore(XWikiContext context)
XWikiStoreInterface
XWikiSpace. getStore()
Methods in com.xpn.xwiki.doc with parameters of type XWikiStoreInterface Modifier and Type Method Description void
XWikiDocument. setStore(XWikiStoreInterface store)
void
XWikiSpace. setStore(XWikiStoreInterface store)
Set the store of the space.Constructors in com.xpn.xwiki.doc with parameters of type XWikiStoreInterface Constructor Description XWikiSpace(SpaceReference reference, XWikiStoreInterface store)
-
Uses of XWikiStoreInterface in com.xpn.xwiki.store
Subinterfaces of XWikiStoreInterface in com.xpn.xwiki.store Modifier and Type Interface Description interface
XWikiCacheStoreInterface
Classes in com.xpn.xwiki.store that implement XWikiStoreInterface Modifier and Type Class Description class
XWikiCacheStore
A proxy store implementation that caches Documents when they are first fetched and subsequently return them from a cache.class
XWikiDefaultStore
class
XWikiHibernateStore
The XWiki Hibernate database driver.Methods in com.xpn.xwiki.store that return XWikiStoreInterface Modifier and Type Method Description XWikiStoreInterface
XWikiCacheStore. getStore()
XWikiStoreInterface
XWikiCacheStoreInterface. getStore()
Methods in com.xpn.xwiki.store with parameters of type XWikiStoreInterface Modifier and Type Method Description void
XWikiCacheStore. setStore(XWikiStoreInterface store)
void
XWikiCacheStoreInterface. setStore(XWikiStoreInterface store)
Constructors in com.xpn.xwiki.store with parameters of type XWikiStoreInterface Constructor Description XWikiCacheStore(XWikiStoreInterface store, XWikiContext context)
Deprecated.since 10.2 and 9.11.4, should be used as a component instead
-