Package | Description |
---|---|
com.xpn.xwiki | |
com.xpn.xwiki.doc | |
com.xpn.xwiki.store |
Modifier and Type | Method and Description |
---|---|
XWikiStoreInterface |
XWiki.getNotCacheStore() |
XWikiStoreInterface |
XWiki.getStore() |
Modifier and Type | Method and Description |
---|---|
void |
XWiki.setStore(XWikiStoreInterface store) |
Modifier and Type | Method and Description |
---|---|
XWikiStoreInterface |
XWikiSpace.getStore() |
XWikiStoreInterface |
XWikiDocument.getStore() |
XWikiStoreInterface |
LazyXWikiDocument.getStore() |
XWikiStoreInterface |
XWikiDocument.getStore(XWikiContext context) |
XWikiStoreInterface |
LazyXWikiDocument.getStore(XWikiContext context) |
Modifier and Type | Method and Description |
---|---|
void |
XWikiSpace.setStore(XWikiStoreInterface store)
Set the store of the space.
|
void |
XWikiDocument.setStore(XWikiStoreInterface store) |
Constructor and Description |
---|
XWikiSpace(SpaceReference reference,
XWikiStoreInterface store) |
Modifier and Type | Interface and Description |
---|---|
interface |
XWikiCacheStoreInterface |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
XWikiStoreInterface |
XWikiCacheStoreInterface.getStore() |
XWikiStoreInterface |
XWikiCacheStore.getStore() |
Modifier and Type | Method and Description |
---|---|
void |
XWikiCacheStoreInterface.setStore(XWikiStoreInterface store) |
void |
XWikiCacheStore.setStore(XWikiStoreInterface store) |
Constructor and Description |
---|
XWikiCacheStore(XWikiStoreInterface store,
XWikiContext context)
Deprecated.
since 10.2 and 9.11.4, should be used as a component instead
|
Copyright © 2004–2022 XWiki. All rights reserved.