Uses of Class
org.alfresco.module.org_alfresco_module_rm.role.Role
-
-
Uses of Role in org.alfresco.module.org_alfresco_module_rm.role
Methods in org.alfresco.module.org_alfresco_module_rm.role that return Role Modifier and Type Method Description Role
FilePlanRoleService. createRole(NodeRef filePlan, String role, String roleDisplayLabel, Set<Capability> capabilities)
Create a new roleRole
FilePlanRoleServiceImpl. createRole(NodeRef filePlan, String role, String roleDisplayLabel, Set<Capability> capabilities)
Role
FilePlanRoleService. getRole(NodeRef filePlan, String role)
Get a role by nameRole
FilePlanRoleServiceImpl. getRole(NodeRef rmRootNode, String role)
Role
FilePlanRoleService. updateRole(NodeRef filePlan, String role, String roleDisplayLabel, Set<Capability> capabilities)
Update an existing roleRole
FilePlanRoleServiceImpl. updateRole(NodeRef rmRootNode, String role, String roleDisplayLabel, Set<Capability> capabilities)
Methods in org.alfresco.module.org_alfresco_module_rm.role that return types with arguments of type Role Modifier and Type Method Description Set<Role>
FilePlanRoleService. getRoles(NodeRef filePlan)
Get all the available roles for the given records management root node (includes also the system roles)Set<Role>
FilePlanRoleService. getRoles(NodeRef filePlan, boolean includeSystemRoles)
Get all the available roles for the given records management root node.Set<Role>
FilePlanRoleServiceImpl. getRoles(NodeRef rmRootNode)
Set<Role>
FilePlanRoleServiceImpl. getRoles(NodeRef rmRootNode, boolean includeSystemRoles)
Set<Role>
FilePlanRoleService. getRolesByUser(NodeRef filePlan, String user)
Gets the roles for a given user (includes also the system roles)Set<Role>
FilePlanRoleService. getRolesByUser(NodeRef filePlan, String user, boolean includeSystemRoles)
Gets the roles for a given user.Set<Role>
FilePlanRoleServiceImpl. getRolesByUser(NodeRef rmRootNode, String user)
Set<Role>
FilePlanRoleServiceImpl. getRolesByUser(NodeRef rmRootNode, String user, boolean includeSystemRoles)
-
Uses of Role in org.alfresco.module.org_alfresco_module_rm.script
Subclasses of Role in org.alfresco.module.org_alfresco_module_rm.script Modifier and Type Class Description class
UserRightsReportGet.RoleModel
Class to represent a role for use in a Freemarker template.Constructors in org.alfresco.module.org_alfresco_module_rm.script with parameters of type Role Constructor Description RoleModel(Role role)
-
Uses of Role in org.alfresco.module.org_alfresco_module_rm.script.admin
Method parameters in org.alfresco.module.org_alfresco_module_rm.script.admin with type arguments of type Role Modifier and Type Method Description protected Set<RoleDeclarativeWebScript.RoleItem>
RoleDeclarativeWebScript. createRoleItems(NodeRef filePlan, Set<Role> roles)
Create role itemsprotected Set<RoleDeclarativeWebScript.RoleItem>
RoleDeclarativeWebScript. createRoleItems(NodeRef filePlan, Set<Role> roles, boolean showAuths)
Create role itemsConstructors in org.alfresco.module.org_alfresco_module_rm.script.admin with parameters of type Role Constructor Description RoleItem(Role role)
RoleItem(Role role, Set<RoleDeclarativeWebScript.AuthorityItem> assignedUsers, Set<RoleDeclarativeWebScript.AuthorityItem> assignedGroups)
-
Uses of Role in org.alfresco.module.org_alfresco_module_rm.security
Subclasses of Role in org.alfresco.module.org_alfresco_module_rm.security Modifier and Type Class Description class
Role
Deprecated.As of release 2.1, seeRole
Methods in org.alfresco.module.org_alfresco_module_rm.security with parameters of type Role Modifier and Type Method Description static Role
Role. toRole(Role role)
Deprecated.Compatibility methodMethod parameters in org.alfresco.module.org_alfresco_module_rm.security with type arguments of type Role Modifier and Type Method Description static Set<Role>
Role. toRoleSet(Set<Role> roles)
Deprecated.Compatibility method
-