|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Attachment in com.atlassian.confluence.it |
---|
Fields in com.atlassian.confluence.it declared as Attachment | |
---|---|
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.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)
|
Attachment |
ConfluenceRpc.getAttachment(long contentId,
java.lang.String fileName,
java.lang.String version)
|
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)
|
void |
ConfluenceRpc.editAttachment(Attachment oldAttachment,
Attachment newAttachment)
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.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.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 |
MultimediaMacroMp4Test.getAttachment(ContentEntity ce)
|
protected Attachment |
MultimediaMacroWMVTest.getAttachment(ContentEntity ce)
|
protected Attachment |
MultimediaMacroAVITest.getAttachment(ContentEntity ce)
|
protected Attachment |
MultimediaMacroFlashTest.getAttachment(ContentEntity ce)
|
protected abstract Attachment |
AbstractMultimediaMacroTest.getAttachment(ContentEntity ce)
|
protected Attachment |
MultimediaMacroMp3Test.getAttachment(ContentEntity ce)
|
protected Attachment |
MultimediaMacroWMATest.getAttachment(ContentEntity ce)
|
protected Attachment |
MultimediaMacroQuickTimeNotIExploreTest.getAttachment(ContentEntity ce)
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |