| Package | Description |
|---|---|
| com.atlassian.confluence.core | |
| com.atlassian.confluence.pages | |
| com.atlassian.confluence.pages.actions |
| Modifier and Type | Class and Description |
|---|---|
class |
InputStreamAttachmentResource
Represents an attachment resource that is supported by an input stream.
|
class |
UploadedResource
Resource wrapper for uploaded files.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileUploadManager.storeResource(AttachmentResource attachmentResource,
ContentEntityObject content)
Stores the attachmentResource as an
Attachment on the specified content object. |
void |
DefaultFileUploadManager.storeResource(AttachmentResource resource,
ContentEntityObject ceo) |
| Modifier and Type | Method and Description |
|---|---|
void |
FileUploadManager.storeResources(Collection<AttachmentResource> attachmentResources,
ContentEntityObject content)
Stores the attachmentResource as an
Attachment on the specified content object. |
void |
DefaultFileUploadManager.storeResources(Collection<AttachmentResource> attachmentResources,
ContentEntityObject content) |
| Modifier and Type | Method and Description |
|---|---|
List<AttachmentResource> |
AttachmentUploadRequest.getResources() |
Copyright © 2003–2022 Atlassian. All rights reserved.