| Package | Description |
|---|---|
| org.alfresco.module.org_alfresco_module_rm.security |
| Modifier and Type | Method and Description |
|---|---|
Role |
RecordsManagementSecurityServiceImpl.createRole(org.alfresco.service.cmr.repository.NodeRef rmRootNode,
String role,
String roleDisplayLabel,
Set<Capability> capabilities)
Deprecated.
|
Role |
RecordsManagementSecurityService.createRole(org.alfresco.service.cmr.repository.NodeRef rmRootNode,
String role,
String roleDisplayLabel,
Set<Capability> capabilities)
Deprecated.
As of release 2.1, replaced by
FilePlanRoleService.createRole(NodeRef, String, String, Set) |
Role |
RecordsManagementSecurityServiceImpl.getRole(org.alfresco.service.cmr.repository.NodeRef rmRootNode,
String role)
Deprecated.
|
Role |
RecordsManagementSecurityService.getRole(org.alfresco.service.cmr.repository.NodeRef rmRootNode,
String role)
Deprecated.
As of release 2.1, replaced by
FilePlanRoleService.getRole(NodeRef, String) |
static Role |
Role.toRole(Role role)
Deprecated.
Compatibility method
|
Role |
RecordsManagementSecurityServiceImpl.updateRole(org.alfresco.service.cmr.repository.NodeRef rmRootNode,
String role,
String roleDisplayLabel,
Set<Capability> capabilities)
Deprecated.
|
Role |
RecordsManagementSecurityService.updateRole(org.alfresco.service.cmr.repository.NodeRef rmRootNode,
String role,
String roleDisplayLabel,
Set<Capability> capabilities)
Deprecated.
As of release 2.1, replaced by
FilePlanRoleService.updateRole(NodeRef, String, String, Set) |
| Modifier and Type | Method and Description |
|---|---|
Set<Role> |
RecordsManagementSecurityServiceImpl.getRoles(org.alfresco.service.cmr.repository.NodeRef rmRootNode)
Deprecated.
|
Set<Role> |
RecordsManagementSecurityService.getRoles(org.alfresco.service.cmr.repository.NodeRef rmRootNode)
Deprecated.
As of release 2.1, replaced by
FilePlanRoleService.getRoles(NodeRef) |
Set<Role> |
RecordsManagementSecurityServiceImpl.getRolesByUser(org.alfresco.service.cmr.repository.NodeRef rmRootNode,
String user)
Deprecated.
|
Set<Role> |
RecordsManagementSecurityService.getRolesByUser(org.alfresco.service.cmr.repository.NodeRef rmRootNode,
String user)
Deprecated.
As of release 2.1, replaced by
FilePlanRoleService.getRolesByUser(NodeRef, String) |
static Set<Role> |
Role.toRoleSet(Set<Role> roles)
Deprecated.
Compatibility method
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.