Uses of Class
com.atlassian.confluence.rpc.soap.beans.RemoteAttachment
-
Packages that use RemoteAttachment Package Description 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 Modifier and Type Method Description RemoteAttachmentConfluenceSoapService. addAttachment(String token, long contentId, RemoteAttachment attachment, byte[] attachmentData)Add a new attachment to a ContentEntityObject.RemoteAttachmentWikiSoapService. addAttachment(String token, long contentId, RemoteAttachment attachment, byte[] attachmentData)RemoteAttachmentXhtmlSoapService. addAttachment(String token, long contentId, RemoteAttachment attachment, byte[] attachmentData)RemoteAttachmentConfluenceSoapService. getAttachment(String token, long contentId, String fileName, int version)Retrieve information about an attachment.RemoteAttachmentWikiSoapService. getAttachment(String token, long entityId, String fileName, int version)RemoteAttachmentXhtmlSoapService. getAttachment(String token, long contentId, String fileName, int version)RemoteAttachment[]ConfluenceSoapService. getAttachments(String token, long pageId)static RemoteAttachment[]SoapUtils. getAttachments(List attachments)RemoteAttachment[]WikiSoapService. getAttachments(String token, long pageId)RemoteAttachment[]XhtmlSoapService. getAttachments(String token, long pageId)Methods in com.atlassian.confluence.rpc.soap with parameters of type RemoteAttachment Modifier and Type Method Description RemoteAttachmentConfluenceSoapService. addAttachment(String token, long contentId, RemoteAttachment attachment, byte[] attachmentData)Add a new attachment to a ContentEntityObject.RemoteAttachmentWikiSoapService. addAttachment(String token, long contentId, RemoteAttachment attachment, byte[] attachmentData)RemoteAttachmentXhtmlSoapService. 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 RemoteAttachment Modifier and Type Method Description RemoteAttachmentAttachmentsSoapService. addAttachment(long contentId, RemoteAttachment remoteAttachment, byte[] attachmentData)RemoteAttachmentAttachmentsSoapService. 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 Modifier and Type Method Description RemoteAttachmentAttachmentsSoapService. addAttachment(long contentId, RemoteAttachment remoteAttachment, byte[] attachmentData)
-