Uses of Class
org.alfresco.repo.security.authority.script.ScriptGroup
Packages that use ScriptGroup
-
Uses of ScriptGroup in org.alfresco.repo.security.authority.script
Methods in org.alfresco.repo.security.authority.script that return ScriptGroupModifier and TypeMethodDescriptionScriptGroup.createGroup(String newShortName, String newDisplayName) Create a new group as a child of this group.ScriptAuthorityService.createRootGroup(String shortName, String displayName) Create a new root group in the default application zonesScriptGroup.getAllGroups()Get all sub groups (all decendants)ScriptGroup.getAllParentGroups()Get all the parents of this this groupScriptGroup.getAllParentGroups(int maxItems, int skipCount) Get all the parents of this this groupScriptGroup.getAllParentGroups(ScriptPagingDetails paging, String sortBy) Get all the parents of this this groupScriptAuthorityService.getAllRootGroups()Search the root groups, those without a parent group.ScriptAuthorityService.getAllRootGroups(int maxItems, int skipCount) Search the root groups, those without a parent group.ScriptAuthorityService.getAllRootGroups(ScriptPagingDetails paging) Search the root groups, those without a parent group.ScriptAuthorityService.getAllRootGroupsInZone(String zone) Get the root groups, those without a parent group.ScriptAuthorityService.getAllRootGroupsInZone(String zone, int maxItems, int skipCount) Get the root groups, those without a parent group.ScriptAuthorityService.getAllRootGroupsInZone(String zone, ScriptPagingDetails paging, String sortBy) Get the root groups, those without a parent group.ScriptGroup.getChildGroups()ScriptGroup.getChildGroups(int maxItems, int skipCount) Get child groups of this groupScriptGroup.getChildGroups(ScriptPagingDetails paging, String sortBy) Get child groups of this groupGet a group given its short nameScriptAuthorityService.getGroupForFullAuthorityName(String fullAuthorityName) Get a group given it full authority name (Which must begin with 'GROUP_'ScriptAuthorityService.getGroups(String filter, ScriptPagingDetails paging) Retreives groups matching the given filter from all zones.ScriptAuthorityService.getGroups(String filter, ScriptPagingDetails paging, String sortBy) Retreives groups matching the given filter from all zones.ScriptAuthorityService.getGroupsInZone(String filter, String zone, ScriptPagingDetails paging, String sortBy) Deprecated.ScriptAuthorityService.getGroupsInZone(String filter, String zone, ScriptPagingDetails paging, String sortBy, boolean sortAsc) Retrieves groups matching the given filter from the given zone.ScriptGroup.getParentGroups()Get the immediate parents of this groupScriptGroup.getParentGroups(int maxItems, int skipCount) Get the immediate parents of this groupScriptGroup.getParentGroups(ScriptPagingDetails paging, String sortBy) Get the immediate parents of this groupstatic 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(Collection<String> authorities, 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.makeScriptGroups(org.alfresco.query.PagingResults<String> pagedGroups, ScriptPagingDetails paging, ServiceRegistry serviceRegistry, org.mozilla.javascript.Scriptable scope) Deprecated.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.ScriptAuthorityService.searchGroups(String shortNameFilter) Search for groups in all zones.ScriptAuthorityService.searchGroups(String shortNameFilter, ScriptPagingDetails paging, String sortBy) Search for groups in all zones.ScriptAuthorityService.searchGroupsInZone(String shortNameFilter, String zone) Search for groups in a specific zoneScriptAuthorityService.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.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.ScriptAuthorityService.searchRootGroups(String displayNamePattern) Search the root groups, those without a parent group.ScriptAuthorityService.searchRootGroups(String displayNamePattern, ScriptPagingDetails paging, String sortBy) Search the root groups, those without a parent group.ScriptAuthorityService.searchRootGroupsInZone(String displayNamePattern, String zone) Search the root groups, those without a parent group.ScriptAuthorityService.searchRootGroupsInZone(String displayNamePattern, String zone, int maxItems, int skipCount) Search the root groups, those without a parent group.ScriptAuthorityService.searchRootGroupsInZone(String displayNamePattern, String zone, ScriptPagingDetails paging, String sortBy) Search the root groups, those without a parent group.