Uses of Class
com.atlassian.confluence.it.Attachment
-
-
Uses of Attachment in com.atlassian.confluence.it
Fields in com.atlassian.confluence.it declared as Attachment Modifier and Type Field Description AttachmentTestData. filePDFAttachmentTestData. fileZIPAttachmentTestData. imageAttachmentTestData. image2Methods in com.atlassian.confluence.it that return Attachment Modifier and Type Method Description AttachmentAttachment.AttachmentBuilder. build()AttachmentComment. getAttachment()Deprecated.Methods in com.atlassian.confluence.it with parameters of type Attachment Modifier and Type Method Description static Attachment.AttachmentBuilderAttachment.AttachmentBuilder. from(Attachment attachment)Constructors in com.atlassian.confluence.it with parameters of type Attachment Constructor Description Attachment(Attachment original, String versionComment, byte[] newData)Deprecated.Since 5.7.Attachment(ContentEntity contentEntity, Attachment other)Deprecated.Since 5.7.Comment(AbstractPageEntity page, Attachment attachment, String content, long parentId)Deprecated. -
Uses of Attachment in com.atlassian.confluence.it.api
Methods in com.atlassian.confluence.it.api that return Attachment Modifier and Type Method Description static AttachmentApiEntityConverter. convertApiContentToItAttachment(Content attachmentContent)Methods in com.atlassian.confluence.it.api that return types with arguments of type Attachment Modifier and Type Method Description static List<Attachment>ApiEntityConverter. convertApiContentPageToItAttachments(PageResponse<Content> contents)Methods in com.atlassian.confluence.it.api with parameters of type Attachment Modifier and Type Method Description static List<AttachmentUpload>ApiEntityConverter. convertAttachmentsToUploads(Attachment... attachments)Convert ITAttachmentobjects intoAttachmentUploadversions suitable for sending to theContentService.static AttachmentUploadApiEntityConverter. convertAttachmentToUpload(Attachment attachment)static ContentApiEntityConverter. convertItAttachmentToApiContent(Attachment attachment) -
Uses of Attachment in com.atlassian.confluence.it.content
Methods in com.atlassian.confluence.it.content with parameters of type Attachment Modifier and Type Method Description static EditAttachmentsBeanEditAttachmentsBean. editAttachmentFromViewPage(Attachment attachment) -
Uses of Attachment in com.atlassian.confluence.it.rpc
Methods in com.atlassian.confluence.it.rpc that return Attachment Modifier and Type Method Description AttachmentConfluenceRpc. getAttachment(long contentId, String fileName)Deprecated.Methods in com.atlassian.confluence.it.rpc that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>ConfluenceRpc. getAttachments(Page homePage)Deprecated.Methods in com.atlassian.confluence.it.rpc with parameters of type Attachment Modifier and Type Method Description voidConfluenceRpc. changeAttachmentCreatedDate(Attachment attachment, Date createdDate)Deprecated.longConfluenceRpc. createAttachment(long contentId, Attachment attachment)Deprecated.longConfluenceRpc. createAttachment(Attachment attachment)Deprecated.longConfluenceRpc. createAttachment(ContentEntity page, Attachment attachment)Deprecated.longConfluenceRpc. createAttachmentOnDraft(Attachment attachment)Deprecated.voidConfluenceRpc. editAttachment(Attachment updatedAttachment)Deprecated.Edit either the owning page or the filename of the attachment.byte[]ConfluenceRpc. getAttachmentData(Attachment attachment, String version)Deprecated. -
Uses of Attachment in com.atlassian.confluence.it.rpc.delegates
Methods in com.atlassian.confluence.it.rpc.delegates that return Attachment Modifier and Type Method Description AttachmentAttachmentRpc. addAttachment(ContentId contentId, Attachment attachment)AttachmentAttachmentRpc. getAttachment(ContentId contentId, String fileName)AttachmentAttachmentRpc. updateAttachment(Attachment attachment)AttachmentAttachmentRpc. updateData(Attachment attachment)Methods in com.atlassian.confluence.it.rpc.delegates that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>AttachmentRpc. addAttachments(ContentId contentId, Attachment... attachments)List<Attachment>AttachmentRpc. getAttachments(Page page)Methods in com.atlassian.confluence.it.rpc.delegates with parameters of type Attachment Modifier and Type Method Description AttachmentAttachmentRpc. addAttachment(ContentId contentId, Attachment attachment)List<Attachment>AttachmentRpc. addAttachments(ContentId contentId, Attachment... attachments)AttachmentAttachmentRpc. updateAttachment(Attachment attachment)AttachmentAttachmentRpc. updateData(Attachment attachment) -
Uses of Attachment in com.atlassian.confluence.it.rpc.xmlrpc
Methods in com.atlassian.confluence.it.rpc.xmlrpc that return Attachment Modifier and Type Method Description AttachmentXmlRpcAttachmentClient. getAttachment(long contentId, String fileName)AttachmentXmlRpcAttachmentClient. getAttachment(long contentId, String fileName, String version)Methods in com.atlassian.confluence.it.rpc.xmlrpc that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>XmlRpcAttachmentClient. getAttachments(Page homePage)Methods in com.atlassian.confluence.it.rpc.xmlrpc with parameters of type Attachment Modifier and Type Method Description longXmlRpcAttachmentClient. createAttachment(long contentId, Attachment attachment)longXmlRpcContentClient. createAttachment(long contentId, Attachment attachment)longXmlRpcContentClient. createAttachment(Attachment attachment)voidXmlRpcAttachmentClient. editAttachment(Attachment oldAttachment, Attachment newAttachment)Edit either the owning page or the filename of the attachment. -
Uses of Attachment in com.atlassian.confluence.it.space
Methods in com.atlassian.confluence.it.space with parameters of type Attachment Modifier and Type Method Description booleanSpaceOperations. isAttachmentPresent(Attachment attachment) -
Uses of Attachment in com.atlassian.confluence.pageobjects.component.dialog
Methods in com.atlassian.confluence.pageobjects.component.dialog with parameters of type Attachment Modifier and Type Method Description ImageBrowserDialogImageBrowserDialog. chooseFile(Attachment attachment)Deprecated.voidSearchPanelInImageBrowserDialog. chooseFile(Attachment attachment)Deprecated.ImageBrowserDialogImageBrowserDialog. chooseImage(Attachment attachment)Deprecated.com.atlassian.pageobjects.elements.PageElementImageBrowserDialog. getZoomButton(Attachment attachment)Deprecated.com.atlassian.pageobjects.elements.query.TimedConditionImageBrowserDialog. isFilePresent(Attachment attachment)Deprecated.com.atlassian.pageobjects.elements.query.TimedConditionSearchPanelInImageBrowserDialog. isFilePresent(Attachment attachment)Deprecated.com.atlassian.pageobjects.elements.query.TimedConditionImageBrowserDialog. isImagePresent(Attachment attachment)Deprecated.booleanImageBrowserDialog. isSelect(Attachment attachment)Deprecated.voidLinkBrowserDialog. selectedAttachment(Attachment attachment)Deprecated. -
Uses of Attachment in com.atlassian.confluence.pageobjects.component.editor
Methods in com.atlassian.confluence.pageobjects.component.editor with parameters of type Attachment Modifier and Type Method Description com.atlassian.pageobjects.elements.query.TimedQuery<Integer>EditorContent. getImageHeight(Attachment image)Deprecated.since 5.7 use `getEmbeddedImages` to get EditorEmbeddedImage then use EditorEmbeddedImage.getHeight()com.atlassian.pageobjects.elements.query.TimedConditionEditorContent. isImagePresent(Attachment attachment)Deprecated.com.atlassian.pageobjects.elements.query.TimedConditionEditorContent. isImagePresentBySrc(Attachment attachment)Deprecated.
-