Uses of Class
com.atlassian.confluence.it.BlogPost

Packages that use BlogPost
com.atlassian.confluence   
com.atlassian.confluence.it   
com.atlassian.confluence.it.api   
com.atlassian.confluence.it.content   
com.atlassian.confluence.it.rpc   
com.atlassian.confluence.it.rpc.delegates   
com.atlassian.confluence.it.rpc.xmlrpc   
com.atlassian.confluence.pageobjects   
com.atlassian.confluence.pageobjects.page.content   
com.atlassian.confluence.selenium   
com.atlassian.confluence.selenium.client   
 

Uses of BlogPost in com.atlassian.confluence
 

Fields in com.atlassian.confluence declared as BlogPost
 BlogPost AbstractConfluenceAcceptanceTest.TEST_BLOG
           
 

Methods in com.atlassian.confluence that return BlogPost
 BlogPost BlogAcceptanceTest.setupBlogPost()
           
 

Uses of BlogPost in com.atlassian.confluence.it
 

Fields in com.atlassian.confluence.it declared as BlogPost
 BlogPost TestData.blogPost
           
static BlogPost BlogPost.TEST
           
 

Constructors in com.atlassian.confluence.it with parameters of type BlogPost
BlogPost(BlogPost blogPost)
           
 

Uses of BlogPost in com.atlassian.confluence.it.api
 

Methods in com.atlassian.confluence.it.api that return BlogPost
static BlogPost ApiEntityConverter.convertApiContentToItBlogPost(Content content)
           
 

Methods in com.atlassian.confluence.it.api with parameters of type BlogPost
static Content ApiEntityConverter.convertItBlogPostToApiContent(BlogPost blogPost, ContentRepresentation format)
           
 

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

Methods in com.atlassian.confluence.it.content with parameters of type BlogPost
static EditContentBean EditContentBean.editBlogPost(BlogPost blogPost)
           
static EditContentBean EditContentBean.editBlogPost(BlogPost blogPost, net.sourceforge.jwebunit.junit.WebTester webTester)
           
static ViewContentBean ViewContentBean.viewBlogPost(BlogPost blogPost)
          The blog post is assumed to be today.
static ViewContentBean ViewContentBean.viewBlogPost(BlogPost blogPost, net.sourceforge.jwebunit.junit.WebTester webTester)
          The blog post is assumed to be today.
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.
 

Uses of BlogPost in com.atlassian.confluence.it.rpc
 

Methods in com.atlassian.confluence.it.rpc that return BlogPost
 BlogPost ConfluenceRpc.getBlogPost(long pageId)
          Returns the blog post with the specified page ID.
 

Methods in com.atlassian.confluence.it.rpc with parameters of type BlogPost
 long ConfluenceRpc.createBlogPost(BlogPost blogPost)
           
 long ConfluenceRpc.saveBlogPost(BlogPost blogPost)
           
 void ConfluenceRpc.setBlogRestriction(ContentPermission contentPermission, BlogPost blog)
           
 

Uses of BlogPost in com.atlassian.confluence.it.rpc.delegates
 

Methods in com.atlassian.confluence.it.rpc.delegates that return BlogPost
 BlogPost ContentRpc.createBlogPost(BlogPost blogPost, ContentRepresentation format)
           
 BlogPost ContentRpc.getBlogPost(ContentId id)
           
 BlogPost ContentRpc.updateBlogPost(BlogPost blogPost, boolean minorEdit, java.lang.String versionComment, ContentRepresentation format)
           
 

Methods in com.atlassian.confluence.it.rpc.delegates with parameters of type BlogPost
 BlogPost ContentRpc.createBlogPost(BlogPost blogPost, ContentRepresentation format)
           
 BlogPost ContentRpc.updateBlogPost(BlogPost blogPost, boolean minorEdit, java.lang.String versionComment, ContentRepresentation format)
           
 

Uses of BlogPost in com.atlassian.confluence.it.rpc.xmlrpc
 

Methods in com.atlassian.confluence.it.rpc.xmlrpc that return BlogPost
 BlogPost XmlRpcContentClient.getBlogPost(long pageId)
           
 

Methods in com.atlassian.confluence.it.rpc.xmlrpc with parameters of type BlogPost
 long XmlRpcContentClient.createBlogPost(BlogPost blogPost)
           
 long XmlRpcContentClient.saveBlogPost(BlogPost blogPost)
           
 

Uses of BlogPost in com.atlassian.confluence.pageobjects
 

Methods in com.atlassian.confluence.pageobjects with parameters of type BlogPost
 EditContentPage ConfluenceTestedProduct.loginAndEdit(User user, BlogPost blog)
           
 ViewPage ConfluenceTestedProduct.loginAndView(User user, BlogPost blogPost)
           
 

Uses of BlogPost in com.atlassian.confluence.pageobjects.page.content
 

Constructors in com.atlassian.confluence.pageobjects.page.content with parameters of type BlogPost
EditContentPage(BlogPost blogPost)
           
ViewAttachmentsPage(BlogPost blog)
           
 

Uses of BlogPost in com.atlassian.confluence.selenium
 

Fields in com.atlassian.confluence.selenium declared as BlogPost
protected  BlogPost AbstractSeleniumTest.testBlogPost
           
 

Uses of BlogPost in com.atlassian.confluence.selenium.client
 

Methods in com.atlassian.confluence.selenium.client with parameters of type BlogPost
 void ConfluenceSeleniumAssertions.assertLinkInserted(java.lang.String linkText, BlogPost blog)
           
 void ToolsMenu.ensureLinkLinksTo(BlogPost content)
           
 PageView Suite.logIn(User user, BlogPost destination)
           
 TinyMce Editor.logInAndAddComment(User user, BlogPost blogpost)
           
 void Editor.triggerDraftAndCheckUserDrafts(BlogPost blogpost)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.