Uses of Class
com.atlassian.confluence.it.Attachment

Packages that use Attachment
com.atlassian.confluence.it   
com.atlassian.confluence.it.api   
com.atlassian.confluence.it.content   
com.atlassian.confluence.it.rpc   
com.atlassian.confluence.it.rpc.delegates   
com.atlassian.confluence.it.rpc.xmlrpc   
com.atlassian.confluence.it.space   
com.atlassian.confluence.multimedia   
com.atlassian.confluence.pageobjects.component.attachment   
com.atlassian.confluence.pageobjects.component.content   
com.atlassian.confluence.pageobjects.component.dialog   
com.atlassian.confluence.pageobjects.component.editor   
com.atlassian.confluence.pageobjects.page.content   
com.atlassian.confluence.selenium   
com.atlassian.confluence.selenium.client   
 

Uses of Attachment in com.atlassian.confluence.it
 

Fields in com.atlassian.confluence.it declared as Attachment
 Attachment TestData.filePDF
           
 Attachment TestData.image
           
 Attachment TestData.image2
           
 

Constructors in com.atlassian.confluence.it with parameters of type Attachment
Attachment(Attachment original, java.lang.String versionComment, byte[] newData)
           
Attachment(ContentEntity contentEntity, Attachment other)
          Copy constructor -- put the provided attachment on another page.
 

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

Methods in com.atlassian.confluence.it.api that return Attachment
static Attachment ApiEntityConverter.convertApiContentToItAttachment(Content attachmentContent)
           
 

Methods in com.atlassian.confluence.it.api that return types with arguments of type Attachment
static java.util.List<Attachment> ApiEntityConverter.convertApiContentPageToItAttachments(PageResponse<Content> contents)
           
 

Methods in com.atlassian.confluence.it.api with parameters of type Attachment
static java.util.List<AttachmentUpload> ApiEntityConverter.convertAttachmentsToUploads(Attachment... attachments)
          Convert IT Attachment objects into AttachmentUpload versions suitable for sending to the ContentService.
static AttachmentUpload ApiEntityConverter.convertAttachmentToUpload(Attachment attachment)
           
static Content ApiEntityConverter.convertItAttachmentToApiContent(Attachment attachment)
           
 

Uses of Attachment in com.atlassian.confluence.it.content
 

Methods in com.atlassian.confluence.it.content with parameters of type Attachment
static EditAttachmentsBean EditAttachmentsBean.editAttachmentFromViewPage(Attachment attachment)
           
 

Uses of Attachment in com.atlassian.confluence.it.rpc
 

Methods in com.atlassian.confluence.it.rpc that return Attachment
 Attachment ConfluenceRpc.getAttachment(long contentId, java.lang.String fileName)
           
 

Methods in com.atlassian.confluence.it.rpc that return types with arguments of type Attachment
 java.util.List<Attachment> ConfluenceRpc.getAttachments(Page homePage)
           
 

Methods in com.atlassian.confluence.it.rpc with parameters of type Attachment
 void ConfluenceRpc.changeAttachmentCreatedDate(Attachment attachment, java.util.Date createdDate)
           
 long ConfluenceRpc.createAttachment(Attachment attachment)
           
 long ConfluenceRpc.createAttachment(ContentEntity page, Attachment attachment)
           
 long ConfluenceRpc.createAttachment(long contentId, Attachment attachment)
           
 long ConfluenceRpc.createAttachmentOnDraft(Attachment attachment)
           
 void ConfluenceRpc.editAttachment(Attachment updatedAttachment)
          Edit either the owning page or the filename of the attachment.
 byte[] ConfluenceRpc.getAttachmentData(Attachment attachment, java.lang.String version)
           
 

Uses of Attachment in com.atlassian.confluence.it.rpc.delegates
 

Methods in com.atlassian.confluence.it.rpc.delegates that return Attachment
 Attachment AttachmentRpc.addAttachment(ContentId contentId, Attachment attachment)
           
 Attachment AttachmentRpc.getAttachment(ContentId contentId, java.lang.String fileName)
           
 Attachment AttachmentRpc.updateAttachment(Attachment attachment)
           
 Attachment AttachmentRpc.updateData(Attachment attachment)
           
 

Methods in com.atlassian.confluence.it.rpc.delegates that return types with arguments of type Attachment
 java.util.List<Attachment> AttachmentRpc.addAttachments(ContentId contentId, Attachment... attachments)
           
 java.util.List<Attachment> AttachmentRpc.getAttachments(Page page)
           
 

Methods in com.atlassian.confluence.it.rpc.delegates with parameters of type Attachment
 Attachment AttachmentRpc.addAttachment(ContentId contentId, Attachment attachment)
           
 java.util.List<Attachment> AttachmentRpc.addAttachments(ContentId contentId, Attachment... attachments)
           
 Attachment AttachmentRpc.updateAttachment(Attachment attachment)
           
 Attachment AttachmentRpc.updateData(Attachment attachment)
           
 

Uses of Attachment in com.atlassian.confluence.it.rpc.xmlrpc
 

Methods in com.atlassian.confluence.it.rpc.xmlrpc that return Attachment
 Attachment XmlRpcAttachmentClient.getAttachment(long contentId, java.lang.String fileName)
           
 Attachment XmlRpcAttachmentClient.getAttachment(long contentId, java.lang.String fileName, java.lang.String version)
           
 

Methods in com.atlassian.confluence.it.rpc.xmlrpc that return types with arguments of type Attachment
 java.util.List<Attachment> XmlRpcAttachmentClient.getAttachments(Page homePage)
           
 

Methods in com.atlassian.confluence.it.rpc.xmlrpc with parameters of type Attachment
 long XmlRpcContentClient.createAttachment(Attachment attachment)
           
 long XmlRpcContentClient.createAttachment(long contentId, Attachment attachment)
           
 long XmlRpcAttachmentClient.createAttachment(long contentId, Attachment attachment)
           
 void XmlRpcAttachmentClient.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
 boolean SpaceOperations.isAttachmentPresent(Attachment attachment)
           
 

Uses of Attachment in com.atlassian.confluence.multimedia
 

Fields in com.atlassian.confluence.multimedia declared as Attachment
protected  Attachment AbstractMultimediaMacroAcceptanceTest.pageAttachment
           
 

Methods in com.atlassian.confluence.multimedia that return Attachment
protected  Attachment MultimediaMacroWMVAcceptanceTest.getAttachment(ContentEntity ce)
           
protected  Attachment MultimediaMacroWMAAcceptanceTest.getAttachment(ContentEntity ce)
           
protected  Attachment MultimediaMacroQuickTimeAcceptanceTest.getAttachment(ContentEntity ce)
           
protected  Attachment MultimediaMacroMp4AcceptanceTest.getAttachment(ContentEntity ce)
           
protected  Attachment MultimediaMacroMp3AcceptanceTest.getAttachment(ContentEntity ce)
           
protected  Attachment MultimediaMacroFlashAcceptanceTest.getAttachment(ContentEntity ce)
           
protected  Attachment MultimediaMacroAVIAcceptanceTest.getAttachment(ContentEntity ce)
           
protected abstract  Attachment AbstractMultimediaMacroAcceptanceTest.getAttachment(ContentEntity ce)
           
 

Methods in com.atlassian.confluence.multimedia with parameters of type Attachment
protected  java.lang.String AbstractMultimediaMacroAcceptanceTest.generateWikiMarkup(Space space, ContentEntity ce, Attachment file, java.lang.String width, java.lang.String height)
           
 

Uses of Attachment in com.atlassian.confluence.pageobjects.component.attachment
 

Methods in com.atlassian.confluence.pageobjects.component.attachment that return Attachment
 Attachment AttachmentContainer.getAttachment()
           
 

Constructors in com.atlassian.confluence.pageobjects.component.attachment with parameters of type Attachment
AttachmentContainer(Attachment attachment)
           
AttachmentVersionContainer(com.atlassian.pageobjects.elements.PageElement attachmentTable, Attachment attachment, int version)
           
 

Uses of Attachment in com.atlassian.confluence.pageobjects.component.content
 

Constructors in com.atlassian.confluence.pageobjects.component.content with parameters of type Attachment
AttachmentsRow(org.openqa.selenium.By tableLocator, Attachment attachment)
          Deprecated. Creates a reference to the corresponding row for the latest version of the provided attachment.
AttachmentsRow(org.openqa.selenium.By tableLocator, Attachment attachment, int version)
          Deprecated. Creates a reference to the corresponding row for the specified version of the provided attachment.
 

Uses of Attachment in com.atlassian.confluence.pageobjects.component.dialog
 

Methods in com.atlassian.confluence.pageobjects.component.dialog with parameters of type Attachment
 ImageBrowserDialog ImageBrowserDialog.chooseFile(Attachment attachment)
           
 ImageBrowserDialog ImageBrowserDialog.chooseFile(Attachment attachment, ImageBrowserDialog.Panel panel)
           
 ImageBrowserDialog ImageBrowserDialog.chooseImage(Attachment attachment)
           
 com.atlassian.pageobjects.elements.PageElement ImageBrowserDialog.getZoomButton(Attachment attachment)
           
 com.atlassian.pageobjects.elements.query.TimedCondition ImageBrowserDialog.isFilePresent(Attachment attachment)
           
 com.atlassian.pageobjects.elements.query.TimedCondition ImageBrowserDialog.isFilePresent(Attachment attachment, ImageBrowserDialog.Panel panel)
           
 com.atlassian.pageobjects.elements.query.TimedCondition ImageBrowserDialog.isImagePresent(Attachment attachment)
           
 boolean ImageBrowserDialog.isSelect(Attachment attachment)
           
 ImagePreview ImageBrowserDialog.previewImage(Attachment attachment)
           
 

Uses of Attachment in com.atlassian.confluence.pageobjects.component.editor
 

Methods in com.atlassian.confluence.pageobjects.component.editor with parameters of type Attachment
 com.atlassian.pageobjects.elements.query.TimedQuery<java.lang.Integer> EditorContent.getImageHeight(Attachment image)
           
 com.atlassian.pageobjects.elements.query.TimedQuery<java.lang.Integer> EditorContent.getImageWidth(Attachment image)
           
 com.atlassian.pageobjects.elements.query.TimedCondition EditorContent.isImagePresent(Attachment attachment)
           
 

Uses of Attachment in com.atlassian.confluence.pageobjects.page.content
 

Methods in com.atlassian.confluence.pageobjects.page.content with parameters of type Attachment
 AttachmentContainer ViewAttachmentsPage.getAttachmentContainer(Attachment attachment)
           
 AttachmentsRow ViewAttachmentsPage.getAttachmentRow(Attachment attachment)
          Deprecated. since 4.3, use ViewAttachmentsPage.getAttachmentContainer(Attachment) instead
 AttachmentsRow ViewAttachmentsPage.getAttachmentRow(Attachment attachment, int version)
          Deprecated. since 4.3, use AttachmentContainer.getVersionContainer(int) on ViewAttachmentsPage.getAttachmentContainer(Attachment) instead
 

Constructors in com.atlassian.confluence.pageobjects.page.content with parameters of type Attachment
EditAttachmentPage(Attachment attachment)
           
 

Uses of Attachment in com.atlassian.confluence.selenium
 

Fields in com.atlassian.confluence.selenium declared as Attachment
protected  Attachment AbstractSeleniumTest.testImage
           
protected  Attachment AbstractSeleniumTest.testImage2
           
 

Methods in com.atlassian.confluence.selenium that return Attachment
protected  Attachment MultimediaMacroQuickTimeNotIExploreTest.getAttachment(ContentEntity ce)
           
protected  Attachment MultimediaMacroAVITest.getAttachment(ContentEntity ce)
           
protected  Attachment MultimediaMacroFlashTest.getAttachment(ContentEntity ce)
           
protected abstract  Attachment AbstractMultimediaMacroTest.getAttachment(ContentEntity ce)
           
protected  Attachment MultimediaMacroWMATest.getAttachment(ContentEntity ce)
           
protected  Attachment MultimediaMacroWMVTest.getAttachment(ContentEntity ce)
           
protected  Attachment MultimediaMacroMp3Test.getAttachment(ContentEntity ce)
           
protected  Attachment MultimediaMacroMp4Test.getAttachment(ContentEntity ce)
           
 

Methods in com.atlassian.confluence.selenium with parameters of type Attachment
protected  void AbstractEditorImagePropertyPanelTest.assertImageWithSize(Attachment image, ImagePropertyPanel.Size size, boolean thumbnail)
           
 

Uses of Attachment in com.atlassian.confluence.selenium.client
 

Methods in com.atlassian.confluence.selenium.client that return Attachment
 Attachment AttachTo.draftFromEditor(java.lang.String attachmentPath, java.lang.String contentType, User remoteUser, Space space)
           
 Attachment AttachTo.pageViaRpc(java.lang.String attachmentPath, java.lang.String contentType, User remoteUser, Page page)
           
 

Methods in com.atlassian.confluence.selenium.client with parameters of type Attachment
 void ConfluenceSeleniumAssertions.assertLinkInserted(java.lang.String linkText, Attachment attachment)
           
 void Editor.insertImage(Attachment attachment)
           
 boolean LinkBrowser.isAttachmentPresent(Attachment attachment)
           
 boolean TinyMce.isImagePresent(Attachment attachment)
          Returns true if the given attachment is present in the RTE.
 void LinkBrowser.selectAttachment(Attachment attachment)
           
 void TinyMce.waitForImage(Attachment image)
          Wait for the specified image to load.
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.