Uses of Class
org.xwiki.bridge.DocumentName

Packages that use DocumentName
org.xwiki.bridge   
 

Uses of DocumentName in org.xwiki.bridge
 

Methods in org.xwiki.bridge that return DocumentName
 DocumentName DocumentAccessBridge.getCurrentDocumentName()
          Deprecated. replaced by DocumentAccessBridge.getCurrentDocumentReference() since 2.2M1
 DocumentName AttachmentName.getDocumentName()
          Deprecated.  
 DocumentName DocumentModelBridge.getDocumentName()
          Deprecated. replaced by DocumentModelBridge.getDocumentReference() since 2.2M1
 DocumentName DocumentAccessBridge.getDocumentName(String documentName)
          Deprecated. replaced by DocumentReferenceResolver since 2.2M1
 

Methods in org.xwiki.bridge with parameters of type DocumentName
 List<AttachmentName> DocumentAccessBridge.getAttachments(DocumentName documentName)
          Deprecated. replaced by DocumentAccessBridge.getAttachmentReferences(DocumentReference) since 2.2M1
 List<String> DocumentAccessBridge.getAttachmentURLs(DocumentName documentName, boolean isFullURL)
          Deprecated. use DocumentAccessBridge.getAttachmentReferences(org.xwiki.model.reference.DocumentReference) instead
 DocumentModelBridge DocumentAccessBridge.getDocument(DocumentName documentName)
          Deprecated. replaced by DocumentAccessBridge.getDocument(org.xwiki.model.reference.DocumentReference) since 2.2M1
 void AttachmentName.setDocumentName(DocumentName documentName)
          Deprecated.  
 

Constructors in org.xwiki.bridge with parameters of type DocumentName
AttachmentName(DocumentName documentName, String fileName)
          Deprecated.  
 



Copyright © 2004-2011 XWiki. All Rights Reserved.