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