Uses of Class
org.alfresco.module.org_alfresco_module_rm.security.Role
-
Packages that use Role Package Description org.alfresco.module.org_alfresco_module_rm.security -
-
Uses of Role in org.alfresco.module.org_alfresco_module_rm.security
Methods in org.alfresco.module.org_alfresco_module_rm.security that return Role Modifier and Type Method Description Role
RecordsManagementSecurityService. createRole(NodeRef rmRootNode, String role, String roleDisplayLabel, Set<Capability> capabilities)
Deprecated.As of release 2.1, replaced byFilePlanRoleService.createRole(NodeRef, String, String, Set)
Role
RecordsManagementSecurityServiceImpl. createRole(NodeRef rmRootNode, String role, String roleDisplayLabel, Set<Capability> capabilities)
Deprecated.Role
RecordsManagementSecurityService. getRole(NodeRef rmRootNode, String role)
Deprecated.As of release 2.1, replaced byFilePlanRoleService.getRole(NodeRef, String)
Role
RecordsManagementSecurityServiceImpl. getRole(NodeRef rmRootNode, String role)
Deprecated.static Role
Role. toRole(Role role)
Deprecated.Compatibility methodRole
RecordsManagementSecurityService. updateRole(NodeRef rmRootNode, String role, String roleDisplayLabel, Set<Capability> capabilities)
Deprecated.As of release 2.1, replaced byFilePlanRoleService.updateRole(NodeRef, String, String, Set)
Role
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 Role Modifier and Type Method Description Set<Role>
RecordsManagementSecurityService. getRoles(NodeRef rmRootNode)
Deprecated.As of release 2.1, replaced byFilePlanRoleService.getRoles(NodeRef)
Set<Role>
RecordsManagementSecurityServiceImpl. getRoles(NodeRef rmRootNode)
Deprecated.Set<Role>
RecordsManagementSecurityService. getRolesByUser(NodeRef rmRootNode, String user)
Deprecated.As of release 2.1, replaced byFilePlanRoleService.getRolesByUser(NodeRef, String)
Set<Role>
RecordsManagementSecurityServiceImpl. getRolesByUser(NodeRef rmRootNode, String user)
Deprecated.static Set<Role>
Role. toRoleSet(Set<Role> roles)
Deprecated.Compatibility method
-