Uses of Interface
com.atlassian.confluence.core.AttachmentResource
-
Packages that use AttachmentResource Package Description com.atlassian.confluence.core com.atlassian.confluence.pages com.atlassian.confluence.pages.actions -
-
Uses of AttachmentResource in com.atlassian.confluence.core
Classes in com.atlassian.confluence.core that implement AttachmentResource Modifier and Type Class Description classInputStreamAttachmentResourceRepresents an attachment resource that is supported by an input stream.classUploadedResourceResource wrapper for uploaded files. -
Uses of AttachmentResource in com.atlassian.confluence.pages
Methods in com.atlassian.confluence.pages with parameters of type AttachmentResource Modifier and Type Method Description voidDefaultFileUploadManager. 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 AttachmentResource Modifier and Type Method Description voidDefaultFileUploadManager. 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 Modifier and Type Method Description List<AttachmentResource>AttachmentUploadRequest. getResources()
-