Uses of Interface
com.atlassian.confluence.core.AttachmentResource

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)
           
 void FileUploadManager.storeResource(AttachmentResource attachmentResource, String comment, ContentEntityObject content)
          Deprecated. since 3.1 use FileUploadManager.storeResource(AttachmentResource, ContentEntityObject) instead because the optional comment is now part of the AttachmentResource interface.
 void DefaultFileUploadManager.storeResource(AttachmentResource resource, String comment, ContentEntityObject ceo)
           
 

Method parameters in com.atlassian.confluence.pages with type arguments of type AttachmentResource
 void FileUploadManager.storeResources(Collection<AttachmentResource> attachmentResources, ContentEntityObject content)
          Stores the attachmentResource as an Attachment on the specified content object.
 void DefaultFileUploadManager.storeResources(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
 List<AttachmentResource> AttachmentUploadRequest.getResources()
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.