Uses of Class
org.alfresco.module.org_alfresco_module_rm.role.Role
Packages that use Role
Package
Description
-
Uses of Role in org.alfresco.module.org_alfresco_module_rm.role
Methods in org.alfresco.module.org_alfresco_module_rm.role that return RoleModifier and TypeMethodDescriptionFilePlanRoleService.createRole
(NodeRef filePlan, String role, String roleDisplayLabel, Set<Capability> capabilities) Create a new roleFilePlanRoleServiceImpl.createRole
(NodeRef filePlan, String role, String roleDisplayLabel, Set<Capability> capabilities) Get a role by nameFilePlanRoleService.updateRole
(NodeRef filePlan, String role, String roleDisplayLabel, Set<Capability> capabilities) Update an existing roleFilePlanRoleServiceImpl.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 RoleModifier and TypeMethodDescriptionGet all the available roles for the given records management root node (includes also the system roles)Get all the available roles for the given records management root node.FilePlanRoleService.getRolesByUser
(NodeRef filePlan, String user) Gets the roles for a given user (includes also the system roles)FilePlanRoleService.getRolesByUser
(NodeRef filePlan, String user, boolean includeSystemRoles) Gets the roles for a given user.FilePlanRoleServiceImpl.getRolesByUser
(NodeRef rmRootNode, String user) 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.scriptModifier and TypeClassDescriptionclass
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 -
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 RoleModifier and TypeMethodDescriptionprotected 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 RoleModifierConstructorDescriptionRoleItem
(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.securityMethods in org.alfresco.module.org_alfresco_module_rm.security with parameters of type RoleMethod parameters in org.alfresco.module.org_alfresco_module_rm.security with type arguments of type Role
Role