Package | Description |
---|---|
org.alfresco.repo.security.authority.script |
Modifier and Type | Method and Description |
---|---|
ScriptGroup |
ScriptGroup.createGroup(String newShortName,
String newDisplayName)
Create a new group as a child of this group.
|
ScriptGroup |
ScriptAuthorityService.createRootGroup(String shortName,
String displayName)
Create a new root group in the default application zones
|
ScriptGroup[] |
ScriptGroup.getAllGroups()
Get all sub groups (all decendants)
|
ScriptGroup[] |
ScriptGroup.getAllParentGroups()
Get all the parents of this this group
|
ScriptGroup[] |
ScriptGroup.getAllParentGroups(int maxItems,
int skipCount)
Get all the parents of this this group
|
ScriptGroup[] |
ScriptGroup.getAllParentGroups(ScriptPagingDetails paging,
String sortBy)
Get all the parents of this this group
|
ScriptGroup[] |
ScriptAuthorityService.getAllRootGroups()
Search the root groups, those without a parent group.
|
ScriptGroup[] |
ScriptAuthorityService.getAllRootGroups(int maxItems,
int skipCount)
Search the root groups, those without a parent group.
|
ScriptGroup[] |
ScriptAuthorityService.getAllRootGroups(ScriptPagingDetails paging)
Search the root groups, those without a parent group.
|
ScriptGroup[] |
ScriptAuthorityService.getAllRootGroupsInZone(String zone)
Get the root groups, those without a parent group.
|
ScriptGroup[] |
ScriptAuthorityService.getAllRootGroupsInZone(String zone,
int maxItems,
int skipCount)
Get the root groups, those without a parent group.
|
ScriptGroup[] |
ScriptAuthorityService.getAllRootGroupsInZone(String zone,
ScriptPagingDetails paging,
String sortBy)
Get the root groups, those without a parent group.
|
ScriptGroup[] |
ScriptGroup.getChildGroups() |
ScriptGroup[] |
ScriptGroup.getChildGroups(int maxItems,
int skipCount)
Get child groups of this group
|
ScriptGroup[] |
ScriptGroup.getChildGroups(ScriptPagingDetails paging,
String sortBy)
Get child groups of this group
|
ScriptGroup |
ScriptAuthorityService.getGroup(String shortName)
Get a group given its short name
|
ScriptGroup |
ScriptAuthorityService.getGroupForFullAuthorityName(String fullAuthorityName)
Get a group given it full authority name (Which must begin with 'GROUP_'
|
ScriptGroup[] |
ScriptAuthorityService.getGroups(String filter,
ScriptPagingDetails paging)
Retreives groups matching the given filter from all zones.
|
ScriptGroup[] |
ScriptAuthorityService.getGroups(String filter,
ScriptPagingDetails paging,
String sortBy)
Retreives groups matching the given filter from all zones.
|
ScriptGroup[] |
ScriptAuthorityService.getGroupsInZone(String filter,
String zone,
ScriptPagingDetails paging,
String sortBy)
Deprecated.
|
ScriptGroup[] |
ScriptAuthorityService.getGroupsInZone(String filter,
String zone,
ScriptPagingDetails paging,
String sortBy,
boolean sortAsc)
Retrieves groups matching the given filter from the given zone.
|
ScriptGroup[] |
ScriptGroup.getParentGroups()
Get the immediate parents of this group
|
ScriptGroup[] |
ScriptGroup.getParentGroups(int maxItems,
int skipCount)
Get the immediate parents of this group
|
ScriptGroup[] |
ScriptGroup.getParentGroups(ScriptPagingDetails paging,
String sortBy)
Get the immediate parents of this group
|
static ScriptGroup[] |
ScriptGroup.makeScriptGroups(Collection<String> authorities,
ScriptPagingDetails paging,
ServiceRegistry serviceRegistry,
org.mozilla.javascript.Scriptable scope)
Deprecated.
|
static ScriptGroup[] |
ScriptGroup.makeScriptGroups(Collection<String> authorities,
ScriptPagingDetails paging,
String sortBy,
boolean sortAsc,
ServiceRegistry serviceRegistry,
org.mozilla.javascript.Scriptable scope) |
static ScriptGroup[] |
ScriptGroup.makeScriptGroups(Collection<String> authorities,
ScriptPagingDetails paging,
String sortBy,
ServiceRegistry serviceRegistry,
org.mozilla.javascript.Scriptable scope)
Deprecated.
|
static ScriptGroup[] |
ScriptGroup.makeScriptGroups(org.alfresco.query.PagingResults<String> pagedGroups,
ScriptPagingDetails paging,
ServiceRegistry serviceRegistry,
org.mozilla.javascript.Scriptable scope)
Deprecated.
|
static ScriptGroup[] |
ScriptGroup.makeScriptGroups(org.alfresco.query.PagingResults<String> pagedGroups,
ScriptPagingDetails paging,
String sortBy,
boolean sortAsc,
ServiceRegistry serviceRegistry,
org.mozilla.javascript.Scriptable scope)
Returns an array of ScriptGroup objects representing the given paged results.
|
static ScriptGroup[] |
ScriptGroup.makeScriptGroupsInfo(org.alfresco.query.PagingResults<AuthorityInfo> pagedGroups,
ScriptPagingDetails paging,
String sortBy,
boolean sortAsc,
ServiceRegistry serviceRegistry,
org.mozilla.javascript.Scriptable scope)
Returns an array of ScriptGroup objects representing the given paged results.
|
ScriptGroup[] |
ScriptAuthorityService.searchGroups(String shortNameFilter)
Search for groups in all zones.
|
ScriptGroup[] |
ScriptAuthorityService.searchGroups(String shortNameFilter,
ScriptPagingDetails paging,
String sortBy)
Search for groups in all zones.
|
ScriptGroup[] |
ScriptAuthorityService.searchGroupsInZone(String shortNameFilter,
String zone)
Search for groups in a specific zone
|
ScriptGroup[] |
ScriptAuthorityService.searchGroupsInZone(String shortNameFilter,
String zone,
int maxItems,
int skipCount)
Search for groups in a specific zone
Includes paging parameters to limit size of results returned.
|
ScriptGroup[] |
ScriptAuthorityService.searchGroupsInZone(String shortNameFilter,
String zone,
ScriptPagingDetails paging,
String sortBy)
Search for groups in a specific zone
Includes paging parameters to limit size of results returned.
|
ScriptGroup[] |
ScriptAuthorityService.searchRootGroups(String displayNamePattern)
Search the root groups, those without a parent group.
|
ScriptGroup[] |
ScriptAuthorityService.searchRootGroups(String displayNamePattern,
ScriptPagingDetails paging,
String sortBy)
Search the root groups, those without a parent group.
|
ScriptGroup[] |
ScriptAuthorityService.searchRootGroupsInZone(String displayNamePattern,
String zone)
Search the root groups, those without a parent group.
|
ScriptGroup[] |
ScriptAuthorityService.searchRootGroupsInZone(String displayNamePattern,
String zone,
int maxItems,
int skipCount)
Search the root groups, those without a parent group.
|
ScriptGroup[] |
ScriptAuthorityService.searchRootGroupsInZone(String displayNamePattern,
String zone,
ScriptPagingDetails paging,
String sortBy)
Search the root groups, those without a parent group.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.