|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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,
java.lang.String baseUrl,
boolean convertTwice)
|
junit.framework.TestCase |
PageRoundTripTestFactory.createTest(Page page,
java.lang.String baseUrl,
boolean convertTwice)
|
| Constructors in com.atlassian.confluence.acceptancetest.roundtrip with parameters of type Page | |
|---|---|
PageRoundTripTest(Page page,
java.lang.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,
java.lang.String content)
|
|
Draft(User owner,
java.lang.String type,
java.lang.String title,
java.lang.String content,
Page page)
|
|
Page(Page page)
|
|
Page(java.lang.String title,
java.lang.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)
|
| 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. |
| 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.getChildren(long parentPageId)
|
java.util.List<Page> |
ConfluenceRpc.getTopLevelPages(java.lang.String spaceKey)
|
| Methods in com.atlassian.confluence.it.rpc with parameters of type Page | |
|---|---|
void |
ConfluenceRpc.addLabel(java.lang.String label,
Page page)
|
long |
ConfluenceRpc.createPage(Page page)
|
long |
ConfluenceRpc.getPageId(Page 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.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,
java.lang.String versionComment)
|
| 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 |
AbstractLinkBrowserTest.assertLinkInserted(java.lang.String linkText,
Page page)
|
protected void |
MovePageFromViewPageHistoryTest.navigateToDialogLaunchPoint(Page page)
|
protected void |
MovePageFromViewInfoTest.navigateToDialogLaunchPoint(Page page)
|
protected void |
MovePageFromViewAttachmentsTest.navigateToDialogLaunchPoint(Page page)
|
protected void |
MoveEditedPageTest.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 |
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 |
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)
|
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. |
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(java.util.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,
java.lang.String baseUrl,
boolean convertTwice)
|
| Constructors in com.atlassian.confluence.selenium.fullroundtrip with parameters of type Page | |
|---|---|
SeleniumPageRoundTripTestCase(Page page,
java.lang.String baseUrl,
boolean convertTwice)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||