Uses of Class
com.atlassian.confluence.it.Page
-
-
Uses of Page in com.atlassian.confluence.it
Fields in com.atlassian.confluence.it declared as Page Modifier and Type Field Description Page
TestData. page
static Page
Page. TEST
Deprecated.static Page
AcceptanceTestHelper. TEST_PAGE
Deprecated.Methods in com.atlassian.confluence.it that return Page Modifier and Type Method Description Page
Space. getHomePage()
Deprecated.Page
Draft. getPage()
Constructors in com.atlassian.confluence.it with parameters of type Page Constructor Description Draft(User owner, Page page, String title, String content)
Draft(User owner, String type, String title, String content, Page page, Space space)
Location(Page parentPage)
Page(Page page)
Deprecated.Page(String title, String content, Page parentPage)
Deprecated. -
Uses of Page in com.atlassian.confluence.it.api
Methods in com.atlassian.confluence.it.api that return Page Modifier and Type Method Description static Page
ApiEntityConverter. convertApiContentToItPage(Content content)
Methods in com.atlassian.confluence.it.api with parameters of type Page Modifier and Type Method Description 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 theContentRepresentation.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 passedContentRepresentation
format. -
Uses of Page in com.atlassian.confluence.it.content
Methods in com.atlassian.confluence.it.content with parameters of type Page Modifier and Type Method Description static EditContentBean
EditContentBean. editPage(Page page)
static EditContentBean
EditContentBean. editPage(Page page, net.sourceforge.jwebunit.junit.WebTester webTester)
static 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. viewAttachmentsAndHighlight(Page page, String highlight)
static ViewAttachmentsBean
ViewAttachmentsBean. viewAttachmentsAndHighlight(Page page, String highlight, 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 Modifier and Type Method Description 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 Modifier and Type Method Description static 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 Modifier and Type Method Description 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 Modifier and Type Field Description protected static Page
AbstractJUnit3RestAcceptanceTest. TEST_PAGE
Deprecated.protected static Page
AbstractRestAcceptanceTest. TEST_PAGE
Deprecated. -
Uses of Page in com.atlassian.confluence.it.rpc
Methods in com.atlassian.confluence.it.rpc that return Page Modifier and Type Method Description Page
ConfluenceRpc. getExistingPage(long pageId)
Deprecated.Retrieve thePage
object for a page, known to exist in confluence.Page
ConfluenceRpc. getExistingPage(Space space, String pageTitle)
Deprecated.Retrieve the fully populatedPage
object for a page, known to exist in confluence.Page
ConfluenceRpc. getPageWithDetails(long pageId)
Deprecated.A heavier version ofConfluenceRpc.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 Modifier and Type Method Description List<Page>
ConfluenceRpc. createPageHierarchy(Space space, int depth, String pageTitlePrefix)
Deprecated.Create a simple hierarchy of pages where each page is the parent of the next.List<Page>
ConfluenceRpc. createPagesFromPrototype(Page pageTemplate, int count)
Deprecated.List<Page>
ConfluenceRpc. getAncestors(Page homePage)
Deprecated.List<Page>
ConfluenceRpc. getChildren(long parentPageId)
Deprecated.List<Page>
ConfluenceRpc. getDescendents(Page homePage)
Deprecated.List<Page>
ConfluenceRpc. getPagesInSpace(Space space)
Deprecated.List<Page>
ConfluenceRpc. getTopLevelPages(String spaceKey)
Deprecated.Methods in com.atlassian.confluence.it.rpc with parameters of type Page Modifier and Type Method Description boolean
ConfluenceRpc. addLabelByObject(Object remoteLabel, Page page)
Deprecated.Adds a label to the specified pageboolean
LabelsRpc. addLabelByObject(Object remoteLabel, Page page)
Adds a label to the specified pagelong
ConfluenceRpc. createPage(Page page)
Deprecated.List<Page>
ConfluenceRpc. createPagesFromPrototype(Page pageTemplate, int count)
Deprecated.long
ConfluenceRpc. createWikiMarkupPage(Page page)
Deprecated.Since 5.4.List<Page>
ConfluenceRpc. getAncestors(Page homePage)
Deprecated.List<Attachment>
ConfluenceRpc. getAttachments(Page homePage)
Deprecated.List<Comment>
ConfluenceRpc. getComments(Page page)
Deprecated.List<Page>
ConfluenceRpc. getDescendents(Page homePage)
Deprecated.List<Map<String,String>>
ConfluenceRpc. getPageHistory(Page homePage)
Deprecated.long
ConfluenceRpc. getPageId(Page page)
Deprecated.void
ConfluenceRpc. movePage(Page page, Page target, String position)
Deprecated.Move a page "to" another page.void
ConfluenceRpc. movePageToTopLevel(Page page, Space targetSpace)
Deprecated.Moves a page to the top of the target spaceboolean
ConfluenceRpc. removeLabel(String label, Page page)
Deprecated.Removes a label from the specified pageboolean
ConfluenceRpc. removeLabelByObject(Object remoteLabel, Page page)
Deprecated.Removes a label from the specified pageboolean
ConfluenceRpc. removePage(Page page)
Deprecated.long
ConfluenceRpc. savePage(Page page)
Deprecated.void
ConfluenceRpc. setPageRestriction(ContentPermission contentPermission, Page page)
Deprecated.Restricts page to a single given user or group, wiping out any other existing restrictions.void
ConfluenceRpc. setPageRestriction(Page page, Entity entity, ContentPermissionType contentPermissionType)
Deprecated.Restrict page to single given user or group.long
ConfluenceRpc. updatePage(Page page, boolean minorEdit, String versionComment)
Deprecated.Saves pages, but not blogs, seeConfluenceRpc.saveBlogPost(BlogPost)
. -
Uses of Page in com.atlassian.confluence.it.rpc.delegates
Methods in com.atlassian.confluence.it.rpc.delegates that return Page Modifier and Type Method Description Page
ContentRpc. createPage(Page page, ContentRepresentation format)
Page
ContentRpc. getPage(ContentId pageId)
Page
ContentRpc. getPage(String spaceKey, String title)
Page
ContentRpc. updatePage(Page page, boolean minorEdit, String versionComment, ContentRepresentation format)
Methods in com.atlassian.confluence.it.rpc.delegates that return types with arguments of type Page Modifier and Type Method Description List<Page>
ContentRpc. getChildren(ContentId parentPageId)
Methods in com.atlassian.confluence.it.rpc.delegates with parameters of type Page Modifier and Type Method Description Page
ContentRpc. createPage(Page page, ContentRepresentation format)
List<Attachment>
AttachmentRpc. getAttachments(Page page)
Page
ContentRpc. updatePage(Page page, boolean minorEdit, 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 Modifier and Type Method Description Page
XmlRpcContentClient. getExistingPage(long pageId)
Retrieve thePage
object for a page, known to exist in confluence.Page
XmlRpcContentClient. getExistingPage(Space space, String pageTitle)
Retrieve the fully populatedPage
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 Modifier and Type Method Description static List<Page>
XmlRpcUtils. convertMapsToPages(List<Map<String,String>> pageMaps)
List<Page>
XmlRpcContentClient. getChildren(long parentPageId)
Methods in com.atlassian.confluence.it.rpc.xmlrpc with parameters of type Page Modifier and Type Method Description boolean
XmlRpcLabelsClient. addLabelByObject(Object remoteLabel, Page page)
Adds a label to the specified pagelong
XmlRpcContentClient. createPage(Page page)
List<Attachment>
XmlRpcAttachmentClient. getAttachments(Page homePage)
static Hashtable<String,String>
XmlRpcUtils. makePageHashtable(Page page)
boolean
XmlRpcContentClient. removePage(Page page)
long
XmlRpcContentClient. savePage(Page page)
long
XmlRpcContentClient. updatePage(Page page, boolean minorEdit, String versionComment)
Saves pages, but not blogs, seeXmlRpcContentClient.saveBlogPost(BlogPost)
. -
Uses of Page in com.atlassian.confluence.pageobjects
Methods in com.atlassian.confluence.pageobjects with parameters of type Page Modifier and Type Method Description CopyPage
ConfluenceTestedProduct. loginAndCopyPage(User user, Page page)
Deprecated.EditContentPage
ConfluenceTestedProduct. loginAndEdit(User user, Page page)
Deprecated.ViewPage
ConfluenceTestedProduct. loginAndView(User user, Page page)
Deprecated. -
Uses of Page in com.atlassian.confluence.pageobjects.component
Constructors in com.atlassian.confluence.pageobjects.component with parameters of type Page Constructor Description FavouritePage(Page page)
Deprecated. -
Uses of Page in com.atlassian.confluence.pageobjects.component.dashboard
Methods in com.atlassian.confluence.pageobjects.component.dashboard with parameters of type Page Modifier and Type Method Description com.atlassian.pageobjects.elements.query.TimedCondition
DashboardUpdatesContent. containsPage(Page page)
Deprecated.FavouritePage
DashboardPagesTab. getFavouritePage(Page page)
Deprecated. -
Uses of Page in com.atlassian.confluence.pageobjects.component.menu
Classes in com.atlassian.confluence.pageobjects.component.menu with type parameters of type Page Modifier and Type Class Description class
PageRedirectMenuItem<T extends Page>
Deprecated.in 5.8. -
Uses of Page in com.atlassian.confluence.pageobjects.page.content
Constructors in com.atlassian.confluence.pageobjects.page.content with parameters of type Page Constructor Description CopyPage(Page page)
Deprecated.EditContentPage(Page page)
Deprecated.PageTemplateWizard(Space space, Page parentPage)
Deprecated. -
Uses of Page in com.atlassian.confluence.pageobjects.page.space
Methods in com.atlassian.confluence.pageobjects.page.space with parameters of type Page Modifier and Type Method Description void
SpaceExportTree. untickPage(Page page)
Deprecated.
-