com.atlassian.confluence.it.content
Class ContentInfoBean

java.lang.Object
  extended by com.atlassian.confluence.it.content.ContentInfoBean

public class ContentInfoBean
extends Object

Represents a View Information page for a Page or BlogPost.


Field Summary
static String VIEW_CONTENT_INFO_LINK_ID
           
 
Method Summary
 boolean canRemovePagePermission()
           
 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)
           
 ViewContentHistoryBean viewPageHistory()
           
 ViewContentHistoryBean viewRecentChanges()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VIEW_CONTENT_INFO_LINK_ID

public static final String VIEW_CONTENT_INFO_LINK_ID
See Also:
Constant Field Values
Method Detail

viewInfo

public 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.


viewInfo

public static ContentInfoBean viewInfo(Page page)

viewRecentChanges

public ViewContentHistoryBean viewRecentChanges()

viewPageHistory

public ViewContentHistoryBean viewPageHistory()

exportAsWord

public void exportAsWord()

copy

public EditContentBean copy()
Clicks the 'copy' link on the Info page and returns an EditContentBean (representing the new page).


canRemovePagePermission

public boolean canRemovePagePermission()


Copyright © 2003-2013 Atlassian. All Rights Reserved.