Uses of Interface
com.atlassian.confluence.core.AttachmentResource
Package
Description
-
Uses of AttachmentResource in com.atlassian.confluence.core
Modifier and TypeClassDescriptionclass
Represents an attachment resource that is supported by an input stream.class
Resource wrapper for uploaded files. -
Uses of AttachmentResource in com.atlassian.confluence.pages
Modifier and TypeMethodDescriptionvoid
DefaultFileUploadManager.storeResource
(AttachmentResource resource, ContentEntityObject ceo) void
FileUploadManager.storeResource
(AttachmentResource attachmentResource, ContentEntityObject content) Stores the attachmentResource as anAttachment
on the specified content object.Modifier and TypeMethodDescriptionvoid
DefaultFileUploadManager.storeResources
(Collection<AttachmentResource> attachmentResources, ContentEntityObject content) void
FileUploadManager.storeResources
(Collection<AttachmentResource> attachmentResources, ContentEntityObject content) Stores the attachmentResource as anAttachment
on the specified content object. -
Uses of AttachmentResource in com.atlassian.confluence.pages.actions