|
||||||||||
| 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 |
ConfluenceSoapServiceImpl.addAttachment(java.lang.String token,
long contentId,
RemoteAttachment attachment,
byte[] attachmentData)
|
RemoteAttachment |
ConfluenceSoapServiceDelegator.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 |
ConfluenceSoapServiceImpl.addAttachment(java.lang.String token,
RemoteAttachment attachment,
byte[] attachmentData)
|
RemoteAttachment |
ConfluenceSoapServiceDelegator.addAttachment(java.lang.String token,
RemoteAttachment attachment,
byte[] attachmentData)
Deprecated. available for backward compatibility. |
RemoteAttachment |
ConfluenceSoapService.addAttachment(java.lang.String token,
RemoteAttachment attachment,
byte[] attachmentData)
Deprecated. available for backward compatibility. |
RemoteAttachment |
ConfluenceSoapServiceImpl.getAttachment(java.lang.String token,
long contentId,
java.lang.String fileName,
int version)
|
RemoteAttachment |
ConfluenceSoapServiceDelegator.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[] |
ConfluenceSoapServiceImpl.getAttachments(java.lang.String token,
long pageId)
|
RemoteAttachment[] |
ConfluenceSoapServiceDelegator.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 |
ConfluenceSoapServiceImpl.addAttachment(java.lang.String token,
long contentId,
RemoteAttachment attachment,
byte[] attachmentData)
|
RemoteAttachment |
ConfluenceSoapServiceDelegator.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 |
ConfluenceSoapServiceImpl.addAttachment(java.lang.String token,
RemoteAttachment attachment,
byte[] attachmentData)
|
RemoteAttachment |
ConfluenceSoapServiceDelegator.addAttachment(java.lang.String token,
RemoteAttachment attachment,
byte[] attachmentData)
Deprecated. available for backward compatibility. |
RemoteAttachment |
ConfluenceSoapService.addAttachment(java.lang.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,
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)
|
RemoteAttachment |
AttachmentsSoapService.addAttachment(RemoteAttachment remoteAttachment,
byte[] attachmentData)
Deprecated. since 2.1 available for backward compatibility. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||