Class Role
- java.lang.Object
-
- org.alfresco.module.org_alfresco_module_rm.role.Role
-
- Direct Known Subclasses:
Role
,UserRightsReportGet.RoleModel
@AlfrescoPublicApi public class Role extends Object
Records management role class- Author:
- Roy Wetherall
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Capability>
getCapabilities()
String
getDisplayLabel()
String
getGroupShortName()
String
getName()
String
getRoleGroupName()
-
-
-
Constructor Detail
-
Role
public Role(String name, String displayLabel, Set<Capability> capabilities, String roleGroupName)
- Parameters:
name
-displayLabel
-capabilities
-roleGroupName
-
-
-
Method Detail
-
getName
public String getName()
- Returns:
- the name
-
getDisplayLabel
public String getDisplayLabel()
- Returns:
- the displayLabel
-
getCapabilities
public Set<Capability> getCapabilities()
- Returns:
- the capabilities
-
getRoleGroupName
public String getRoleGroupName()
- Returns:
- the roleGroupName
-
getGroupShortName
public String getGroupShortName()
- Returns:
- the groupShortName
-
-