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(java.util.Collection<AttachmentResource> attachmentResources,
ContentEntityObject content) |
void |
FileUploadManager.storeResources(java.util.Collection<AttachmentResource> attachmentResources,
ContentEntityObject content)
Stores the attachmentResource as an
Attachment on the specified content object. |
Modifier and Type | Method and Description |
---|---|
java.util.List<AttachmentResource> |
AttachmentUploadRequest.getResources() |
Copyright © 2003-2014 Atlassian. All Rights Reserved.