|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttachmentResource | |
---|---|
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 | |
---|---|
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 | |
---|---|
void |
FileUploadManager.storeResource(AttachmentResource attachmentResource,
ContentEntityObject content)
Stores the attachmentResource as an Attachment on the specified content object. |
void |
DefaultFileUploadManager.storeResource(AttachmentResource resource,
ContentEntityObject ceo)
|
Method parameters in com.atlassian.confluence.pages with type arguments of type AttachmentResource | |
---|---|
void |
FileUploadManager.storeResources(java.util.Collection<AttachmentResource> attachmentResources,
ContentEntityObject content)
Stores the attachmentResource as an Attachment on the specified content object. |
void |
DefaultFileUploadManager.storeResources(java.util.Collection<AttachmentResource> attachmentResources,
ContentEntityObject content)
|
Uses of AttachmentResource in com.atlassian.confluence.pages.actions |
---|
Methods in com.atlassian.confluence.pages.actions that return types with arguments of type AttachmentResource | |
---|---|
java.util.List<AttachmentResource> |
AttachmentUploadRequest.getResources()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |