Uses of Class
com.atlassian.confluence.api.model.content.AttachmentUpload

Packages that use AttachmentUpload
com.atlassian.confluence.api.impl.service.content   
com.atlassian.confluence.api.service.content   
com.atlassian.confluence.it.api   
com.atlassian.confluence.rest.client   
 

Uses of AttachmentUpload in com.atlassian.confluence.api.impl.service.content
 

Methods in com.atlassian.confluence.api.impl.service.content with parameters of type AttachmentUpload
 Content AttachmentServiceImpl.updateData(ContentId attachmentId, AttachmentUpload upload)
           
 

Method parameters in com.atlassian.confluence.api.impl.service.content with type arguments of type AttachmentUpload
 PageResponse<Content> AttachmentServiceImpl.addAttachments(ContentId containerId, java.util.Collection<AttachmentUpload> uploads)
           
 

Uses of AttachmentUpload in com.atlassian.confluence.api.service.content
 

Methods in com.atlassian.confluence.api.service.content with parameters of type AttachmentUpload
 Content AttachmentService.updateData(ContentId attachmentId, AttachmentUpload upload)
          Updates the data part of an Attachment Content instance.
 

Method parameters in com.atlassian.confluence.api.service.content with type arguments of type AttachmentUpload
 PageResponse<Content> AttachmentService.addAttachments(ContentId containerId, java.util.Collection<AttachmentUpload> uploads)
          Add one or more attachments to a piece of Content.
 

Uses of AttachmentUpload in com.atlassian.confluence.it.api
 

Methods in com.atlassian.confluence.it.api that return AttachmentUpload
static AttachmentUpload ApiEntityConverter.convertAttachmentToUpload(Attachment attachment)
           
 

Methods in com.atlassian.confluence.it.api that return types with arguments of type AttachmentUpload
static java.util.List<AttachmentUpload> ApiEntityConverter.convertAttachmentsToUploads(Attachment... attachments)
          Convert IT Attachment objects into AttachmentUpload versions suitable for sending to the ContentService.
 java.util.List<AttachmentUpload> TestAttachmentFactory.makeUploads(int numFiles, javax.ws.rs.core.MediaType contentType)
           
 

Uses of AttachmentUpload in com.atlassian.confluence.rest.client
 

Methods in com.atlassian.confluence.rest.client with parameters of type AttachmentUpload
 com.atlassian.util.concurrent.Promise<Content> RemoteAttachmentServiceImpl.updateData(ContentId attachmentId, AttachmentUpload upload)
           
 com.atlassian.util.concurrent.Promise<Content> RemoteAttachmentService.updateData(ContentId attachmentId, AttachmentUpload upload)
          Updates the data part of an Attachment Content instance.
 

Method parameters in com.atlassian.confluence.rest.client with type arguments of type AttachmentUpload
 com.atlassian.util.concurrent.Promise<PageResponse<Content>> RemoteAttachmentServiceImpl.addAttachments(ContentId contentId, java.util.Collection<AttachmentUpload> uploads)
           
 com.atlassian.util.concurrent.Promise<PageResponse<Content>> RemoteAttachmentService.addAttachments(ContentId contentId, java.util.Collection<AttachmentUpload> uploads)
          Add one or more attachments to a piece of Content.
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.