Uses of Class
org.alfresco.repo.security.authority.AuthorityInfo
Packages that use AuthorityInfo
Package
Description
-
Uses of AuthorityInfo in org.alfresco.repo.security.authority
Methods in org.alfresco.repo.security.authority that return types with arguments of type AuthorityInfoModifier and TypeMethodDescriptionprotected List<AuthorityInfo>GetAuthoritiesCannedQuery.applyPostQuerySorting(List<AuthorityInfo> results, org.alfresco.query.CannedQuerySortDetails sortDetails) org.alfresco.query.PagingResults<AuthorityInfo>AuthorityDAO.getAuthoritiesInfo(AuthorityType type, String zoneName, String displayNameFilter, String sortBy, boolean sortAscending, org.alfresco.query.PagingRequest pagingRequest) Get AuthorityInfo by type and/or zone (both cannot be null).org.alfresco.query.PagingResults<AuthorityInfo>AuthorityDAOImpl.getAuthoritiesInfo(AuthorityType type, String zoneName, String displayNameFilter, String sortBy, boolean sortAscending, org.alfresco.query.PagingRequest pagingRequest) org.alfresco.query.PagingResults<AuthorityInfo>AuthorityServiceImpl.getAuthoritiesInfo(AuthorityType type, String zoneName, String displayNameFilter, String sortBy, boolean sortAscending, org.alfresco.query.PagingRequest pagingRequest) Get authorities by type and/or zoneorg.alfresco.query.CannedQuery<AuthorityInfo>GetAuthoritiesCannedQueryFactory.getCannedQuery(org.alfresco.query.CannedQueryParameters parameters) org.alfresco.query.CannedQuery<AuthorityInfo>GetAuthoritiesCannedQueryFactory.getCannedQuery(AuthorityType type, NodeRef containerRef, String displayNameFilter, String sortBy, boolean sortAscending, org.alfresco.query.PagingRequest pagingRequest) protected List<AuthorityInfo>GetAuthoritiesCannedQuery.queryAndFilter(org.alfresco.query.CannedQueryParameters parameters) Method parameters in org.alfresco.repo.security.authority with type arguments of type AuthorityInfoModifier and TypeMethodDescriptionprotected List<AuthorityInfo>GetAuthoritiesCannedQuery.applyPostQuerySorting(List<AuthorityInfo> results, org.alfresco.query.CannedQuerySortDetails sortDetails) voidGetAuthoritiesCannedQueryFactory.setMethodSecurity(MethodSecurityBean<AuthorityInfo> methodSecurity) Constructor parameters in org.alfresco.repo.security.authority with type arguments of type AuthorityInfoModifierConstructorDescriptionGetAuthoritiesCannedQuery(CannedQueryDAO cannedQueryDAO, TenantService tenantService, MethodSecurityBean<AuthorityInfo> methodSecurity, org.alfresco.query.CannedQueryParameters params) -
Uses of AuthorityInfo in org.alfresco.repo.security.authority.script
Method parameters in org.alfresco.repo.security.authority.script with type arguments of type AuthorityInfoModifier and TypeMethodDescriptionstatic 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. -
Uses of AuthorityInfo in org.alfresco.service.cmr.security
Methods in org.alfresco.service.cmr.security that return types with arguments of type AuthorityInfoModifier and TypeMethodDescriptionorg.alfresco.query.PagingResults<AuthorityInfo>AuthorityService.getAuthoritiesInfo(AuthorityType type, String zoneName, String displayNameFilter, String sortBy, boolean sortAscending, org.alfresco.query.PagingRequest pagingRequest) Get authorities by type and/or zone