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

Packages that use Page
com.atlassian.confluence   
com.atlassian.confluence.it   
com.atlassian.confluence.it.api   
com.atlassian.confluence.it.content   
com.atlassian.confluence.it.dashboard   
com.atlassian.confluence.it.export   
com.atlassian.confluence.it.mail   
com.atlassian.confluence.it.rest   
com.atlassian.confluence.it.rpc   
com.atlassian.confluence.it.rpc.delegates   
com.atlassian.confluence.it.rpc.xmlrpc   
com.atlassian.confluence.multimedia   
com.atlassian.confluence.pageobjects   
com.atlassian.confluence.pageobjects.component   
com.atlassian.confluence.pageobjects.component.dashboard   
com.atlassian.confluence.pageobjects.component.dialog   
com.atlassian.confluence.pageobjects.component.menu   
com.atlassian.confluence.pageobjects.page.content   
com.atlassian.confluence.pageobjects.page.space   
com.atlassian.confluence.pageobjects.page.user   
com.atlassian.confluence.rpc   
com.atlassian.confluence.sanity.upgradeinstance   
com.atlassian.confluence.selenium   
com.atlassian.confluence.selenium.client   
 

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.it
 

Fields in com.atlassian.confluence.it declared as Page
 Page TestData.page
           
static Page Page.TEST
           
static Page AcceptanceTestHelper.TEST_PAGE
           
 

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
Draft(User owner, Page page, java.lang.String title, java.lang.String content)
           
Draft(User owner, java.lang.String type, java.lang.String title, java.lang.String content, Page page, Space space)
           
Location(Page parentPage)
           
Page(Page page)
           
Page(java.lang.String title, java.lang.String content, Page parentPage)
           
 

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

Methods in com.atlassian.confluence.it.api that return Page
static Page ApiEntityConverter.convertApiContentToItPage(Content content)
           
static Page ApiEntityConverter.convertApiContentToItPage(com.atlassian.fugue.Option<Content> contentOption)
           
 

Methods in com.atlassian.confluence.it.api with parameters of type Page
static Content ApiEntityConverter.convertItPageToApiContent(Page page)
          Converts an acceptance-test Page object into an API Content instance, where the body of the Content is in the ContentRepresentation.STORAGE format.
static Content ApiEntityConverter.convertItPageToApiContent(Page page, ContentRepresentation format)
          Converts an acceptance-test Page object into an API Content instance, where the body of the Content is in the passed ContentRepresentation format.
 

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(Page page)
           
static EditContentBean EditContentBean.editPage(Page page, net.sourceforge.jwebunit.junit.WebTester webTester)
           
static java.lang.String ViewAttachmentsBean.getViewAttachmentsPageTitle(Page page)
           
 ViewContentBean.Builder ViewContentBean.Builder.page(Page page)
           
static ViewAttachmentsBean ViewAttachmentsBean.viewAttachments(Page page)
           
static ViewAttachmentsBean ViewAttachmentsBean.viewAttachments(Page page, net.sourceforge.jwebunit.junit.WebTester tester)
           
static ViewAttachmentsBean ViewAttachmentsBean.viewAttachmentsByKeyAndTitle(Page page)
           
static ViewAttachmentsBean ViewAttachmentsBean.viewAttachmentsByKeyAndTitle(Page page, net.sourceforge.jwebunit.junit.WebTester tester1)
           
static ContentInfoBean ContentInfoBean.viewInfo(Page page)
           
static ContentInfoBean ContentInfoBean.viewInfo(Page page, net.sourceforge.jwebunit.junit.WebTester tester)
           
static ViewContentBean ViewContentBean.viewPage(Page page)
           
static ViewContentBean ViewContentBean.viewPage(Page page, net.sourceforge.jwebunit.junit.WebTester tester)
           
 

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

Methods in com.atlassian.confluence.it.dashboard with parameters of type Page
 UrlBuilder SpacesListMacro.getUrl(Page page, SpacesListMacro.SpacesTab tab)
           
 

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

Methods in com.atlassian.confluence.it.export with parameters of type Page
static java.lang.String SimpleHtmlSpaceExportStructure.computeZipEntryName(Page page)
           
 boolean SimpleHtmlSpaceExportStructure.hasPage(Page page)
           
 

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

Methods in com.atlassian.confluence.it.mail with parameters of type Page
static void MailAssertions.assertBodyDoesNotContainPageTitle(javax.mail.internet.MimeMessage message, Page page)
           
 

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

Fields in com.atlassian.confluence.it.rest declared as Page
protected static Page AbstractRestAcceptanceTest.TEST_PAGE
          Deprecated.  
protected static Page AbstractJUnit3RestAcceptanceTest.TEST_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, java.lang.String pageTitle)
          Retrieve the fully populated Page object for a page, known to exist in confluence.
 Page ConfluenceRpc.getPageWithDetails(long pageId)
          A heavier version of ConfluenceRpc.getExistingPage(long), that makes several calls to the server to flesh out the space and the last modifier.
 

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

Methods in com.atlassian.confluence.it.rpc with parameters of type Page
 boolean LabelsRpc.addLabelByObject(java.lang.Object remoteLabel, Page page)
          Adds a label to the specified page
 boolean ConfluenceRpc.addLabelByObject(java.lang.Object remoteLabel, Page page)
          Adds a label to the specified page
 long ConfluenceRpc.createPage(Page page)
           
 java.util.List<Page> ConfluenceRpc.createPagesFromPrototype(Page pageTemplate, int count)
           
 long ConfluenceRpc.createWikiMarkupPage(Page page)
          Deprecated. Since 5.4. Use XHTML markup in your tests, and call ConfluenceRpc.createPage(Page)
 java.util.List<Page> ConfluenceRpc.getAncestors(Page homePage)
           
 java.util.List<Attachment> ConfluenceRpc.getAttachments(Page homePage)
           
 java.util.List<Comment> ConfluenceRpc.getComments(Page page)
           
 java.util.List<Page> ConfluenceRpc.getDescendents(Page homePage)
           
 java.util.List<java.util.Map<java.lang.String,java.lang.String>> ConfluenceRpc.getPageHistory(Page homePage)
           
 long ConfluenceRpc.getPageId(Page page)
           
 java.util.Collection<User> NotificationsRpc.getWatchersForPage(Page page)
          Gets all watchers of a page.
 boolean NotificationsRpc.isWatchingPage(Page page, User user)
          Check whether the given user is watching the given page.
 void ConfluenceRpc.movePage(Page page, Page target, java.lang.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.removeLabel(java.lang.String label, Page page)
          Removes a label from the specified page
 boolean ConfluenceRpc.removeLabelByObject(java.lang.Object remoteLabel, Page page)
          Removes a label from the specified page
 boolean ConfluenceRpc.removePage(Page page)
           
 long ConfluenceRpc.savePage(Page page)
           
 void ConfluenceRpc.setPageRestriction(ContentPermission contentPermission, Page page)
          Restricts page to a single given user or group, wiping out any other existing restrictions.
 void ConfluenceRpc.setPageRestriction(Page page, Entity entity, ContentPermissionType contentPermissionType)
          Restrict page to single given user or group.
 long ConfluenceRpc.updatePage(Page page, boolean minorEdit, java.lang.String versionComment)
          Saves pages, but not blogs, see ConfluenceRpc.saveBlogPost(BlogPost).
 void NotificationsRpc.watchPage(Page page)
          Watch a page as the current user.
 

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

Methods in com.atlassian.confluence.it.rpc.delegates that return Page
 Page ContentRpc.createPage(Page page, ContentRepresentation format)
           
 Page ContentRpc.getPage(ContentId pageId)
           
 Page ContentRpc.getPage(java.lang.String spaceKey, java.lang.String title)
           
 Page ContentRpc.updatePage(Page page, boolean minorEdit, java.lang.String versionComment, ContentRepresentation format)
           
 

Methods in com.atlassian.confluence.it.rpc.delegates that return types with arguments of type Page
 java.util.List<Page> ContentRpc.getChildren(ContentId parentPageId)
           
 

Methods in com.atlassian.confluence.it.rpc.delegates with parameters of type Page
 Page ContentRpc.createPage(Page page, ContentRepresentation format)
           
 java.util.List<Attachment> AttachmentRpc.getAttachments(Page page)
           
 Page ContentRpc.updatePage(Page page, boolean minorEdit, java.lang.String versionComment, ContentRepresentation format)
           
 

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

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

Methods in com.atlassian.confluence.it.rpc.xmlrpc that return types with arguments of type Page
static java.util.List<Page> XmlRpcUtils.convertMapsToPages(java.util.List<java.util.Map<java.lang.String,java.lang.String>> pageMaps)
           
 java.util.List<Page> XmlRpcContentClient.getChildren(long parentPageId)
           
 

Methods in com.atlassian.confluence.it.rpc.xmlrpc with parameters of type Page
 boolean XmlRpcLabelsClient.addLabelByObject(java.lang.Object remoteLabel, Page page)
          Adds a label to the specified page
 long XmlRpcContentClient.createPage(Page page)
           
 java.util.List<Attachment> XmlRpcAttachmentClient.getAttachments(Page homePage)
           
static java.util.Hashtable<java.lang.String,java.lang.String> XmlRpcUtils.makePageHashtable(Page page)
           
 boolean XmlRpcContentClient.removePage(Page page)
           
 long XmlRpcContentClient.savePage(Page page)
           
 long XmlRpcContentClient.updatePage(Page page, boolean minorEdit, java.lang.String versionComment)
          Saves pages, but not blogs, see XmlRpcContentClient.saveBlogPost(BlogPost).
 

Uses of Page in com.atlassian.confluence.multimedia
 

Fields in com.atlassian.confluence.multimedia declared as Page
protected  Page AbstractMultimediaMacroAcceptanceTest.testPage
           
 

Uses of Page in com.atlassian.confluence.pageobjects
 

Methods in com.atlassian.confluence.pageobjects with parameters of type Page
 CopyPage ConfluenceTestedProduct.loginAndCopyPage(User user, Page page)
           
 EditContentPage ConfluenceTestedProduct.loginAndEdit(User user, Page page)
           
 ViewPage ConfluenceTestedProduct.loginAndView(User user, Page page)
           
 

Uses of Page in com.atlassian.confluence.pageobjects.component
 

Constructors in com.atlassian.confluence.pageobjects.component with parameters of type Page
FavouritePage(Page page)
           
 

Uses of Page in com.atlassian.confluence.pageobjects.component.dashboard
 

Methods in com.atlassian.confluence.pageobjects.component.dashboard with parameters of type Page
 com.atlassian.pageobjects.elements.query.TimedCondition DashboardUpdatesContent.containsPage(Page page)
           
 FavouritePage DashboardPagesTab.getFavouritePage(Page page)
           
 org.openqa.selenium.WebElement DashboardPagesTab.getPageItem(Page page)
           
 boolean DashboardPagesTab.isPagePresent(Page page)
           
 

Uses of Page in com.atlassian.confluence.pageobjects.component.dialog
 

Methods in com.atlassian.confluence.pageobjects.component.dialog with parameters of type Page
 PageOrderingRootTree PageOrderingRootTree.clickPage(Page page)
           
 boolean PageOrderingRootTree.isPageVisible(Page page)
           
 MovePageDialog MovePageDialog.waitForBreadcrumbs(Space space, Page parentPage)
           
 

Uses of Page in com.atlassian.confluence.pageobjects.component.menu
 

Classes in com.atlassian.confluence.pageobjects.component.menu with type parameters of type Page
 class PageRedirectMenuItem<T extends Page>
          Represnets a menu item that redirects to a page.
 

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

Constructors in com.atlassian.confluence.pageobjects.page.content with parameters of type Page
CopyPage(Page page)
           
EditContentPage(Page page)
           
OfficeConnectorPreviewPage(Page page, java.lang.String docFileName)
           
PageTemplateWizard(Space space, Page parentPage)
           
ViewAttachmentsPage(Page page)
           
 

Uses of Page in com.atlassian.confluence.pageobjects.page.space
 

Methods in com.atlassian.confluence.pageobjects.page.space with parameters of type Page
 void SpaceExportTree.tickPage(Page page)
           
 void SpaceExportTree.untickPage(Page page)
           
 

Uses of Page in com.atlassian.confluence.pageobjects.page.user
 

Methods in com.atlassian.confluence.pageobjects.page.user with parameters of type Page
 com.atlassian.pageobjects.elements.query.TimedCondition DraftsPage.hasViewChangesLink(Page page)
           
 

Uses of Page in com.atlassian.confluence.rpc
 

Methods in com.atlassian.confluence.rpc that return Page
protected  Page[] PagesRpcAcceptanceTest.createPageHierarchy()
           
 

Uses of Page in com.atlassian.confluence.sanity.upgradeinstance
 

Fields in com.atlassian.confluence.sanity.upgradeinstance declared as Page
 Page ExistingFormattingTest.formattingPage
           
 

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  java.util.List<Page> AbstractMoveDialogTester.createPageHierarchy(java.lang.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 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)
           
protected  void EditorLinkStyleTest.testLinkColor(Page page, com.atlassian.confluence.selenium.EditorLinkStyleTest.RGB expectedBrowserColor)
           
 

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(java.lang.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.
 java.lang.String PageOrderingTree.getClickPageLocator(Page page)
          Returns a locator for clicking on the link for a specified page in the tree
 java.lang.String PageOrderingTree.getFirstChildNode(Page page)
          Returns the first child node id of the given page.
 java.lang.String PagePermissionsEditor.getInheritedPermissionRowSelectorJS(ContentPermission contentPermission, Page ancestor)
           
 java.lang.String PageOrderingTree.getSortAlphabeticallyLocator(Page page)
          Returns the sort alphabetical link locator for the given page.
 java.lang.String PageOrderingTree.getTreeNodeLocator(Page page)
          Returns the tree node locator for the page
 java.lang.String PageOrderingTree.getUndoLocator(Page page)
          Returns the undo sort link locator for the given page
 boolean UserProfile.hasDraftForContent(Page 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).
 void GlobalEntitiesPanel.isPagePresent(Page page)
           
 boolean PageOrderingTree.isPageVisible(Page page)
          Returns true if the specified page is present and visible in the tree (i.e.
 PageView Suite.logIn(User user, Page destination)
           
 TinyMce Editor.logInAndAddComment(User user, Page page)
           
 TinyMce Editor.logInAndCopyPage(User user, Page page)
           
 void PageOrderingTree.movePageAsChild(Page page, Page newParent)
           
 Attachment AttachTo.pageViaRpc(java.lang.String attachmentPath, java.lang.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.
 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(java.util.List<Page> path)
           
 

Constructors in com.atlassian.confluence.selenium.client with parameters of type Page
FavouritePage(Page space, ConfluenceSeleniumClient client)
           
Location(Page parentPage)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.