| Modifier and Type | Method and Description |
|---|---|
Role |
FilePlanRoleServiceImpl.createRole(org.alfresco.service.cmr.repository.NodeRef filePlan,
String role,
String roleDisplayLabel,
Set<Capability> capabilities) |
Role |
FilePlanRoleService.createRole(org.alfresco.service.cmr.repository.NodeRef filePlan,
String role,
String roleDisplayLabel,
Set<Capability> capabilities)
Create a new role
|
Role |
FilePlanRoleServiceImpl.getRole(org.alfresco.service.cmr.repository.NodeRef rmRootNode,
String role) |
Role |
FilePlanRoleService.getRole(org.alfresco.service.cmr.repository.NodeRef filePlan,
String role)
Get a role by name
|
Role |
FilePlanRoleServiceImpl.updateRole(org.alfresco.service.cmr.repository.NodeRef rmRootNode,
String role,
String roleDisplayLabel,
Set<Capability> capabilities) |
Role |
FilePlanRoleService.updateRole(org.alfresco.service.cmr.repository.NodeRef filePlan,
String role,
String roleDisplayLabel,
Set<Capability> capabilities)
Update an existing role
|
| Modifier and Type | Method and Description |
|---|---|
Set<Role> |
FilePlanRoleServiceImpl.getRoles(org.alfresco.service.cmr.repository.NodeRef rmRootNode) |
Set<Role> |
FilePlanRoleService.getRoles(org.alfresco.service.cmr.repository.NodeRef filePlan)
Get all the available roles for the given records management root node
(includes also the system roles)
|
Set<Role> |
FilePlanRoleServiceImpl.getRoles(org.alfresco.service.cmr.repository.NodeRef rmRootNode,
boolean includeSystemRoles) |
Set<Role> |
FilePlanRoleService.getRoles(org.alfresco.service.cmr.repository.NodeRef filePlan,
boolean includeSystemRoles)
Get all the available roles for the given records management root node.
|
Set<Role> |
FilePlanRoleServiceImpl.getRolesByUser(org.alfresco.service.cmr.repository.NodeRef rmRootNode,
String user) |
Set<Role> |
FilePlanRoleService.getRolesByUser(org.alfresco.service.cmr.repository.NodeRef filePlan,
String user)
Gets the roles for a given user
(includes also the system roles)
|
Set<Role> |
FilePlanRoleServiceImpl.getRolesByUser(org.alfresco.service.cmr.repository.NodeRef rmRootNode,
String user,
boolean includeSystemRoles) |
Set<Role> |
FilePlanRoleService.getRolesByUser(org.alfresco.service.cmr.repository.NodeRef filePlan,
String user,
boolean includeSystemRoles)
Gets the roles for a given user.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UserRightsReportGet.RoleModel
Class to represent a role for use in a Freemarker template.
|
| Constructor and Description |
|---|
RoleModel(Role role) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<RoleDeclarativeWebScript.RoleItem> |
RoleDeclarativeWebScript.createRoleItems(org.alfresco.service.cmr.repository.NodeRef filePlan,
Set<Role> roles)
Create role items
|
protected Set<RoleDeclarativeWebScript.RoleItem> |
RoleDeclarativeWebScript.createRoleItems(org.alfresco.service.cmr.repository.NodeRef filePlan,
Set<Role> roles,
boolean showAuths)
Create role items
|
| Constructor and Description |
|---|
RoleItem(Role role) |
RoleItem(Role role,
Set<RoleDeclarativeWebScript.AuthorityItem> assignedUsers,
Set<RoleDeclarativeWebScript.AuthorityItem> assignedGroups) |
| Modifier and Type | Class and Description |
|---|---|
class |
Role
Deprecated.
As of release 2.1, see
Role |
| Modifier and Type | Method and Description |
|---|---|
static Role |
Role.toRole(Role role)
Deprecated.
Compatibility method
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Role> |
Role.toRoleSet(Set<Role> roles)
Deprecated.
Compatibility method
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.