Uses of Class
com.atlassian.confluence.api.model.content.AttachmentUpload
Packages that use AttachmentUpload
Package
Description
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 AttachmentUploadModifier and TypeMethodDescriptionAttachmentServiceImpl.updateData
(ContentId attachmentId, AttachmentUpload upload) Method parameters in com.atlassian.confluence.api.impl.service.content with type arguments of type AttachmentUploadModifier and TypeMethodDescriptionAttachmentServiceImpl.addAttachments
(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads) AttachmentServiceImpl.addAttachments
(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads, boolean allowDuplicated, Expansions expansions) 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 AttachmentUploadModifier and TypeMethodDescriptionCreate 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 AttachmentUploadModifier and TypeMethodDescriptionAttachmentService.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 AttachmentUploadModifier and TypeMethodDescriptionAttachmentService.addAttachments
(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads) Add one or more attachments to a piece ofContent
.AttachmentService.addAttachments
(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads, boolean allowDuplicated, Expansions expansions) Add one or more attachments to a piece ofContent
.AttachmentService.addAttachments
(ContentId containerId, Collection<AttachmentUpload> uploads) Add one or more attachments to a piece ofContent
. -
Uses of AttachmentUpload in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client with parameters of type AttachmentUploadModifier and TypeMethodDescriptionRemoteAttachmentService.updateDataCompletionStage
(ContentId attachmentId, AttachmentUpload upload) Updates the data part of an AttachmentContent
instance.RemoteAttachmentServiceImpl.updateDataCompletionStage
(ContentId attachmentId, AttachmentUpload upload) Method parameters in com.atlassian.confluence.rest.client with type arguments of type AttachmentUploadModifier and TypeMethodDescriptionRemoteAttachmentService.addAttachmentsCompletionStage
(ContentId contentId, ContentStatus status, Collection<AttachmentUpload> uploads) RemoteAttachmentService.addAttachmentsCompletionStage
(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads, boolean allowDuplicated, Expansions expansions) RemoteAttachmentService.addAttachmentsCompletionStage
(ContentId contentId, Collection<AttachmentUpload> uploads) Add one or more attachments to a piece ofContent
.RemoteAttachmentServiceImpl.addAttachmentsCompletionStage
(ContentId contentId, ContentStatus status, Collection<AttachmentUpload> uploads) RemoteAttachmentServiceImpl.addAttachmentsCompletionStage
(ContentId containerId, ContentStatus containerStatus, Collection<AttachmentUpload> uploads, boolean allowDuplicated, Expansions expansions) RemoteAttachmentServiceImpl.addAttachmentsCompletionStage
(ContentId contentId, Collection<AttachmentUpload> uploads)