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 XWikiDocument.getStore()
           
 XWikiStoreInterface LazyXWikiDocument.getStore()
           
 XWikiStoreInterface XWikiDocument.getStore(XWikiContext context)
           
 XWikiStoreInterface LazyXWikiDocument.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 XWikiCacheStoreInterface.getStore()
           
 XWikiStoreInterface XWikiCacheStore.getStore()
           
 

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

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



Copyright © 2004-2013 XWiki. All Rights Reserved.