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 TypeClassDescriptionclassRepresents an attachment resource that is supported by an input stream.classResource wrapper for uploaded files. -
Uses of AttachmentResource in com.atlassian.confluence.pages
Methods in com.atlassian.confluence.pages with parameters of type AttachmentResourceModifier and TypeMethodDescriptionvoidDefaultFileUploadManager.storeResource(AttachmentResource resource, ContentEntityObject ceo) voidFileUploadManager.storeResource(AttachmentResource attachmentResource, ContentEntityObject content) Stores the attachmentResource as anAttachmenton the specified content object.Method parameters in com.atlassian.confluence.pages with type arguments of type AttachmentResourceModifier and TypeMethodDescriptionvoidDefaultFileUploadManager.storeResources(Collection<AttachmentResource> attachmentResources, ContentEntityObject content) voidFileUploadManager.storeResources(Collection<AttachmentResource> attachmentResources, ContentEntityObject content) Stores the attachmentResource as anAttachmenton 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