Uses of Class
org.alfresco.module.org_alfresco_module_rm.security.Role
Packages that use Role
-
Uses of Role in org.alfresco.module.org_alfresco_module_rm.security
Methods in org.alfresco.module.org_alfresco_module_rm.security that return RoleModifier and TypeMethodDescriptionRecordsManagementSecurityService.createRole(NodeRef rmRootNode, String role, String roleDisplayLabel, Set<Capability> capabilities) Deprecated.RecordsManagementSecurityServiceImpl.createRole(NodeRef rmRootNode, String role, String roleDisplayLabel, Set<Capability> capabilities) Deprecated.Deprecated.As of release 2.1, replaced byFilePlanRoleService.getRole(NodeRef, String)Deprecated.static RoleDeprecated.Compatibility methodRecordsManagementSecurityService.updateRole(NodeRef rmRootNode, String role, String roleDisplayLabel, Set<Capability> capabilities) Deprecated.As of release 2.1, replaced byFilePlanRoleService.updateRole(NodeRef, String, String, Set)RecordsManagementSecurityServiceImpl.updateRole(NodeRef rmRootNode, String role, String roleDisplayLabel, Set<Capability> capabilities) Deprecated.Methods in org.alfresco.module.org_alfresco_module_rm.security that return types with arguments of type RoleModifier and TypeMethodDescriptionDeprecated.As of release 2.1, replaced byFilePlanRoleService.getRoles(NodeRef)Deprecated.RecordsManagementSecurityService.getRolesByUser(NodeRef rmRootNode, String user) Deprecated.As of release 2.1, replaced byFilePlanRoleService.getRolesByUser(NodeRef, String)RecordsManagementSecurityServiceImpl.getRolesByUser(NodeRef rmRootNode, String user) Deprecated.Deprecated.Compatibility method
FilePlanRoleService.createRole(NodeRef, String, String, Set)