Class UserRightsReportGet.GroupModel
- java.lang.Object
-
- org.alfresco.module.org_alfresco_module_rm.script.UserRightsReportGet.GroupModel
-
- Enclosing class:
- UserRightsReportGet
public class UserRightsReportGet.GroupModel extends Object
Class to represent a group for use in a Freemarker template.- Author:
- Gavin Cornwell
-
-
Constructor Summary
Constructors Constructor Description GroupModel(String name, String label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addUser(String userName)
String
getDisplayLabel()
String
getName()
Set<String>
getUsers()
-