Uses of Enum Class
org.alfresco.rest.rm.community.model.user.UserPermissions
Packages that use UserPermissions
Package
Description
-
Uses of UserPermissions in org.alfresco.rest.rm.community.model.user
Methods in org.alfresco.rest.rm.community.model.user that return UserPermissionsModifier and TypeMethodDescriptionstatic UserPermissionsReturns the enum constant of this class with the specified name.static UserPermissions[]UserPermissions.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of UserPermissions in org.alfresco.rest.rm.community.requests.gscore.api
Methods in org.alfresco.rest.rm.community.requests.gscore.api with parameters of type UserPermissionsModifier and TypeMethodDescriptionvoidRMUserAPI.addUserPermission(String filePlanComponentId, org.alfresco.utility.model.UserModel user, UserPermissions permission) Helper method to add permission on a component to user -
Uses of UserPermissions in org.alfresco.rest.v0.service
Methods in org.alfresco.rest.v0.service with parameters of type UserPermissionsModifier and TypeMethodDescriptionvoidRoleService.assignUserPermissionsOnCategoryAndRMRole(org.alfresco.utility.model.UserModel user, String categoryId, UserPermissions userPermission, String userRole) Assign permission on a record category and give the user RM 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.createUserWithRMRoleAndCategoryPermission(String userRole, RecordCategory recordCategory, UserPermissions userPermission) Helper method to create a test user with rm role and permissions over the record categoryorg.alfresco.utility.model.UserModelRoleService.createUserWithRMRoleAndRMNodePermission(String userRole, String componentId, UserPermissions userPermission) Helper method to create a user with rm role and permissions on the node reforg.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 site