| Package | Description |
|---|---|
| org.alfresco.po.share.enums | |
| org.alfresco.po.share.site | |
| org.alfresco.po.share.site.document |
| Modifier and Type | Method and Description |
|---|---|
static UserRole |
UserRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserRole[] |
UserRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SiteMembersPage |
SiteMembersPage.assignRole(String userName,
UserRole userRole)
This method assigns role from drop down values.
|
InviteMembersPage |
InviteMembersPage.selectInviteeAndAssignRole(String user,
UserRole role)
This method returns the selected invitee based on the given user element.
|
InviteMembersPage |
InviteMembersPage.selectRole(String user,
UserRole role)
This method does the inviting user and assigning the new role as given
role value.
|
| Modifier and Type | Method and Description |
|---|---|
UserRole |
ManagePermissionsPage.getAccessType()
From the drop down, get the access level selected.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagePermissionsPage.setAccessType(UserRole userRole)
From the drop down, the access level is selected.
|
boolean |
ManagePermissionsPage.updateUserRole(String userName,
UserRole userRole)
Update role of existing Users in permission table.
|
Copyright © 2013. All Rights Reserved.