Uses of Class
org.alfresco.rest.rm.community.model.user.UserRoles
-
Packages that use UserRoles Package Description org.alfresco.rest.rm.community.model.user org.alfresco.rest.v0.service -
-
Uses of UserRoles in org.alfresco.rest.rm.community.model.user
Methods in org.alfresco.rest.rm.community.model.user that return UserRoles Modifier and Type Method Description static UserRolesUserRoles. valueOf(String name)Returns the enum constant of this type with the specified name.static UserRoles[]UserRoles. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of UserRoles in org.alfresco.rest.v0.service
Methods in org.alfresco.rest.v0.service with parameters of type UserRoles Modifier and Type Method Description voidRoleService. addCapabilitiesToRole(UserRoles role, Set<String> capabilities)Add capabilities to a roleorg.alfresco.utility.model.UserModelRoleService. createCollaboratorWithRMRoleAndPermission(org.alfresco.utility.model.SiteModel siteModel, RecordCategory recordCategory, UserRoles userRole, UserPermissions userPermission)Helper method to create a user with rm role and permissions over the recordCategory and collaborator role in collaboration siteorg.alfresco.utility.model.UserModelRoleService. createUserWithSiteRoleRMRoleAndPermission(org.alfresco.utility.model.SiteModel siteModel, org.alfresco.utility.constants.UserRole userSiteRole, String rmNodeId, UserRoles userRole, UserPermissions userPermission)Helper method to create a test user with a rm role and permissions over a rm component and a role in collaboration sitevoidRoleService. removeCapabilitiesFromRole(UserRoles role, Set<String> capabilities)Remove capabilities from a role
-