void |
RoleService.assignUserPermissionsOnCategoryAndRMRole(org.alfresco.utility.model.UserModel user,
String categoryId,
UserPermissions userPermission,
String userRole) |
Assign permission on a record category and give the user RM role
|
org.alfresco.utility.model.UserModel |
RoleService.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 site
|
org.alfresco.utility.model.UserModel |
RoleService.createUserWithRMRoleAndCategoryPermission(String userRole,
RecordCategory recordCategory,
UserPermissions userPermission) |
Helper method to create a test user with rm role and permissions over the record category
|
org.alfresco.utility.model.UserModel |
RoleService.createUserWithRMRoleAndRMNodePermission(String userRole,
String componentId,
UserPermissions userPermission) |
Helper method to create a user with rm role and permissions on the node ref
|
org.alfresco.utility.model.UserModel |
RoleService.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
|