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

Packages that use Page
com.atlassian.confluence   
com.atlassian.confluence.acceptancetest.roundtrip   
com.atlassian.confluence.it   
com.atlassian.confluence.it.content   
com.atlassian.confluence.it.rpc   
com.atlassian.confluence.selenium   
com.atlassian.confluence.selenium.client   
com.atlassian.confluence.selenium.fullroundtrip   
 

Uses of Page in com.atlassian.confluence
 

Fields in com.atlassian.confluence declared as Page
 Page AbstractConfluenceAcceptanceTest.TEST_PAGE
           
 

Uses of Page in com.atlassian.confluence.acceptancetest.roundtrip
 

Methods in com.atlassian.confluence.acceptancetest.roundtrip with parameters of type Page
 junit.framework.TestCase RpcPageRoundTripTestFactory.createTest(Page page, String baseUrl, boolean convertTwice)
           
 junit.framework.TestCase PageRoundTripTestFactory.createTest(Page page, String baseUrl, boolean convertTwice)
           
 

Constructors in com.atlassian.confluence.acceptancetest.roundtrip with parameters of type Page
PageRoundTripTest(Page page, String baseUrl, boolean convertTwice)
           
 

Uses of Page in com.atlassian.confluence.it
 

Methods in com.atlassian.confluence.it that return Page
 Page Space.getHomePage()
           
 Page Draft.getPage()
           
 

Constructors in com.atlassian.confluence.it with parameters of type Page
Comment(Page page, String content)
           
Draft(User owner, String type, String title, String content, Page page)
           
Page(Page page)
           
Page(String title, String content, Page parentPage)
           
 

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

Methods in com.atlassian.confluence.it.content with parameters of type Page
static EditContentBean EditContentBean.editPage(net.sourceforge.jwebunit.junit.WebTester webTester, Page page)
           
static ViewAttachmentsBean ViewAttachmentsBean.viewAttachments(net.sourceforge.jwebunit.junit.WebTester tester, Page page)
           
static ViewContentBean ViewContentBean.viewPage(net.sourceforge.jwebunit.junit.WebTester webTester, Page page)
           
static ViewContentBean ViewContentBean.viewPageWithNoDecorators(net.sourceforge.jwebunit.junit.WebTester webTester, Page page)
           
 

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

Methods in com.atlassian.confluence.it.rpc that return Page
 Page ConfluenceRpc.getExistingPage(long pageId)
          Retrieve the Page object for a page, known to exist in confluence.
 Page ConfluenceRpc.getExistingPage(Space space, String pageTitle)
          Retrieve the fully populated Page object for a page, known to exist in confluence.
 

Methods in com.atlassian.confluence.it.rpc that return types with arguments of type Page
 List<Page> ConfluenceRpc.createPageHierarchy(Space space, int depth, String pageTitlePrefix)
          Create a simple hierarchy of pages where each page is the parent of the next.
 List<Page> ConfluenceRpc.getChildren(long parentPageId)
           
 List<Page> ConfluenceRpc.getTopLevelPages(String spaceKey)
           
 

Methods in com.atlassian.confluence.it.rpc with parameters of type Page
 void ConfluenceRpc.addLabel(String label, Page page)
           
 long ConfluenceRpc.createPage(Page page)
           
 long ConfluenceRpc.getPageId(Page page)
           
 void ConfluenceRpc.movePage(Page page, Page target, String position)
          Move a page "to" another page.
 void ConfluenceRpc.movePageToTopLevel(Page page, Space targetSpace)
          Moves a page to the top of the target space
 boolean ConfluenceRpc.removePage(Page page)
           
 long ConfluenceRpc.savePage(Page page)
           
 void ConfluenceRpc.setPageRestriction(ContentPermission contentPermission, Page page)
          Restrict page to single given user or group.
 void ConfluenceRpc.setPageRestriction(Page page, Entity entity, ContentPermissionType contentPermissionType)
          Restrict page to single given user or group.
 long ConfluenceRpc.updatePage(Page page, boolean minorEdit, String versionComment)
          Saves pages, but not blogs, see ConfluenceRpc.saveBlogPost(BlogPost).
 

Uses of Page in com.atlassian.confluence.selenium
 

Fields in com.atlassian.confluence.selenium declared as Page
protected  Page AbstractSeleniumTest.testPage
           
 

Methods in com.atlassian.confluence.selenium that return types with arguments of type Page
protected  List<Page> AbstractMoveDialogTester.createPageHierarchy(String pagePrefix, int depth, Space space)
          Create a simple hierarchy of pages where each page is the parent of the next.
 

Methods in com.atlassian.confluence.selenium with parameters of type Page
protected  void MoveEditedPageTest.navigateToDialogLaunchPoint(Page page)
           
protected  void MovePageFromViewInfoNotIExploreTest.navigateToDialogLaunchPoint(Page page)
           
protected  void MovePageFromViewPageHistoryNotIExploreTest.navigateToDialogLaunchPoint(Page page)
           
protected  void MovePageFromViewAttachmentsNotIExploreTest.navigateToDialogLaunchPoint(Page page)
           
protected  void AbstractMoveDialogTester.navigateToDialogLaunchPoint(Page page)
          Navigate the client to the point in Confluence where the dialog would be launched from but do not actually display the dialog.
protected  MovePageDialog AbstractMoveDialogTester.openDialogFor(Page page)
           
 

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

Methods in com.atlassian.confluence.selenium.client with parameters of type Page
 void Editor.addComment(Page page)
           
 void PagePermissionsEditor.assertHasInheritedPermission(ContentPermission contentPermission, Page ancestor)
           
 void PagePermissionsEditor.assertHasNoInheritedPermission(ContentPermission contentPermission, Page ancestor)
           
 void ConfluenceSeleniumAssertions.assertLinkInserted(String linkText, Page page)
           
 void PageOrderingTree.clickPage(Page newParent)
           
 void MovePageDialog.clickParentPageInBrowseTree(Page parentPage)
          Clicks a parent Page in the dialog's Browse tree and waits for the breadcrumbs to be updated.
 void ToolsMenu.ensureLinkLinksTo(Page content)
           
 void PageOrderingTree.expandTree(Page page)
          Expands the tree of the given page by clicking on the plus icon.
 String PageOrderingTree.getClickPageLocator(Page page)
          Returns a locator for clicking on the link for a specified page in the tree
 String PageOrderingTree.getFirstChildNode(Page page)
          Returns the first child node id of the given page.
 String PagePermissionsEditor.getInheritedPermissionRowSelectorJS(ContentPermission contentPermission, Page ancestor)
           
 String PageOrderingTree.getSortAlphabeticallyLocator(Page page)
          Returns the sort alphabetical link locator for the given page.
 String PageOrderingTree.getTreeNodeLocator(Page page)
          Returns the tree node locator for the page
 String PageOrderingTree.getUndoLocator(Page page)
          Returns the undo sort link locator for the given page
 boolean PageOrderingTree.isClickable(Page page)
           
 boolean PageOrderingTree.isPagePresent(Page page)
          Returns true if the specified page is present in the tree (it may not be visible).
 boolean PageOrderingTree.isPageVisible(Page page)
          Returns true if the specified page is present and visible in the tree (i.e.
 PageView Confluence.logIn(User user, Page destination)
           
 void Editor.logInAndAddComment(User user, Page page)
           
 void PageOrderingTree.movePageAsChild(Page page, Page newParent)
           
 Attachment AttachTo.pageViaRpc(String attachmentPath, String contentType, User remoteUser, Page page)
           
 boolean DashboardSeleniumHelper.recentUpdatesContainsPage(Page page)
           
 void MovePageDialog.setParentPage(Page parentPage)
           
 void PageOrderingTree.sortAlphabetically(Page page)
          Clicks the sort alphabetical link of the given page
 void Editor.triggerDraftAndCheckNoUserDrafts(Page page)
          Leaves a unmodified page and checks that the draft screen does NOT contain a draft with the title of the given page.
 void Editor.triggerDraftAndCheckUserDrafts(Page page)
          Triggers a draft to be saved and then checks that the draft screen contains a draft with the title of the given page.
 void Editor.triggerDraftAndEdit(Page page)
          Triggers a draft to be saved.
 PageView Confluence.viewPage(Page page)
          Views the given page, without logging in, and returns a PageView.
 void MovePageDialog.waitForBreadcrumbs(Space space, Page parentPage)
          Waits until the location breadcrumbs match the passed Space and parent Page.
 void MovePageDialog.waitForPage(Page page)
           
 void MovePageDialog.waitForParentPageInBreadcrumbs(Page parentPage)
           
 

Method parameters in com.atlassian.confluence.selenium.client with type arguments of type Page
 boolean PageOrderingTree.isPathOpen(List<Page> path)
           
 

Constructors in com.atlassian.confluence.selenium.client with parameters of type Page
Location(Page parentPage)
           
Location(Space space, Page parentPage)
           
RoundTripTester(Editor editor, ConfluenceRpc rpc, User testUser, Page testPage)
           
 

Uses of Page in com.atlassian.confluence.selenium.fullroundtrip
 

Methods in com.atlassian.confluence.selenium.fullroundtrip with parameters of type Page
 junit.framework.TestCase SeleniumPageRoundTripTestFactory.createTest(Page page, String baseUrl, boolean convertTwice)
           
 

Constructors in com.atlassian.confluence.selenium.fullroundtrip with parameters of type Page
SeleniumPageRoundTripTestCase(Page page, String baseUrl, boolean convertTwice)
           
 



Copyright © 2003-2010 Atlassian. All Rights Reserved.