| Modifier and Type | Field and Description |
|---|---|
Attachment |
TestData.filePDF |
Attachment |
TestData.fileZIP |
Attachment |
TestData.image |
Attachment |
TestData.image2 |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
Attachment.AttachmentBuilder.build() |
Attachment |
Comment.getAttachment()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Attachment.AttachmentBuilder |
Attachment.AttachmentBuilder.from(Attachment attachment) |
| Constructor and Description |
|---|
Attachment(Attachment original,
String versionComment,
byte[] newData)
Deprecated.
Since 5.7. Use
instead |
Attachment(ContentEntity contentEntity,
Attachment other)
Deprecated.
Since 5.7. Use
instead |
Comment(AbstractPageEntity page,
Attachment attachment,
String content,
long parentId)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Attachment |
ApiEntityConverter.convertApiContentToItAttachment(Content attachmentContent) |
| Modifier and Type | Method and Description |
|---|---|
static List<Attachment> |
ApiEntityConverter.convertApiContentPageToItAttachments(PageResponse<Content> contents) |
| Modifier and Type | Method and Description |
|---|---|
static List<AttachmentUpload> |
ApiEntityConverter.convertAttachmentsToUploads(Attachment... attachments)
Convert IT
Attachment objects into AttachmentUpload versions suitable for sending to the
ContentService. |
static AttachmentUpload |
ApiEntityConverter.convertAttachmentToUpload(Attachment attachment) |
static Content |
ApiEntityConverter.convertItAttachmentToApiContent(Attachment attachment) |
| Modifier and Type | Method and Description |
|---|---|
static EditAttachmentsBean |
EditAttachmentsBean.editAttachmentFromViewPage(Attachment attachment) |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
ConfluenceRpc.getAttachment(long contentId,
String fileName)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
ConfluenceRpc.getAttachments(Page homePage)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfluenceRpc.changeAttachmentCreatedDate(Attachment attachment,
Date createdDate)
Deprecated.
|
long |
ConfluenceRpc.createAttachment(Attachment attachment)
Deprecated.
|
long |
ConfluenceRpc.createAttachment(ContentEntity page,
Attachment attachment)
Deprecated.
|
long |
ConfluenceRpc.createAttachment(long contentId,
Attachment attachment)
Deprecated.
|
long |
ConfluenceRpc.createAttachmentOnDraft(Attachment attachment)
Deprecated.
|
void |
ConfluenceRpc.editAttachment(Attachment updatedAttachment)
Deprecated.
Edit either the owning page or the filename of the attachment.
|
byte[] |
ConfluenceRpc.getAttachmentData(Attachment attachment,
String version)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Attachment |
AttachmentRpc.addAttachment(ContentId contentId,
Attachment attachment) |
Attachment |
AttachmentRpc.getAttachment(ContentId contentId,
String fileName) |
Attachment |
AttachmentRpc.updateAttachment(Attachment attachment) |
Attachment |
AttachmentRpc.updateData(Attachment attachment) |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
AttachmentRpc.addAttachments(ContentId contentId,
Attachment... attachments) |
List<Attachment> |
AttachmentRpc.getAttachments(Page page) |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
AttachmentRpc.addAttachment(ContentId contentId,
Attachment attachment) |
List<Attachment> |
AttachmentRpc.addAttachments(ContentId contentId,
Attachment... attachments) |
Attachment |
AttachmentRpc.updateAttachment(Attachment attachment) |
Attachment |
AttachmentRpc.updateData(Attachment attachment) |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
XmlRpcAttachmentClient.getAttachment(long contentId,
String fileName) |
Attachment |
XmlRpcAttachmentClient.getAttachment(long contentId,
String fileName,
String version) |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
XmlRpcAttachmentClient.getAttachments(Page homePage) |
| Modifier and Type | Method and Description |
|---|---|
long |
XmlRpcContentClient.createAttachment(Attachment attachment) |
long |
XmlRpcContentClient.createAttachment(long contentId,
Attachment attachment) |
long |
XmlRpcAttachmentClient.createAttachment(long contentId,
Attachment attachment) |
void |
XmlRpcAttachmentClient.editAttachment(Attachment oldAttachment,
Attachment newAttachment)
Edit either the owning page or the filename of the attachment.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SpaceOperations.isAttachmentPresent(Attachment attachment) |
Copyright © 2003–2017 Atlassian. All rights reserved.