| Package | Description |
|---|---|
| org.xwiki.bridge |
| Modifier and Type | Method and Description |
|---|---|
DocumentModelBridge |
DocumentAccessBridge.getDocument(DocumentReference documentReference)
Get the document object associated with the passed document name.
|
DocumentModelBridge |
DocumentAccessBridge.getDocument(String documentReference)
Deprecated.
|
DocumentModelBridge |
DocumentModelBridge.getOriginalDocument()
Retrieves a copy of the document before it was changed.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
DocumentAccessBridge.pushDocumentInContext(Map<String,Object> backupObjects,
DocumentModelBridge document)
Sets the passed document as the current document in the XWiki Context and saves current values related to the
current document into a backup object.
|
Copyright © 2004–2017 XWiki. All rights reserved.