@Component public class UsersAndGroupsPage extends ConsolePage
| Modifier and Type | Field and Description |
|---|---|
static String |
ROLE_RM_ADMIN
standard roles
|
static String |
ROLE_RM_MANAGER |
static String |
ROLE_RM_POWER_USER |
static String |
ROLE_RM_SECURITY_OFFICER |
static String |
ROLE_RM_USER |
renderableParent, webDriver| Constructor and Description |
|---|
UsersAndGroupsPage() |
| Modifier and Type | Method and Description |
|---|---|
AddGroupDialog |
clickOnAddGroup()
Click on add group button
|
AddUserDialog |
clickOnAddUser()
Click on add user button
|
ConfirmationPrompt |
clickOnRemoveGroup()
Click on remove group button
|
ConfirmationPrompt |
clickOnRemoveUser()
Click on remove user button
|
String |
getPageURL(String... context)
Get the URL of the page
|
List<String> |
getRoleGroups()
Get the selected roles groups
|
List<String> |
getRoles()
Get the available roles
|
List<String> |
getRoleUsers()
Get the selected roles users
|
String |
getSelectedRole()
Get the currently selected role
|
String |
getSelectedRoleGroup()
Get the current selected role group
|
String |
getSelectedRoleUser()
Get the current selected role user
|
boolean |
isEnabledAddGroup()
Is add group button enabled
|
boolean |
isEnabledAddUser()
Is add user button enabled
|
boolean |
isEnabledRemoveGroup()
Is remove group button enabled
|
boolean |
isEnabledRemoveUser()
Is remove user button enabled
|
UsersAndGroupsPage |
selectRole(String role)
Select a role
|
UsersAndGroupsPage |
selectRoleGroup(String value)
Select a role group
|
UsersAndGroupsPage |
selectRoleUser(String value)
Select a role user
|
UsersAndGroupsPage |
waitForPageToBeLoaded() |
getSharePageNavigation, open, renderclosePage, getCurrentUrl, getLastRenderedPage, getPageTitle, refreshAndReRenderCurrentPage, refreshCurrentPageas, getAllFields, getLastRendered, renderChildrenpublic static final String ROLE_RM_ADMIN
public static final String ROLE_RM_MANAGER
public static final String ROLE_RM_POWER_USER
public static final String ROLE_RM_SECURITY_OFFICER
public static final String ROLE_RM_USER
public String getPageURL(String... context)
SharePagegetPageURL in class ConsolePageConsolePage.getPageURL(java.lang.String[])public UsersAndGroupsPage waitForPageToBeLoaded()
public UsersAndGroupsPage selectRole(String role)
public String getSelectedRole()
public UsersAndGroupsPage selectRoleGroup(String value)
public String getSelectedRoleGroup()
public UsersAndGroupsPage selectRoleUser(String value)
public String getSelectedRoleUser()
public boolean isEnabledAddGroup()
public AddGroupDialog clickOnAddGroup()
public boolean isEnabledRemoveGroup()
public ConfirmationPrompt clickOnRemoveGroup()
public boolean isEnabledAddUser()
public AddUserDialog clickOnAddUser()
public boolean isEnabledRemoveUser()
public ConfirmationPrompt clickOnRemoveUser()
Copyright © 2005–2016 Alfresco Software. All rights reserved.