Uses of Class
com.atlassian.confluence.rpc.soap.beans.RemoteAttachment

Packages that use RemoteAttachment
com.atlassian.confluence.rpc.soap   
com.atlassian.confluence.rpc.soap.services   
 

Uses of RemoteAttachment in com.atlassian.confluence.rpc.soap
 

Methods in com.atlassian.confluence.rpc.soap that return RemoteAttachment
 RemoteAttachment XhtmlSoapService.addAttachment(String token, long contentId, RemoteAttachment attachment, byte[] attachmentData)
           
 RemoteAttachment WikiSoapService.addAttachment(String token, long contentId, RemoteAttachment attachment, byte[] attachmentData)
           
 RemoteAttachment ConfluenceSoapService.addAttachment(String token, long contentId, RemoteAttachment attachment, byte[] attachmentData)
          Add a new attachment to a ContentEntityObject.
 RemoteAttachment XhtmlSoapService.addAttachment(String token, RemoteAttachment attachment, byte[] attachmentData)
           
 RemoteAttachment WikiSoapService.addAttachment(String token, RemoteAttachment attachment, byte[] attachmentData)
          Deprecated. available for backward compatibility.
 RemoteAttachment ConfluenceSoapService.addAttachment(String token, RemoteAttachment attachment, byte[] attachmentData)
          Deprecated. available for backward compatibility.
 RemoteAttachment XhtmlSoapService.getAttachment(String token, long contentId, String fileName, int version)
           
 RemoteAttachment WikiSoapService.getAttachment(String token, long entityId, String fileName, int version)
           
 RemoteAttachment ConfluenceSoapService.getAttachment(String token, long contentId, String fileName, int version)
          Retrieve information about an attachment.
static RemoteAttachment[] SoapUtils.getAttachments(List attachments)
           
 RemoteAttachment[] XhtmlSoapService.getAttachments(String token, long pageId)
           
 RemoteAttachment[] WikiSoapService.getAttachments(String token, long pageId)
           
 RemoteAttachment[] ConfluenceSoapService.getAttachments(String token, long pageId)
           
 

Methods in com.atlassian.confluence.rpc.soap with parameters of type RemoteAttachment
 RemoteAttachment XhtmlSoapService.addAttachment(String token, long contentId, RemoteAttachment attachment, byte[] attachmentData)
           
 RemoteAttachment WikiSoapService.addAttachment(String token, long contentId, RemoteAttachment attachment, byte[] attachmentData)
           
 RemoteAttachment ConfluenceSoapService.addAttachment(String token, long contentId, RemoteAttachment attachment, byte[] attachmentData)
          Add a new attachment to a ContentEntityObject.
 RemoteAttachment XhtmlSoapService.addAttachment(String token, RemoteAttachment attachment, byte[] attachmentData)
           
 RemoteAttachment WikiSoapService.addAttachment(String token, RemoteAttachment attachment, byte[] attachmentData)
          Deprecated. available for backward compatibility.
 RemoteAttachment ConfluenceSoapService.addAttachment(String token, RemoteAttachment attachment, byte[] attachmentData)
          Deprecated. available for backward compatibility.
 

Uses of RemoteAttachment in com.atlassian.confluence.rpc.soap.services
 

Methods in com.atlassian.confluence.rpc.soap.services that return RemoteAttachment
 RemoteAttachment AttachmentsSoapService.addAttachment(long contentId, RemoteAttachment remoteAttachment, byte[] attachmentData)
           
 RemoteAttachment AttachmentsSoapService.addAttachment(RemoteAttachment remoteAttachment, byte[] attachmentData)
          Deprecated. since 2.1 available for backward compatibility.
 RemoteAttachment AttachmentsSoapService.getAttachment(long contentId, String fileName, int version)
           
 RemoteAttachment[] PagesSoapService.getAttachments(long pageId)
           
 

Methods in com.atlassian.confluence.rpc.soap.services with parameters of type RemoteAttachment
 RemoteAttachment AttachmentsSoapService.addAttachment(long contentId, RemoteAttachment remoteAttachment, byte[] attachmentData)
           
 RemoteAttachment AttachmentsSoapService.addAttachment(RemoteAttachment remoteAttachment, byte[] attachmentData)
          Deprecated. since 2.1 available for backward compatibility.
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.