Class GetAuthoritiesCannedQuery
- java.lang.Object
-
- org.alfresco.query.AbstractCannedQuery<R>
-
- org.alfresco.repo.security.permissions.impl.acegi.AbstractCannedQueryPermissions<AuthorityInfo>
-
- org.alfresco.repo.security.authority.GetAuthoritiesCannedQuery
-
- All Implemented Interfaces:
org.alfresco.query.CannedQuery<AuthorityInfo>
public class GetAuthoritiesCannedQuery extends AbstractCannedQueryPermissions<AuthorityInfo>
GetAuthorities CQ - to get paged list of authorities- Since:
- 4.0
- Author:
- janv
-
-
Constructor Summary
Constructors Constructor Description GetAuthoritiesCannedQuery(CannedQueryDAO cannedQueryDAO, org.alfresco.repo.tenant.TenantService tenantService, MethodSecurityBean<AuthorityInfo> methodSecurity, org.alfresco.query.CannedQueryParameters params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<AuthorityInfo>applyPostQuerySorting(java.util.List<AuthorityInfo> results, org.alfresco.query.CannedQuerySortDetails sortDetails)protected booleanisApplyPostQuerySorting()protected java.util.List<AuthorityInfo>queryAndFilter(org.alfresco.query.CannedQueryParameters parameters)-
Methods inherited from class org.alfresco.repo.security.permissions.impl.acegi.AbstractCannedQueryPermissions
applyPostQueryPermissions, getTotalResultCount, isApplyPostQueryPermissions
-
-
-
-
Constructor Detail
-
GetAuthoritiesCannedQuery
public GetAuthoritiesCannedQuery(CannedQueryDAO cannedQueryDAO, org.alfresco.repo.tenant.TenantService tenantService, MethodSecurityBean<AuthorityInfo> methodSecurity, org.alfresco.query.CannedQueryParameters params)
-
-
Method Detail
-
queryAndFilter
protected java.util.List<AuthorityInfo> queryAndFilter(org.alfresco.query.CannedQueryParameters parameters)
- Specified by:
queryAndFilterin classorg.alfresco.query.AbstractCannedQuery<AuthorityInfo>
-
isApplyPostQuerySorting
protected boolean isApplyPostQuerySorting()
- Overrides:
isApplyPostQuerySortingin classorg.alfresco.query.AbstractCannedQuery<AuthorityInfo>
-
applyPostQuerySorting
protected java.util.List<AuthorityInfo> applyPostQuerySorting(java.util.List<AuthorityInfo> results, org.alfresco.query.CannedQuerySortDetails sortDetails)
- Overrides:
applyPostQuerySortingin classorg.alfresco.query.AbstractCannedQuery<AuthorityInfo>
-
-