public class ContentInfoBean extends Object
Modifier and Type | Field and Description |
---|---|
static String |
VIEW_CONTENT_INFO_LINK_ID |
Modifier and Type | Method and Description |
---|---|
boolean |
canRemovePagePermission() |
void |
clickCopy()
Clicks the 'copy' link on the Info page.
|
EditContentBean |
copy()
Clicks the 'copy' link on the Info page and returns an
EditContentBean (representing the new page). |
void |
exportAsWord() |
static ContentInfoBean |
viewInfo()
Factory method to return a ContentInfoBean from the current location of the web tester, by clicking on the
'Info' link on the page.
|
static ContentInfoBean |
viewInfo(Page page) |
static ContentInfoBean |
viewInfo(Page page,
net.sourceforge.jwebunit.junit.WebTester tester) |
static ContentInfoBean |
viewInfo(net.sourceforge.jwebunit.junit.WebTester tester) |
ViewContentHistoryBean |
viewPageHistory() |
ViewContentHistoryBean |
viewRecentChanges() |
public static final String VIEW_CONTENT_INFO_LINK_ID
public static ContentInfoBean viewInfo()
public static ContentInfoBean viewInfo(net.sourceforge.jwebunit.junit.WebTester tester)
public static ContentInfoBean viewInfo(Page page)
public static ContentInfoBean viewInfo(Page page, net.sourceforge.jwebunit.junit.WebTester tester)
public ViewContentHistoryBean viewRecentChanges()
public ViewContentHistoryBean viewPageHistory()
public void exportAsWord()
public void clickCopy()
public EditContentBean copy()
EditContentBean
(representing the new page).public boolean canRemovePagePermission()
Copyright © 2003–2019 Atlassian. All rights reserved.