Uses of Class
org.alfresco.utility.constants.UserRole
-
Packages that use UserRole Package Description org.alfresco.utility.constants org.alfresco.utility.data org.alfresco.utility.model -
-
Uses of UserRole in org.alfresco.utility.constants
Methods in org.alfresco.utility.constants that return UserRole Modifier and Type Method Description static UserRoleUserRole. randomRole()static UserRoleUserRole. valueOf(java.lang.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.utility.data
Methods in org.alfresco.utility.data with parameters of type UserRole Modifier and Type Method Description DataUser.ListUserWithRolesDataUser. addUsersWithRolesToSite(SiteModel siteModel, UserRole... roles)voidDataUser. addUserToSite(UserModel userModel, SiteModel siteModel, UserRole role)UserModelDataUser.ListUserWithRoles. getOneUserWithRole(UserRole userRole)Return one user that has the role specified -
Uses of UserRole in org.alfresco.utility.model
Methods in org.alfresco.utility.model that return UserRole Modifier and Type Method Description UserRoleUserModel. getUserRole()Methods in org.alfresco.utility.model with parameters of type UserRole Modifier and Type Method Description voidUserModel. setUserRole(UserRole userRole)
-