Uses of Class
org.alfresco.webdrone.enums.UserRole

Packages that use UserRole
org.alfresco.webdrone.enums   
org.alfresco.webdrone.share   
 

Uses of UserRole in org.alfresco.webdrone.enums
 

Methods in org.alfresco.webdrone.enums that return UserRole
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.
 

Uses of UserRole in org.alfresco.webdrone.share
 

Methods in org.alfresco.webdrone.share with parameters of type UserRole
 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.
 



Copyright © 2013. All Rights Reserved.