Uses of Class
com.atlassian.confluence.api.model.content.AttachmentUpload
-
Packages that use AttachmentUpload Package Description com.atlassian.confluence.api.impl.service.content com.atlassian.confluence.api.model.content com.atlassian.confluence.api.service.content com.atlassian.confluence.it.api com.atlassian.confluence.rest.client This package contains the code which communicates with Confluence via REST API. -
-
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 Modifier and Type Method Description Content
AttachmentServiceImpl. updateData(ContentId attachmentId, AttachmentUpload upload)
Method parameters in com.atlassian.confluence.api.impl.service.content with type arguments of type AttachmentUpload Modifier and Type Method Description PageResponse<Content>
AttachmentServiceImpl. addAttachments(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads)
PageResponse<Content>
AttachmentServiceImpl. addAttachments(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads, boolean allowDuplicated, Expansions expansions)
PageResponse<Content>
AttachmentServiceImpl. addAttachments(ContentId containerId, Collection<AttachmentUpload> uploads)
-
Uses of AttachmentUpload in com.atlassian.confluence.api.model.content
Methods in com.atlassian.confluence.api.model.content that return AttachmentUpload Modifier and Type Method Description AttachmentUpload
AttachmentUpload. withName(String newName)
Create a new AttachmentUpload object from this one, changing the logical filename but keeping other fields. -
Uses of AttachmentUpload in com.atlassian.confluence.api.service.content
Methods in com.atlassian.confluence.api.service.content with parameters of type AttachmentUpload Modifier and Type Method Description Content
AttachmentService. updateData(ContentId attachmentId, AttachmentUpload upload)
Updates the data part of an AttachmentContent
instance.Method parameters in com.atlassian.confluence.api.service.content with type arguments of type AttachmentUpload Modifier and Type Method Description PageResponse<Content>
AttachmentService. addAttachments(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads)
Add one or more attachments to a piece ofContent
.PageResponse<Content>
AttachmentService. addAttachments(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads, boolean allowDuplicated, Expansions expansions)
Add one or more attachments to a piece ofContent
.PageResponse<Content>
AttachmentService. addAttachments(ContentId containerId, Collection<AttachmentUpload> uploads)
Add one or more attachments to a piece ofContent
. -
Uses of AttachmentUpload in com.atlassian.confluence.it.api
Methods in com.atlassian.confluence.it.api that return AttachmentUpload Modifier and Type Method Description static AttachmentUpload
ApiEntityConverter. convertAttachmentToUpload(Attachment attachment)
Methods in com.atlassian.confluence.it.api that return types with arguments of type AttachmentUpload Modifier and Type Method Description static List<AttachmentUpload>
ApiEntityConverter. convertAttachmentsToUploads(Attachment... attachments)
Convert ITAttachment
objects intoAttachmentUpload
versions suitable for sending to theContentService
.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 Modifier and Type Method Description default com.atlassian.util.concurrent.Promise<Content>
RemoteAttachmentService. updateData(ContentId attachmentId, AttachmentUpload upload)
Deprecated.since 7.0.1.CompletionStage<Content>
RemoteAttachmentService. updateDataCompletionStage(ContentId attachmentId, AttachmentUpload upload)
Updates the data part of an AttachmentContent
instance.CompletionStage<Content>
RemoteAttachmentServiceImpl. updateDataCompletionStage(ContentId attachmentId, AttachmentUpload upload)
Method parameters in com.atlassian.confluence.rest.client with type arguments of type AttachmentUpload Modifier and Type Method Description default com.atlassian.util.concurrent.Promise<PageResponse<Content>>
RemoteAttachmentService. addAttachments(ContentId contentId, ContentStatus status, Collection<AttachmentUpload> uploads)
Deprecated.since 7.0.1.default com.atlassian.util.concurrent.Promise<PageResponse<Content>>
RemoteAttachmentService. addAttachments(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads, boolean allowDuplicated, Expansions expansions)
Deprecated.since 7.0.1.default com.atlassian.util.concurrent.Promise<PageResponse<Content>>
RemoteAttachmentService. addAttachments(ContentId contentId, Collection<AttachmentUpload> uploads)
Deprecated.since 7.0.1.CompletionStage<PageResponse<Content>>
RemoteAttachmentService. addAttachmentsCompletionStage(ContentId contentId, ContentStatus status, Collection<AttachmentUpload> uploads)
CompletionStage<PageResponse<Content>>
RemoteAttachmentService. addAttachmentsCompletionStage(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads, boolean allowDuplicated, Expansions expansions)
CompletionStage<PageResponse<Content>>
RemoteAttachmentService. addAttachmentsCompletionStage(ContentId contentId, Collection<AttachmentUpload> uploads)
Add one or more attachments to a piece ofContent
.CompletionStage<PageResponse<Content>>
RemoteAttachmentServiceImpl. addAttachmentsCompletionStage(ContentId contentId, ContentStatus status, Collection<AttachmentUpload> uploads)
CompletionStage<PageResponse<Content>>
RemoteAttachmentServiceImpl. addAttachmentsCompletionStage(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads, boolean allowDuplicated, Expansions expansions)
CompletionStage<PageResponse<Content>>
RemoteAttachmentServiceImpl. addAttachmentsCompletionStage(ContentId contentId, Collection<AttachmentUpload> uploads)
-