Package | Description |
---|---|
org.xwiki.test.ui.po |
Modifier and Type | Method and Description |
---|---|
EditRightsPane.State |
EditRightsPane.getGuestRight(EditRightsPane.Right right) |
EditRightsPane.State |
EditRightsPane.getGuestRight(String rightName)
Allow to get the state of the given right for guest user.
|
EditRightsPane.State |
EditRightsPane.getRight(String entityName,
EditRightsPane.Right right) |
EditRightsPane.State |
EditRightsPane.getRight(String entityName,
String rightName)
Allow to get the state of the given right for the given entityName.
|
static EditRightsPane.State |
EditRightsPane.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EditRightsPane.State[] |
EditRightsPane.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EditRightsPane.setGuestRight(EditRightsPane.Right right,
EditRightsPane.State wantedState)
Click on a right button until it gets in the wanted state.
|
void |
EditRightsPane.setRight(String entityName,
EditRightsPane.Right right,
EditRightsPane.State wantedState)
Click on a right button until it gets in the wanted state.
|
Copyright © 2004–2021 XWiki. All rights reserved.