| Modifier and Type | Method and Description |
|---|---|
PageRestrictionsDialog |
PageRestrictionsDialogFactory.getPageRestrictionsDialog() |
| Modifier and Type | Class and Description |
|---|---|
class |
OldPageRestrictionsDialog
Page Object to handle page restrictions
|
class |
PageRestrictionsDialogV2
The new restrictions dialog introduced in Conf 5.9
Use {com.atlassian.confluence.webdriver.pageobjects.PageRestrictionsDialogFactory} to create one.
|
| Modifier and Type | Method and Description |
|---|---|
PageRestrictionsDialog |
PageRestrictionsDialogV2.addRestriction(String name) |
abstract PageRestrictionsDialog |
PageRestrictionsDialog.addRestriction(String name)
Deprecated.
In the new set the mode first, and then use
{com.atlassian.confluence.webdriver.pageobjects.component.dialog.PageRestrictionsDialogV2#addUserOrGroup(com.atlassian.confluence.api.model.people.Subject)}
to add the restriction to the dialog.
|
PageRestrictionsDialog |
OldPageRestrictionsDialog.addRestriction(String name)
Simple add; types the name in the input field and clicks restrict.
|
PageRestrictionsDialog |
PageRestrictionsDialogV2.clickRestrict() |
abstract PageRestrictionsDialog |
PageRestrictionsDialog.clickRestrict()
Deprecated.
This doesn't exist on the new restrictions dialog.
|
PageRestrictionsDialog |
OldPageRestrictionsDialog.clickRestrict() |
| Modifier and Type | Method and Description |
|---|---|
PageRestrictionsDialog |
ToolsMenu.openPageRestrictionsDialog() |
| Modifier and Type | Method and Description |
|---|---|
PageRestrictionsDialog |
ViewPage.openRestrictionsDialog() |
PageRestrictionsDialog |
Editor.openRestrictionsDialog() |
Copyright © 2003–2017 Atlassian. All rights reserved.