Package | Description |
---|---|
com.atlassian.confluence.rpc.soap | |
com.atlassian.confluence.rpc.soap.services |
Modifier and Type | Method and Description |
---|---|
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,
long contentId,
RemoteAttachment attachment,
byte[] attachmentData) |
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.
|
RemoteAttachment |
XhtmlSoapService.getAttachment(String token,
long contentId,
String fileName,
int version) |
static RemoteAttachment[] |
SoapUtils.getAttachments(List attachments) |
RemoteAttachment[] |
WikiSoapService.getAttachments(String token,
long pageId) |
RemoteAttachment[] |
ConfluenceSoapService.getAttachments(String token,
long pageId) |
RemoteAttachment[] |
XhtmlSoapService.getAttachments(String token,
long pageId) |
Modifier and Type | Method and Description |
---|---|
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,
long contentId,
RemoteAttachment attachment,
byte[] attachmentData) |
Modifier and Type | Method and Description |
---|---|
RemoteAttachment |
AttachmentsSoapService.addAttachment(long contentId,
RemoteAttachment remoteAttachment,
byte[] attachmentData) |
RemoteAttachment |
AttachmentsSoapService.getAttachment(long contentId,
String fileName,
int version) |
RemoteAttachment[] |
PagesSoapService.getAttachments(long pageId) |
Modifier and Type | Method and Description |
---|---|
RemoteAttachment |
AttachmentsSoapService.addAttachment(long contentId,
RemoteAttachment remoteAttachment,
byte[] attachmentData) |
Copyright © 2003–2020 Atlassian. All rights reserved.