Uses of Enum Class
org.alfresco.utility.constants.UserRole
Packages that use UserRole
Package
Description
-
Uses of UserRole in org.alfresco.utility.constants
Methods in org.alfresco.utility.constants that return UserRoleModifier and TypeMethodDescriptionstatic UserRoleUserRole.randomRole()static UserRoleReturns the enum constant of this class with the specified name.static UserRole[]UserRole.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of UserRole in org.alfresco.utility.data
Methods in org.alfresco.utility.data with parameters of type UserRoleModifier and TypeMethodDescriptionvoidDataGroup.addGroupToSite(GroupModel groupToInvite, SiteModel site, UserRole role) DataUser.addUsersWithRolesToSite(SiteModel siteModel, UserRole... roles) voidDataUser.addUserToSite(UserModel userModel, SiteModel siteModel, UserRole role) DataUser.ListUserWithRoles.getOneUserWithRole(UserRole userRole) Return one user that has the role specifiedvoidDataGroup.updateGroupRole(GroupModel groupToUpdate, SiteModel site, UserRole role) -
Uses of UserRole in org.alfresco.utility.model
Methods in org.alfresco.utility.model that return UserRoleMethods in org.alfresco.utility.model with parameters of type UserRole