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

Packages that use XWikiStoreInterface
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
 XWikiStoreInterface XWiki.getNotCacheStore()
           
 XWikiStoreInterface XWiki.getStore()
           
 

Methods in com.xpn.xwiki with parameters of type XWikiStoreInterface
 void XWiki.setStore(XWikiStoreInterface store)
           
 

Uses of XWikiStoreInterface in com.xpn.xwiki.doc
 

Methods in com.xpn.xwiki.doc that return XWikiStoreInterface
 XWikiStoreInterface LazyXWikiDocument.getStore()
           
 XWikiStoreInterface XWikiDocument.getStore()
           
 XWikiStoreInterface LazyXWikiDocument.getStore(XWikiContext context)
           
 XWikiStoreInterface XWikiDocument.getStore(XWikiContext context)
           
 

Methods in com.xpn.xwiki.doc with parameters of type XWikiStoreInterface
 void XWikiDocument.setStore(XWikiStoreInterface store)
           
 

Uses of XWikiStoreInterface in com.xpn.xwiki.store
 

Subinterfaces of XWikiStoreInterface in com.xpn.xwiki.store
 interface XWikiCacheStoreInterface
           
 

Classes in com.xpn.xwiki.store that implement XWikiStoreInterface
 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
 XWikiStoreInterface XWikiCacheStore.getStore()
           
 XWikiStoreInterface XWikiCacheStoreInterface.getStore()
           
 

Methods in com.xpn.xwiki.store with parameters of type XWikiStoreInterface
 void XWikiCacheStore.setStore(XWikiStoreInterface store)
           
 void XWikiCacheStoreInterface.setStore(XWikiStoreInterface store)
           
 

Constructors in com.xpn.xwiki.store with parameters of type XWikiStoreInterface
XWikiCacheStore(XWikiStoreInterface store, XWikiContext context)
           
 



Copyright © 2004–2014 XWiki. All rights reserved.