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 DocumentNameFactory.createDocumentName(java.lang.String reference)
          Deprecated.  
 DocumentName DocumentAccessBridge.getCurrentDocumentName()
          Deprecated. replaced by DocumentAccessBridge.getCurrentDocumentReference() since 2.2M1
 DocumentName DocumentModelBridge.getDocumentName()
          Deprecated. replaced by DocumentModelBridge.getDocumentReference() since 2.2M1
 DocumentName AttachmentName.getDocumentName()
          Deprecated.  
 DocumentName DocumentAccessBridge.getDocumentName(java.lang.String documentName)
          Deprecated. replaced by DocumentReferenceResolver since 2.2M1
 

Methods in org.xwiki.bridge with parameters of type DocumentName
 java.util.List<AttachmentName> DocumentAccessBridge.getAttachments(DocumentName documentName)
          Deprecated. replaced by DocumentAccessBridge.getAttachmentReferences(DocumentReference) since 2.2M1
 java.util.List<java.lang.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
 java.lang.String DocumentNameSerializer.serialize(DocumentName documentName)
          Deprecated.  
 void AttachmentName.setDocumentName(DocumentName documentName)
          Deprecated.  
 

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



Copyright © 2004-2011 XWiki. All Rights Reserved.