| org.xwiki.bridge.DocumentAccessBridge.exists(String)
|
| org.xwiki.bridge.DocumentAccessBridge.getAttachmentContent(String, String)
|
| org.xwiki.bridge.DocumentAccessBridge.getAttachmentURL(String, String)
|
| org.xwiki.bridge.DocumentAccessBridge.getAttachmentURLs(DocumentReference, boolean)
|
| org.xwiki.bridge.DocumentAccessBridge.getCurrentUser()
|
| org.xwiki.bridge.DocumentAccessBridge.getCurrentWiki()
|
| org.xwiki.bridge.DocumentAccessBridge.getDocument(String)
|
| org.xwiki.bridge.DocumentAccessBridge.getDocumentContent(String)
|
| org.xwiki.bridge.DocumentAccessBridge.getDocumentContent(String, String)
|
| org.xwiki.bridge.DocumentAccessBridge.getDocumentContentForDefaultLanguage(String)
|
| org.xwiki.bridge.DocumentAccessBridge.getDocumentSyntaxId(String)
|
| org.xwiki.bridge.DocumentModelBridge.getFullName()
|
| org.xwiki.bridge.DocumentModelBridge.getPageName()
|
| org.xwiki.bridge.DocumentAccessBridge.getProperty(String, String, String)
|
| org.xwiki.bridge.DocumentModelBridge.getSpaceName()
|
| org.xwiki.bridge.DocumentModelBridge.getSyntaxId()
|
| org.xwiki.bridge.DocumentAccessBridge.getURL(String, String, String, String)
|
| org.xwiki.bridge.DocumentModelBridge.getWikiName()
|
| org.xwiki.bridge.DocumentAccessBridge.isDocumentEditable(String)
|
| org.xwiki.bridge.DocumentAccessBridge.isDocumentViewable(String)
|
| org.xwiki.bridge.DocumentAccessBridge.pushDocumentInContext(Map, String)
|
| org.xwiki.bridge.DocumentAccessBridge.setAttachmentContent(String, String, byte[])
|
| org.xwiki.bridge.DocumentAccessBridge.setDocumentContent(String, String, String, boolean)
|
| org.xwiki.bridge.DocumentAccessBridge.setDocumentSyntaxId(String, String)
|
| org.xwiki.bridge.DocumentAccessBridge.setProperty(String, String, String, Object)
use {@link DocumentAccessBridge#setProperty(DocumentReference, DocumentReference, String, Object)
|