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
  • Constructor Details

    • Role

      public Role(String name, String displayLabel, Set<Capability> capabilities, String roleGroupName)
      Parameters:
      name -
      displayLabel -
      capabilities -
      roleGroupName -
    • Role

      public Role(String name, String displayLabel, Set<Capability> capabilities, String roleGroupName, String groupShortName)
      Parameters:
      name -
      displayLabel -
      capabilities -
      roleGroupName -
      groupShortName -
  • Method Details

    • 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