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 |
DefaultFileUploadManager.storeResource(AttachmentResource resource,
ContentEntityObject ceo) |
void |
FileUploadManager.storeResource(AttachmentResource attachmentResource,
ContentEntityObject content)
Stores the attachmentResource as an
Attachment on the specified content object. |
Modifier and Type | Method and Description |
---|---|
void |
DefaultFileUploadManager.storeResources(Collection<AttachmentResource> attachmentResources,
ContentEntityObject content) |
void |
FileUploadManager.storeResources(Collection<AttachmentResource> attachmentResources,
ContentEntityObject content)
Stores the attachmentResource as an
Attachment on the specified content object. |
Modifier and Type | Method and Description |
---|---|
List<AttachmentResource> |
AttachmentUploadRequest.getResources() |
Copyright © 2003–2020 Atlassian. All rights reserved.