Deprecated API


Contents
Deprecated Interfaces
org.xwiki.bridge.AttachmentNameFactory
          use AttachmentReferenceResolver instead since 2.2M1 
org.xwiki.bridge.AttachmentNameSerializer
          use EntityReferenceSerializer instead since 2.2M1 
org.xwiki.bridge.DocumentNameFactory
          use DocumentReferenceResolver instead since 2.2M1 
org.xwiki.bridge.DocumentNameSerializer
          use EntityReferenceSerializer instead since 2.2M1 
 

Deprecated Classes
org.xwiki.bridge.AttachmentName
          use AttachmentReference instead since 2.2M1 
org.xwiki.bridge.internal.DefaultAttachmentNameFactory
          use AttachmentReferenceResolver instead since 2.2M1 
org.xwiki.bridge.internal.DefaultAttachmentNameSerializer
          use EntityReferenceSerializer instead since 2.2M1 
org.xwiki.bridge.DocumentName
          use DocumentReference instead since 2.2M1 
 

Deprecated Methods
org.xwiki.bridge.DocumentAccessBridge.exists(String)
          replaced by DocumentAccessBridge.exists(DocumentReference) since 2.2.1 
org.xwiki.bridge.DocumentAccessBridge.getAttachmentContent(AttachmentName)
          replaced by DocumentAccessBridge.getAttachmentContent(org.xwiki.model.reference.AttachmentReference) since 2.2M1 
org.xwiki.bridge.DocumentAccessBridge.getAttachmentContent(String, String)
          use DocumentAccessBridge.getAttachmentContent(org.xwiki.model.reference.AttachmentReference) instead 
org.xwiki.bridge.DocumentAccessBridge.getAttachments(DocumentName)
          replaced by DocumentAccessBridge.getAttachmentReferences(DocumentReference) since 2.2M1 
org.xwiki.bridge.DocumentAccessBridge.getAttachmentURL(AttachmentName, boolean)
          replaced by DocumentAccessBridge.getAttachmentURL(AttachmentReference , boolean) since 2.2M1 
org.xwiki.bridge.DocumentAccessBridge.getAttachmentURL(String, String)
          use DocumentAccessBridge.getAttachmentURL(org.xwiki.model.reference.AttachmentReference , boolean) instead 
org.xwiki.bridge.DocumentAccessBridge.getAttachmentURLs(DocumentName, boolean)
          use DocumentAccessBridge.getAttachmentReferences(org.xwiki.model.reference.DocumentReference) instead 
org.xwiki.bridge.DocumentAccessBridge.getAttachmentURLs(DocumentReference, boolean)
          use DocumentAccessBridge.getAttachmentReferences(org.xwiki.model.reference.DocumentReference) instead 
org.xwiki.bridge.DocumentAccessBridge.getCurrentDocumentName()
          replaced by DocumentAccessBridge.getCurrentDocumentReference() since 2.2M1 
org.xwiki.bridge.DocumentAccessBridge.getCurrentWiki()
          replaced by ModelContext.getCurrentEntityReference() since 2.2M1 
org.xwiki.bridge.DocumentAccessBridge.getDocument(DocumentName)
          replaced by DocumentAccessBridge.getDocument(org.xwiki.model.reference.DocumentReference) 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.DocumentModelBridge.getDocumentName()
          replaced by DocumentModelBridge.getDocumentReference() since 2.2M1 
org.xwiki.bridge.DocumentAccessBridge.getDocumentName(String)
          replaced by DocumentReferenceResolver since 2.2M1 
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) 
 



Copyright © 2004-2011 XWiki. All Rights Reserved.