Package | Description |
---|---|
org.alfresco.repo.security.authority.script |
Modifier and Type | Method and Description |
---|---|
ScriptUser[] |
ScriptGroup.getAllUsers()
Get all users contained in this group
|
ScriptUser[] |
ScriptGroup.getChildUsers()
Get child users of this group
|
ScriptUser[] |
ScriptGroup.getChildUsers(ScriptPagingDetails paging,
String sortBy)
Get child users of this group
|
ScriptUser |
ScriptAuthorityService.getUser(String username)
Get a user given their username
|
ScriptUser[] |
ScriptAuthorityService.searchUsers(String nameFilter,
ScriptPagingDetails paging,
String sortBy)
Deprecated.
see People.getPeople(String filter, ScriptPagingDetails pagingRequest, String sortBy)
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.