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

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

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

Methods in com.atlassian.confluence.it.content that return EditContentBean
 EditContentBean ViewContentBean.addComment()
           
static EditContentBean EditContentBean.addComment()
           
static EditContentBean EditContentBean.addComment(net.sourceforge.jwebunit.junit.WebTester webTester)
           
 EditContentBean EditContentBean.CreateByUrlBuilder.buildCreateBlogPost()
           
 EditContentBean EditContentBean.CreateByUrlBuilder.buildCreatePage()
           
 EditContentBean ViewContentBean.copy()
           
 EditContentBean ContentInfoBean.copy()
          Clicks the 'copy' link on the Info page and returns an EditContentBean (representing the new page).
 EditContentBean ViewContentBean.createBlogPost()
           
static EditContentBean EditContentBean.createBlogPost()
          Returns a blog post creation bean from the current location of the web tester, by clicking on the 'Add News' link on the page.
static EditContentBean EditContentBean.createBlogPost(java.lang.String spaceKey)
          Returns a blog post creation bean by going to the dashboard, clicking on the space name, then on the space home page, clicking on the 'Add News' link on the page.
static EditContentBean EditContentBean.createBlogPost(java.lang.String spaceKey, net.sourceforge.jwebunit.junit.WebTester webTester)
           
static EditContentBean EditContentBean.createBlogPost(net.sourceforge.jwebunit.junit.WebTester webTester)
           
static EditContentBean EditContentBean.createChildPage(java.lang.String spaceKey, java.lang.String parentPageTitle)
          Returns a page creation bean by going directly to the URL of a page, then clicking on the 'Add Page' link on the page.
static EditContentBean EditContentBean.createChildPage(java.lang.String spaceKey, java.lang.String parentPageTitle, net.sourceforge.jwebunit.junit.WebTester webTester)
           
 EditContentBean ViewContentBean.createPage()
           
 EditContentBean PagesCollectorBean.createPage()
           
static EditContentBean EditContentBean.createPage()
          Returns a page creation bean from the current location of the web tester, by clicking on the 'Add Page' link on the page.
static EditContentBean EditContentBean.createPage(Space space)
          Returns a page creation bean by going to view the space and clicking on the 'Add Page' link on the page.
static EditContentBean EditContentBean.createPage(Space space, net.sourceforge.jwebunit.junit.WebTester webTester)
           
static EditContentBean EditContentBean.createPage(java.lang.String spaceKey)
          Returns a page creation bean by going to view the space and clicking on the 'Add Page' link on the page.
static EditContentBean EditContentBean.createPage(java.lang.String spaceKey, net.sourceforge.jwebunit.junit.WebTester webTester)
           
static EditContentBean EditContentBean.createPage(net.sourceforge.jwebunit.junit.WebTester webTester)
           
static EditContentBean EditContentBean.createPageViaUrl(Space space)
          Deprecated. since 5.4 use EditContentBean.CreateByUrlBuilder instead.
static EditContentBean EditContentBean.createPageViaUrl(Space space, net.sourceforge.jwebunit.junit.WebTester tester)
          Deprecated. since 5.4 use EditContentBean.CreateByUrlBuilder instead.
 EditContentBean ViewContentBean.edit()
           
 EditContentBean CommentBean.edit()
           
 EditContentBean ViewContentBean.editBlogPost()
           
static EditContentBean EditContentBean.editBlogPost()
           
static EditContentBean EditContentBean.editBlogPost(BlogPost blogPost)
           
static EditContentBean EditContentBean.editBlogPost(BlogPost blogPost, net.sourceforge.jwebunit.junit.WebTester webTester)
           
static EditContentBean EditContentBean.editBlogPost(long blogPostId)
           
static EditContentBean EditContentBean.editBlogPost(long blogPostId, net.sourceforge.jwebunit.junit.WebTester webTester)
           
static EditContentBean EditContentBean.editBlogPost(net.sourceforge.jwebunit.junit.WebTester webTester)
           
 EditContentBean ViewContentBean.editComment(java.lang.String commentId)
           
static EditContentBean EditContentBean.editComment(java.lang.String commentId)
           
static EditContentBean EditContentBean.editComment(java.lang.String commentId, net.sourceforge.jwebunit.junit.WebTester webTester)
           
static EditContentBean EditContentBean.editDraftWithExtraParameters(long draftId, java.lang.String spaceKey, java.lang.String extraParams)
           
static EditContentBean EditContentBean.editPage()
          Returns a page edit bean from the current location of the web tester, by clicking on the 'Edit' link on the page.
static EditContentBean EditContentBean.editPage(Page page)
           
static EditContentBean EditContentBean.editPage(Page page, net.sourceforge.jwebunit.junit.WebTester webTester)
           
static EditContentBean EditContentBean.editPage(java.lang.String spaceKey, java.lang.String pageTitle)
          Returns a page edit bean of the passed space and page title, by going direct to a constructed URL.
static EditContentBean EditContentBean.editPage(java.lang.String spaceKey, java.lang.String pageTitle, net.sourceforge.jwebunit.junit.WebTester webTester)
           
static EditContentBean EditContentBean.editPage(net.sourceforge.jwebunit.junit.WebTester webTester)
           
 EditContentBean ViewContentBean.replyToComment(java.lang.String commentId)
           
static EditContentBean EditContentBean.replyToComment(java.lang.String commentId)
           
static EditContentBean EditContentBean.replyToComment(java.lang.String commentId, net.sourceforge.jwebunit.junit.WebTester webTester)
           
static EditContentBean EditContentBean.resumeDraft(long draftId)
           
static EditContentBean EditContentBean.resumeDraft(long draftId, net.sourceforge.jwebunit.junit.WebTester webTester)
           
 EditContentBean EditContentBean.setComment(java.lang.String comment)
          Set the version comment for this change.
 EditContentBean EditContentBean.setContent(java.lang.String content)
           
 EditContentBean EditContentBean.setEditPermissionsGroups(Group... groups)
           
 EditContentBean EditContentBean.setEditPermissionsGroups(java.lang.String group)
           
 EditContentBean EditContentBean.setEditPermissionsUsers(java.lang.String users)
           
 EditContentBean EditContentBean.setEditPermissionsUsers(User... users)
           
 EditContentBean EditContentBean.setLocation(Space space)
          Sets the location to a new space, in the top root level.
 EditContentBean EditContentBean.setMoveHierarchy(boolean movePageHierarchy)
          Note that this currently gets set by default whenever a page location is set in the UI.
 EditContentBean EditContentBean.setNewSpaceKey(java.lang.String spaceKey)
           
 EditContentBean EditContentBean.setNotifyWatchers(boolean check)
           
 EditContentBean EditContentBean.setParentPageString(java.lang.String parentPageString)
           
 EditContentBean EditContentBean.setPosition(java.lang.String position)
           
 EditContentBean EditContentBean.setPostingDay(java.lang.String postingDay)
           
 EditContentBean EditContentBean.setTargetId(java.lang.String targetId)
           
 EditContentBean EditContentBean.setTitle(java.lang.String title)
           
 EditContentBean EditContentBean.setViewPermissionsGroups(Group... groups)
           
 EditContentBean EditContentBean.setViewPermissionsGroups(java.lang.String viewPermissionsGroups)
           
 EditContentBean EditContentBean.setViewPermissionsUsers(java.lang.String viewPermissionsUsers)
           
 EditContentBean EditContentBean.setViewPermissionsUsers(User... users)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.