Uses of Class
com.atlassian.confluence.it.content.ViewContentBean

Packages that use ViewContentBean
com.atlassian.confluence   
com.atlassian.confluence.cluster   
com.atlassian.confluence.it.content   
 

Uses of ViewContentBean in com.atlassian.confluence
 

Methods in com.atlassian.confluence that return ViewContentBean
protected  ViewContentBean AbstractConfluenceAcceptanceTest.addWatchPage()
           
protected  ViewContentBean AbstractConfluenceAcceptanceTest.createPage(java.lang.String spaceName, java.lang.String title, java.lang.String content, java.lang.String parentPageTitle)
           
protected  ViewContentBean AbstractConfluenceAcceptanceTest.createPageWithViewRestrictions(java.lang.String spaceName, java.lang.String title, java.lang.String content, java.lang.String parentPageTitle, java.lang.String viewPermissionUsers)
           
protected  ViewContentBean AbstractConfluenceAcceptanceTest.viewPage(java.lang.String spaceKey, java.lang.String pageTitle)
           
protected  ViewContentBean AbstractConfluenceAcceptanceTest.watchPage(java.lang.String spaceKey, java.lang.String pageTitle)
           
 

Uses of ViewContentBean in com.atlassian.confluence.cluster
 

Methods in com.atlassian.confluence.cluster that return ViewContentBean
 ViewContentBean Node.addWatchPage()
           
 ViewContentBean Node.createPage(java.lang.String spaceName, java.lang.String title, java.lang.String body, java.lang.String parentPageTitle)
           
 ViewContentBean Node.viewPage(java.lang.String spaceKey, java.lang.String pageTitle)
           
 

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

Methods in com.atlassian.confluence.it.content that return ViewContentBean
 ViewContentBean EditContentBean.cancel()
           
 ViewContentBean EditContentBean.save()
           
static ViewContentBean ViewContentBean.viewBlogPost(net.sourceforge.jwebunit.junit.WebTester tester)
          Factory method to return a ViewContentBean pointing at the current location of the web tester.
static ViewContentBean ViewContentBean.viewBlogPost(net.sourceforge.jwebunit.junit.WebTester webTester, long contentId)
          Factory method to return a ViewContentBean for the blog post with the given content ID.
static ViewContentBean ViewContentBean.viewBlogPost(net.sourceforge.jwebunit.junit.WebTester webTester, java.lang.String spaceKey, java.lang.String postTitle)
          Factory method to return a ViewContentBean for the given post and space.
static ViewContentBean ViewContentBean.viewPage(net.sourceforge.jwebunit.junit.WebTester webTester)
          Factory method to return a ViewContentBean pointing at the current location of the web tester.
static ViewContentBean ViewContentBean.viewPage(net.sourceforge.jwebunit.junit.WebTester webTester, long contentId)
          Factory method to return a ViewContentBean for the page with the given content ID.
static ViewContentBean ViewContentBean.viewPage(net.sourceforge.jwebunit.junit.WebTester webTester, java.lang.String spaceKey)
          Factory method to return a ViewContentBean for the homepage of the given space.
static ViewContentBean ViewContentBean.viewPage(net.sourceforge.jwebunit.junit.WebTester webTester, java.lang.String spaceKey, java.lang.String pageTitle)
          Factory method to return a ViewContentBean for the given page and space.
static ViewContentBean ViewContentBean.viewPage(net.sourceforge.jwebunit.junit.WebTester webTester, java.lang.String spaceKey, java.lang.String pageTitle, boolean commentsOn)
          Factory method to return a ViewContentBean for the given page and space, with comments specifically requested on or off.
static ViewContentBean ViewContentBean.viewPersonalSpace(net.sourceforge.jwebunit.junit.WebTester webTester, java.lang.String username)
           
static ViewContentBean ViewContentBean.viewSpaceHomepage(net.sourceforge.jwebunit.junit.WebTester tester, java.lang.String spaceName)
          Deprecated. As it uses the space name rather than spacekey. Use viewPage(WebTester, String) instead.
 



Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.