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:
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, TenantService tenantService, MethodSecurityBean<AuthorityInfo> methodSecurity, CannedQueryParameters params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<AuthorityInfo>applyPostQuerySorting(List<AuthorityInfo> results, CannedQuerySortDetails sortDetails)protected booleanisApplyPostQuerySorting()protected List<AuthorityInfo>queryAndFilter(CannedQueryParameters parameters)-
Methods inherited from class org.alfresco.repo.security.permissions.impl.acegi.AbstractCannedQueryPermissions
applyPostQueryPermissions, getTotalResultCount, isApplyPostQueryPermissions
-
Methods inherited from class org.alfresco.query.AbstractCannedQuery
applyPostQueryPaging, execute, getParameters, isApplyPostQueryPaging, toString
-
-
-
-
Constructor Detail
-
GetAuthoritiesCannedQuery
public GetAuthoritiesCannedQuery(CannedQueryDAO cannedQueryDAO, TenantService tenantService, MethodSecurityBean<AuthorityInfo> methodSecurity, CannedQueryParameters params)
-
-
Method Detail
-
queryAndFilter
protected List<AuthorityInfo> queryAndFilter(CannedQueryParameters parameters)
- Specified by:
queryAndFilterin classAbstractCannedQuery<AuthorityInfo>
-
isApplyPostQuerySorting
protected boolean isApplyPostQuerySorting()
- Overrides:
isApplyPostQuerySortingin classAbstractCannedQuery<AuthorityInfo>
-
applyPostQuerySorting
protected List<AuthorityInfo> applyPostQuerySorting(List<AuthorityInfo> results, CannedQuerySortDetails sortDetails)
- Overrides:
applyPostQuerySortingin classAbstractCannedQuery<AuthorityInfo>
-
-