|
Deprecated Methods |
org.xwiki.bridge.DocumentAccessBridge.exists(String)
replaced by DocumentAccessBridge.exists(DocumentReference) since 2.2.1 |
org.xwiki.bridge.DocumentAccessBridge.getAttachmentContent(String, String)
use DocumentAccessBridge.getAttachmentContent(org.xwiki.model.reference.AttachmentReference) instead |
org.xwiki.bridge.DocumentAccessBridge.getAttachmentURL(String, String)
use DocumentAccessBridge.getAttachmentURL(org.xwiki.model.reference.AttachmentReference , boolean) instead |
org.xwiki.bridge.DocumentAccessBridge.getAttachmentURLs(DocumentReference, boolean)
use DocumentAccessBridge.getAttachmentReferences(org.xwiki.model.reference.DocumentReference) instead |
org.xwiki.bridge.DocumentAccessBridge.getCurrentUser()
replaced by DocumentAccessBridge.getCurrentUserReference() since 4.0RC1 |
org.xwiki.bridge.DocumentAccessBridge.getCurrentWiki()
replaced by ModelContext.getCurrentEntityReference() since 2.2M1 |
org.xwiki.bridge.DocumentAccessBridge.getDocument(String)
use DocumentAccessBridge.getDocument(org.xwiki.model.reference.DocumentReference) instead |
org.xwiki.bridge.DocumentAccessBridge.getDocumentContent(String)
replaced by DocumentAccessBridge.getDocument(DocumentReference) and DocumentModelBridge.getContent()
since 2.2.1 |
org.xwiki.bridge.DocumentAccessBridge.getDocumentContent(String, String)
replaced by DocumentAccessBridge.getDocumentContent(DocumentReference, String) since 2.2.1 |
org.xwiki.bridge.DocumentAccessBridge.getDocumentContentForDefaultLanguage(String)
replaced by DocumentAccessBridge.getDocumentContentForDefaultLanguage(DocumentReference) since 2.2.1 |
org.xwiki.bridge.DocumentAccessBridge.getDocumentSyntaxId(String)
replaced by DocumentAccessBridge.getDocument(DocumentReference) and DocumentModelBridge.getSyntaxId()
since 2.2.1 |
org.xwiki.bridge.DocumentModelBridge.getFullName()
use DocumentModelBridge.getDocumentReference() instead |
org.xwiki.bridge.DocumentModelBridge.getPageName()
since 2.2M1 use DocumentModelBridge.getDocumentReference() instead |
org.xwiki.bridge.DocumentAccessBridge.getProperty(String, String, String)
since 2.2M1 use DocumentAccessBridge.getProperty(DocumentReference, DocumentReference, String) instead |
org.xwiki.bridge.DocumentModelBridge.getSpaceName()
since 2.2M1 use DocumentModelBridge.getDocumentReference() instead |
org.xwiki.bridge.DocumentModelBridge.getSyntaxId()
since 3.0M1 use DocumentModelBridge.getSyntax() instead |
org.xwiki.bridge.DocumentAccessBridge.getURL(String, String, String, String)
replaced by DocumentAccessBridge.getDocumentURL(DocumentReference, String, String, String) since 2.2.1 |
org.xwiki.bridge.DocumentModelBridge.getWikiName()
since 2.2M1 use DocumentModelBridge.getDocumentReference() instead |
org.xwiki.bridge.DocumentAccessBridge.isDocumentEditable(String)
use DocumentAccessBridge.isDocumentEditable(org.xwiki.model.reference.DocumentReference) instead |
org.xwiki.bridge.DocumentAccessBridge.isDocumentViewable(String)
use DocumentAccessBridge.isDocumentViewable(org.xwiki.model.reference.DocumentReference) instead |
org.xwiki.bridge.DocumentAccessBridge.pushDocumentInContext(Map, String)
use DocumentAccessBridge.pushDocumentInContext(Map, DocumentReference) instead |
org.xwiki.bridge.DocumentAccessBridge.setAttachmentContent(String, String, byte[])
replaced by DocumentAccessBridge.getAttachmentContent(AttachmentReference) since 2.2.1 |
org.xwiki.bridge.DocumentAccessBridge.setDocumentContent(String, String, String, boolean)
replaced by DocumentAccessBridge.setDocumentContent(DocumentReference, String, String, boolean) since 2.2.1 |
org.xwiki.bridge.DocumentAccessBridge.setDocumentSyntaxId(String, String)
replaced by DocumentAccessBridge.setDocumentSyntaxId(DocumentReference, String) since 2.2.1 |
org.xwiki.bridge.DocumentAccessBridge.setProperty(String, String, String, Object)
use {@link DocumentAccessBridge#setProperty(DocumentReference, DocumentReference, String, Object) |