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

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

Uses of ViewContentBean in com.atlassian.confluence
 

Methods in com.atlassian.confluence that return ViewContentBean
 ViewContentBean PageAcceptanceTester.createPage(java.lang.String spaceKey, java.lang.String title, java.lang.String content, java.lang.String parentPageTitle)
           
 ViewContentBean PageAcceptanceTester.createPageWithViewRestrictions(java.lang.String spaceKey, java.lang.String title, java.lang.String content, java.lang.String parentPageTitle, java.lang.String viewPermissionUsers)
           
protected  ViewContentBean EditPageAcceptanceTest.prepareEditPageTests()
           
 

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

Methods in com.atlassian.confluence.it.content that return ViewContentBean
 ViewContentBean ViewContentBean.addTextComment(java.lang.String comment)
           
 ViewContentBean ViewContentBean.Builder.build()
           
 ViewContentBean EditContentBean.cancel()
           
 ViewContentBean ViewContentHistoryBean.restoreAndViewContentVersion(int version)
           
 ViewContentBean EditContentBean.save()
           
 ViewContentBean EditContentBean.saveMergeContent()
           
static ViewContentBean ViewContentBean.viewBlogPost()
          Factory method to return a ViewContentBean pointing at the current location of the web tester.
static ViewContentBean ViewContentBean.viewBlogPost(BlogPost blogPost)
           
static ViewContentBean ViewContentBean.viewBlogPost(BlogPost blogPost, net.sourceforge.jwebunit.junit.WebTester webTester)
           
static ViewContentBean ViewContentBean.viewBlogPost(long contentId)
          Factory method to return a ViewContentBean for the blog post with the given content ID.
static ViewContentBean ViewContentBean.viewBlogPost(long contentId, net.sourceforge.jwebunit.junit.WebTester webTester)
          Factory method to return a ViewContentBean for the blog post with the given content ID.
static ViewContentBean ViewContentBean.viewBlogPost(java.lang.String spaceKey, java.lang.String postTitle)
          Deprecated. Since 5.6. This method is flaky as dates can change during test runs. Use viewBlogPost(com.atlassian.confluence.it.BlogPost) instead.
static ViewContentBean ViewContentBean.viewBlogPost(java.lang.String spaceKey, java.lang.String postTitle, java.util.Date postDate)
          Factory method to return a ViewContentBean for the given post and space.
static ViewContentBean ViewContentBean.viewBlogPost(java.lang.String spaceKey, java.lang.String postTitle, java.util.Date postDate, net.sourceforge.jwebunit.junit.WebTester webTester)
          Factory method to return a ViewContentBean for the given post and space.
static ViewContentBean ViewContentBean.viewBlogPost(java.lang.String spaceKey, java.lang.String postTitle, net.sourceforge.jwebunit.junit.WebTester webTester)
          Deprecated. Since 5.6. This method is flaky as dates can change during test runs. Use viewBlogPost(com.atlassian.confluence.it.BlogPost) instead.
static ViewContentBean ViewContentBean.viewBlogPost(net.sourceforge.jwebunit.junit.WebTester webTester)
           
static ViewContentBean ViewContentBean.viewBlogPostRespectingDate(BlogPost blogPost)
          When viewing the blog actually respect the date set on the blog.
static ViewContentBean ViewContentBean.viewBlogPostRespectingDate(BlogPost blogPost, net.sourceforge.jwebunit.junit.WebTester webTester)
          When viewing the blog actually respect the date set on the blog.
 ViewContentBean ViewContentHistoryBean.viewContentVersion(int version)
           
static ViewContentBean ViewContentBean.viewPage()
          Factory method to return a ViewContentBean pointing at the current location of the web tester.
static ViewContentBean ViewContentBean.viewPage(long contentId)
          Factory method to return a ViewContentBean for the page with the given content ID.
static ViewContentBean ViewContentBean.viewPage(long contentId, net.sourceforge.jwebunit.junit.WebTester webTester)
          Factory method to return a ViewContentBean for the page with the given content ID.
static ViewContentBean ViewContentBean.viewPage(Page page)
           
static ViewContentBean ViewContentBean.viewPage(Page page, net.sourceforge.jwebunit.junit.WebTester tester)
           
static ViewContentBean ViewContentBean.viewPage(Space space)
          View the home page of the given space.
static ViewContentBean ViewContentBean.viewPage(Space space, java.lang.String pageTitle)
          Factory method to return a ViewContentBean for the given page and space.
static ViewContentBean ViewContentBean.viewPage(Space space, java.lang.String pageTitle, net.sourceforge.jwebunit.junit.WebTester tester)
           
static ViewContentBean ViewContentBean.viewPage(Space space, net.sourceforge.jwebunit.junit.WebTester tester)
           
static ViewContentBean ViewContentBean.viewPage(java.lang.String spaceKey)
          Factory method to return a ViewContentBean for the homepage of the given space.
static ViewContentBean ViewContentBean.viewPage(java.lang.String spaceKey, java.lang.String pageTitle)
          Factory method to return a ViewContentBean for the given page and space.
static ViewContentBean ViewContentBean.viewPage(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.viewPage(java.lang.String spaceKey, java.lang.String pageTitle, boolean commentsOn, net.sourceforge.jwebunit.junit.WebTester webTester)
          Factory method to return a ViewContentBean for the given page and space, with comments specifically requested on or off.
static ViewContentBean ViewContentBean.viewPage(java.lang.String spaceKey, java.lang.String pageTitle, net.sourceforge.jwebunit.junit.WebTester webTester)
           
static ViewContentBean ViewContentBean.viewPage(java.lang.String spaceKey, net.sourceforge.jwebunit.junit.WebTester webTester)
          Factory method to return a ViewContentBean for the homepage of the given space.
static ViewContentBean ViewContentBean.viewPage(net.sourceforge.jwebunit.junit.WebTester webTester)
           
static ViewContentBean ViewContentBean.viewPersonalSpace(java.lang.String username)
           
static ViewContentBean ViewContentBean.viewPersonalSpace(java.lang.String username, net.sourceforge.jwebunit.junit.WebTester webTester)
           
static ViewContentBean ViewContentBean.viewSpaceHomePage(Space space)
           
static ViewContentBean ViewContentBean.viewSpaceHomePage(Space space, net.sourceforge.jwebunit.junit.WebTester webTester)
           
static ViewContentBean ViewContentBean.viewUrl(java.lang.String url)
           
static ViewContentBean ViewContentBean.viewUrl(java.lang.String url, net.sourceforge.jwebunit.junit.WebTester webTester)
           
 

Methods in com.atlassian.confluence.it.content with parameters of type ViewContentBean
static void ContentBeanMatchers.assertCannotRequestAccess(ViewContentBean viewContentBean)
           
static void ContentBeanMatchers.assertCanRequestAccess(ViewContentBean viewContentBean)
           
static void ContentBeanMatchers.assertIsNotViewable(ViewContentBean viewContentBean)
          Deprecated. since 5.6 Use assertHasNoViewPermission()
static void ContentBeanMatchers.assertIsRestricted(ViewContentBean viewContentBean)
           
static void ContentBeanMatchers.assertIsViewable(ViewContentBean viewContentBean)
          Deprecated. since 5.6 Use assertHasViewPermission()
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.