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 class
InputStreamAttachmentResource
Represents an attachment resource that is supported by an input stream.class
UploadedResource
Resource 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 void
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 AttachmentResource Modifier and Type Method Description void
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 Modifier and Type Method Description List<AttachmentResource>
AttachmentUploadRequest. getResources()
-