Uses of Interface
com.atlassian.confluence.core.AttachmentResource
Packages that use AttachmentResource
Package
Description
-
Uses of AttachmentResource in com.atlassian.confluence.core
Classes in com.atlassian.confluence.core that implement AttachmentResourceModifier 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
Methods in com.atlassian.confluence.pages with parameters of type AttachmentResourceModifier 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.Method parameters in com.atlassian.confluence.pages with type arguments of type AttachmentResourceModifier 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
Methods in com.atlassian.confluence.pages.actions that return types with arguments of type AttachmentResource