Uses of Class
org.xwiki.bridge.AttachmentName

Packages that use AttachmentName
org.xwiki.bridge   
 

Uses of AttachmentName in org.xwiki.bridge
 

Methods in org.xwiki.bridge that return types with arguments of type AttachmentName
 List<AttachmentName> DocumentAccessBridge.getAttachments(DocumentName documentName)
          Deprecated. replaced by DocumentAccessBridge.getAttachmentReferences(DocumentReference) since 2.2M1
 

Methods in org.xwiki.bridge with parameters of type AttachmentName
 InputStream DocumentAccessBridge.getAttachmentContent(AttachmentName attachmentName)
          Deprecated. replaced by DocumentAccessBridge.getAttachmentContent(org.xwiki.model.reference.AttachmentReference) since 2.2M1
 String DocumentAccessBridge.getAttachmentURL(AttachmentName attachmentName, boolean isFullURL)
          Deprecated. replaced by DocumentAccessBridge.getAttachmentURL(AttachmentReference , boolean) since 2.2M1
 



Copyright © 2004-2011 XWiki. All Rights Reserved.