|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.lang.String token,
long contentId,
RemoteAttachment attachment,
byte[] attachmentData)
|
RemoteAttachment |
WikiSoapService.addAttachment(java.lang.String token,
long contentId,
RemoteAttachment attachment,
byte[] attachmentData)
|
RemoteAttachment |
ConfluenceSoapService.addAttachment(java.lang.String token,
long contentId,
RemoteAttachment attachment,
byte[] attachmentData)
Add a new attachment to a ContentEntityObject. |
RemoteAttachment |
XhtmlSoapService.addAttachment(java.lang.String token,
RemoteAttachment attachment,
byte[] attachmentData)
Deprecated. |
RemoteAttachment |
WikiSoapService.addAttachment(java.lang.String token,
RemoteAttachment attachment,
byte[] attachmentData)
Deprecated. |
RemoteAttachment |
ConfluenceSoapService.addAttachment(java.lang.String token,
RemoteAttachment attachment,
byte[] attachmentData)
Deprecated. since 2.7. Use ConfluenceSoapService.addAttachment(String, long, com.atlassian.confluence.rpc.soap.beans.RemoteAttachment, byte[]) |
RemoteAttachment |
XhtmlSoapService.getAttachment(java.lang.String token,
long contentId,
java.lang.String fileName,
int version)
|
RemoteAttachment |
WikiSoapService.getAttachment(java.lang.String token,
long entityId,
java.lang.String fileName,
int version)
|
RemoteAttachment |
ConfluenceSoapService.getAttachment(java.lang.String token,
long contentId,
java.lang.String fileName,
int version)
Retrieve information about an attachment. |
static RemoteAttachment[] |
SoapUtils.getAttachments(java.util.List attachments)
|
RemoteAttachment[] |
XhtmlSoapService.getAttachments(java.lang.String token,
long pageId)
|
RemoteAttachment[] |
WikiSoapService.getAttachments(java.lang.String token,
long pageId)
|
RemoteAttachment[] |
ConfluenceSoapService.getAttachments(java.lang.String token,
long pageId)
|
Methods in com.atlassian.confluence.rpc.soap with parameters of type RemoteAttachment | |
---|---|
RemoteAttachment |
XhtmlSoapService.addAttachment(java.lang.String token,
long contentId,
RemoteAttachment attachment,
byte[] attachmentData)
|
RemoteAttachment |
WikiSoapService.addAttachment(java.lang.String token,
long contentId,
RemoteAttachment attachment,
byte[] attachmentData)
|
RemoteAttachment |
ConfluenceSoapService.addAttachment(java.lang.String token,
long contentId,
RemoteAttachment attachment,
byte[] attachmentData)
Add a new attachment to a ContentEntityObject. |
RemoteAttachment |
XhtmlSoapService.addAttachment(java.lang.String token,
RemoteAttachment attachment,
byte[] attachmentData)
Deprecated. |
RemoteAttachment |
WikiSoapService.addAttachment(java.lang.String token,
RemoteAttachment attachment,
byte[] attachmentData)
Deprecated. |
RemoteAttachment |
ConfluenceSoapService.addAttachment(java.lang.String token,
RemoteAttachment attachment,
byte[] attachmentData)
Deprecated. since 2.7. Use ConfluenceSoapService.addAttachment(String, long, com.atlassian.confluence.rpc.soap.beans.RemoteAttachment, byte[]) |
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.getAttachment(long contentId,
java.lang.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |