Uses of Class
com.atlassian.confluence.rpc.soap.beans.RemoteAttachment
Packages that use RemoteAttachment
-
Uses of RemoteAttachment in com.atlassian.confluence.rpc.soap
Methods in com.atlassian.confluence.rpc.soap that return RemoteAttachmentModifier and TypeMethodDescriptionConfluenceSoapService.addAttachment
(String token, long contentId, RemoteAttachment attachment, byte[] attachmentData) Add a new attachment to a ContentEntityObject.WikiSoapService.addAttachment
(String token, long contentId, RemoteAttachment attachment, byte[] attachmentData) XhtmlSoapService.addAttachment
(String token, long contentId, RemoteAttachment attachment, byte[] attachmentData) ConfluenceSoapService.getAttachment
(String token, long contentId, String fileName, int version) Retrieve information about an attachment.WikiSoapService.getAttachment
(String token, long entityId, String fileName, int version) XhtmlSoapService.getAttachment
(String token, long contentId, String fileName, int version) ConfluenceSoapService.getAttachments
(String token, long pageId) static RemoteAttachment[]
SoapUtils.getAttachments
(List attachments) WikiSoapService.getAttachments
(String token, long pageId) XhtmlSoapService.getAttachments
(String token, long pageId) Methods in com.atlassian.confluence.rpc.soap with parameters of type RemoteAttachmentModifier and TypeMethodDescriptionConfluenceSoapService.addAttachment
(String token, long contentId, RemoteAttachment attachment, byte[] attachmentData) Add a new attachment to a ContentEntityObject.WikiSoapService.addAttachment
(String token, long contentId, RemoteAttachment attachment, byte[] attachmentData) XhtmlSoapService.addAttachment
(String token, long contentId, RemoteAttachment attachment, byte[] attachmentData) -
Uses of RemoteAttachment in com.atlassian.confluence.rpc.soap.services
Methods in com.atlassian.confluence.rpc.soap.services that return RemoteAttachmentModifier and TypeMethodDescriptionAttachmentsSoapService.addAttachment
(long contentId, RemoteAttachment remoteAttachment, byte[] attachmentData) AttachmentsSoapService.getAttachment
(long contentId, String fileName, int version) PagesSoapService.getAttachments
(long pageId) Methods in com.atlassian.confluence.rpc.soap.services with parameters of type RemoteAttachmentModifier and TypeMethodDescriptionAttachmentsSoapService.addAttachment
(long contentId, RemoteAttachment remoteAttachment, byte[] attachmentData)