Class UserRightsReportGet.UserModel
- java.lang.Object
-
- org.alfresco.module.org_alfresco_module_rm.script.UserRightsReportGet.UserModel
-
- Enclosing class:
- UserRightsReportGet
public class UserRightsReportGet.UserModel extends Object
Class to represent a user for use in a Freemarker template.- Author:
- Gavin Cornwell
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addGroup(String groupName)
void
addRole(String roleName)
String
getFirstName()
Set<String>
getGroups()
String
getLastName()
Set<String>
getRoles()
String
getUserName()
-